The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.27 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.27 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.27 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.27 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
Installation 500 Internal Server Error - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1)
+--- Forum: Installation (https://forums.formtools.org/forumdisplay.php?fid=4)
+--- Thread: Installation 500 Internal Server Error (/showthread.php?tid=7)



Installation 500 Internal Server Error - antonitus - Feb 6th, 2009

Hi,

I seem to be having problems getting past step4.php of the FormTools v2.0.0-beta-20090131.

When I look at the config file it creates the necessary data, but it when I click on the 'Create File' button I get a 500 Internal Server Error page that looks like this: http://www.somedomainname.com/ft2/install/step5.php.

It seems that there is a memory allocation error somewhere as evident from my error log files below:

Code:
somedomainname.com [Fri Feb 06 10:46:41 2009] [error] [client 90.192.XX.XXX] Allowed memory size of 32 bytes exhausted (tried to allocate 56 bytes), referer: http://www.somedomainname.com/ft2/install/step4.php
somedomainname.com [Fri Feb 06 10:46:41 2009] [error] [client 90.192.XX.XXX] Premature end of script headers: step5.php, referer: http://www.somedomainname.com/ft2/install/step4.php

I'm not sure if there is a bug somewhere, but I just wanted to let you know just in case. In the meantime, I'll see if I can figure something out by looking into the php.ini settings.

Regards,
antonitus


RE: Installation 500 Internal Server Error - Ben - Feb 6th, 2009

Strange bug! 32 bytes is nothing at all!

I did some Googling, and this thread may be of interest...
http://www.linuxquestions.org/questions/linux-server-73/httpd-crash-after-successful-start-680048/

A person was encountering the same problem because the memory limit was set to 32 rather than 32MB in their php.ini file.

Any help...?


RE: Installation 500 Internal Server Error - antonitus - Feb 6th, 2009

Before adding a new thread, I added a php.ini file with the following information:

Code:
upload_max_filesize = 10M

memory_limit = 10M

I did not leave the 'M' out and still it did not work.

After reading your response, I increased the memory limit from 10M to 100M and it seemed to work. Why didn't I do this before I added the thread? I suppose the reason why I didn't do it was because 10M would be sufficient, ... very strange. I suppose computing as a whole is strange.

Thank you for your help with this.

Regards,
antonitus


RE: Installation 500 Internal Server Error - Ben - Feb 7th, 2009

Haha yes, computing is a strange world.

Just one things that struck me: you'll probably want to set it to 100MB not 100M. I think what may have happened is that it's still reading it as 100bytes, but now that's OVER the 56bytes needed to load the page. You should probably set it to 30MB not 30M.

Anyway, good luck with it!


RE: Installation 500 Internal Server Error - antonitus - Feb 8th, 2009

It's fine now. I think the normal practice is having 'M' instead of 'MB. I've used this setting a hundread times when developing upload and download functions.

Thanks for your help.