From: Florian W. <cs...@st...> - 2004-01-06 17:08:03
|
hi! for some reason the wiki pages with phpwiki-1.3.7 using mysql as a db only work on reload. when load a page directly for the first time it gives my providers script error page without any further information. its not a regular php scripting error, those get normally displayed. seems to be something more 'serious'. anybody got an idea what that could be and how i could fix it? thanks alot! ciao! floria |
From: Joby W. <joby@u.washington.edu> - 2004-01-06 17:28:23
|
Kinda hard to say, but you could be running into your max execution time. Check your php.ini. Mine is usually set fairly high: 1-2 minutes. Also make sure you are using persistant MySQL connections -- might help. Do you have any more info you can share with us. What error/data is returned on the error? jbw Florian Weber wrote: > > hi! > > for some reason the wiki pages with phpwiki-1.3.7 using mysql as > a db only work on reload. when load a page directly for the first > time it gives my providers script error page without any further > information. > its not a regular php scripting error, those get normally displayed. > seems to be something more 'serious'. > > anybody got an idea what that could be and how i could fix it? > > thanks alot! > > ciao! > floria > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk |
From: Florian W. <cs...@st...> - 2004-01-06 18:28:40
|
On Jan 6, 2004, at 9:28 Uhr, Joby Walker wrote: > Kinda hard to say, but you could be running into your max execution > time. Check your php.ini. Mine is usually set fairly high: 1-2 > minutes. Also make sure you are using persistant MySQL connections -- > might help. > > Do you have any more info you can share with us. What error/data is > returned on the error? this is the error: [Tue Jan 6 19:26:30 2004] [error] [client 68.6.117.158] malformed header from script. Bad header=HTTP/1.1 304 Not Modified: /the/path/to/the/wiki/index.php any idea? |
From: Joby W. <joby@u.washington.edu> - 2004-01-06 18:44:38
|
Florian Weber wrote: > this is the error: > > [Tue Jan 6 19:26:30 2004] [error] [client 68.6.117.158] malformed > header from script. Bad header=HTTP/1.1 304 Not Modified: > /the/path/to/the/wiki/index.php > > any idea? > Odd. So the clients are just getting a 500 Server Error? You might want to set Apache to a higher verbosity in logging and set php's logging: log_errors = On error_log = /path/to/log Might help us get more info... But right now this sounds like it is not a PhpWiki problem but something wrong with your apache/php/mysql setup. What is your setup (platform and versions)? jbw |
From: Florian W. <cs...@st...> - 2004-01-06 19:14:47
|
On Jan 6, 2004, at 10:44 Uhr, Joby Walker wrote: > Florian Weber wrote: >> this is the error: >> [Tue Jan 6 19:26:30 2004] [error] [client 68.6.117.158] malformed >> header from script. Bad header=HTTP/1.1 304 Not Modified: >> /the/path/to/the/wiki/index.php >> any idea? > > Odd. So the clients are just getting a 500 Server Error? > > You might want to set Apache to a higher verbosity in logging and set > php's logging: > > log_errors = On > error_log = /path/to/log > > Might help us get more info... i can not really do it since im just having the site hosted and have no access to the apache config : / > But right now this sounds like it is not a PhpWiki problem but > something wrong with your apache/php/mysql setup. What is your setup > (platform and versions)? > im using Apache/df-exts 1.1 Server and PHP Version 4.2.3.. |