500 Internal Server Error
Posted by: ndink (---.114.146.19.plusnet.thn-ag1.dyn.plus.net)
Date: September 30, 2008 10:24AM

I have installed wamp and initially i have got it working ok. I went to do a test install of oscommerce and all was going well. I decided to stop there and upload my actual working oscommerce shop to the local machine including importing the db in phpmyadmin. Now since i have done this i just get the following:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

I have checked the error log and this is what i got:

[29-Sep-2008 23:05:28] PHP Warning: POST Content-Length of 19347219 bytes exceeds the limit of 8388608 bytes in Unknown on line 0

[29-Sep-2008 23:07:05] PHP Warning: POST Content-Length of 19347229 bytes exceeds the limit of 8388608 bytes in Unknown on line 0

[29-Sep-2008 23:13:09] PHP Warning: POST Content-Length of 19347913 bytes exceeds the limit of 8388608 bytes in Unknown on line 0

[29-Sep-2008 23:15:26] PHP Warning: POST Content-Length of 19347913 bytes exceeds the limit of 8388608 bytes in Unknown on line 0

[30-Sep-2008 00:07:32] PHP Fatal error: Maximum execution time of 300 seconds exceeded in C:\wamp\apps\phpmyadmin2.11.6\libraries\import\sql.php on line 118

[30-Sep-2008 00:24:49] PHP Fatal error: Maximum execution time of 300 seconds exceeded in C:\wamp\apps\phpmyadmin2.11.6\libraries\import\sql.php on line 118

If anyone can help it would be much appreciated, i am no expert on any of this so please take that into account when answering my questions.

Nick

Options: ReplyQuote
Re: 500 Internal Server Error
Posted by: yfastud (Moderator)
Date: September 30, 2008 01:49PM

default db size is only 2mb, yours might be too big to import, so either use mysqldump or increase db size as in this thread

[forum.wampserver.com]

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: 500 Internal Server Error
Posted by: ndink (---.114.146.19.plusnet.thn-ag1.dyn.plus.net)
Date: September 30, 2008 02:42PM

I imported the db in parts due to the size issue. Can you tell me how i would use mysqldump on a local windows machine. I know how to use ssh and some commands on a linux server, but i am at a loss as to how to do it on a windows machine.

For your information i have now deleted a .htaccess file and that now enables me to access a test site although the copied website shop isn't showing but i think this is a configuration error more than anything else.

Thanks for the reply.
Nick

Options: ReplyQuote
Re: 500 Internal Server Error
Posted by: ndink (---.114.166.162.plusnet.thn-ag1.dyn.plus.net)
Date: September 30, 2008 07:26PM

I have now removed the database and am trying to re upload the db after increasing the limits as mentioned in another thread. Now when i try to upload the db in phpmyadmin i get an error message:

Could not load import plugins, please check your installation!

Until i had changed the settings i hadn't had the message, any ideas on what plugins i need to check.

Nick

Options: ReplyQuote
Re: 500 Internal Server Error
Posted by: toivo (---.nsw.bigpond.net.au)
Date: September 30, 2008 10:55PM

Hi,

If you want to use mysqldump to back up the database, you can enter the full path when typing the command, or add the path c:\wamp\bin\mysql\mysql5.0.51b\bin to the System variable PATH in Control Panel - System - Advanced - Environment Variables - System variables.

You can make a backup from the command line or a scheduled task in Windows like this, assuming that myusername and mypassword have access to the database mydatabase:

mysqldump -umyusername -pmypassword mydatabase > mydatabase.sql

You can restore the database using the mysql command from the command line:

mysql -umyusername -pmypassword -D mydatabase < mydatabase.sql

More info from the command line:
mysql --help | more

- or from the manual at [dev.mysql.com]

Regards,

toivo
Sydney, Australia

Options: ReplyQuote
Re: 500 Internal Server Error
Posted by: ndink (---.114.166.162.plusnet.thn-ag1.dyn.plus.net)
Date: October 01, 2008 12:05AM

Thanks for that i have done as you have said, which worked great. I just have some configuration issues to work out now.

Do you have any idea how i can get rid of the error in phpmyadmin when i am trying to import

Could not load import plugins, please check your installation!

Nick

Options: ReplyQuote
Re: 500 Internal Server Error
Posted by: SebasAC (---.dialup.adsl.anteldata.net.uy)
Date: October 01, 2008 09:34PM

estimados del foro; la primera vez que instalo el WampServer y luego intento ejecutar el programa, tengo el siguiente problema: ni siquiera puedo ver el acceso al localhost y me dice que tengo un error de http 500 y pense que se trataba de este error pero ahora tengo mis dudas...

alguno de ustedes me entiende; puede ayudarme a instalar correctamente el Wampaserver en xp sp3

Options: ReplyQuote
Re: 500 Internal Server Error
Posted by: noobcode (---.27.170.122.airtelbroadband.in)
Date: November 30, 2010 10:09AM

I had aestan tray issue, so i uninstalled wamp and installed new version of wamp. Also now i copied the old www folder with my projects and also copied the data folder from mysql bin directory. But now after running the projects i get 500internal server error. Any idea as to where i am going wrong...thanks

Options: ReplyQuote
Re: 500 Internal Server Error
Posted by: daisyzoey (58.242.132.---)
Date: March 29, 2011 02:57AM

if you have a .htaccess file under the directory ,rename it and try again.

Options: ReplyQuote
Re: 500 Internal Server Error
Posted by: vimhim (---.177.136.169.bol.net.in)
Date: September 27, 2012 11:25AM

i have also face same problem internal server error

Options: ReplyQuote
Re: 500 Internal Server Error
Posted by: RiggsFolly (---.as13285.net)
Date: September 27, 2012 11:34AM

Error 500 normally means you have an error in your Apache configuration or your PHP configuration.
Look at your apache error log and php error log for clues.
If that shows nothing look at your Windows Event Viewer and see if either apache or php is reporting errors.

If it was working and you changed httpd.conf or php.ini then undo your changes. If it works again after undoing the changes, make one change at a time until you see what caused the problem.


If you still have problems post your apache error log and your php error log ( not all of it just the last few lines )

Options: ReplyQuote
Re: 500 Internal Server Error
Posted by: vimhim (120.59.67.---)
Date: September 28, 2012 03:25PM

[Wed Sep 26 23:16:04 2012] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Wed Sep 26 23:16:04 2012] [notice] Child 2620: Exit event signaled. Child process is ending.
[Wed Sep 26 23:16:05 2012] [notice] Child 2620: Released the start mutex
[Wed Sep 26 23:16:06 2012] [notice] Child 2620: All worker threads have exited.
[Wed Sep 26 23:16:08 2012] [notice] Child 2620: Child process is exiting
[Wed Sep 26 23:16:08 2012] [notice] Parent: Child process exited successfully.
[Thu Sep 27 14:47:20 2012] [notice] Apache/2.2.22 (Win32) PHP/5.3.13 configured -- resuming normal operations
[Thu Sep 27 14:47:20 2012] [notice] Server built: May 13 2012 13:32:42
[Thu Sep 27 14:47:20 2012] [notice] Parent: Created child process 9076
[Thu Sep 27 14:47:20 2012] [notice] Child 9076: Child process is running
[Thu Sep 27 14:47:20 2012] [notice] Child 9076: Acquired the start mutex.
[Thu Sep 27 14:47:20 2012] [notice] Child 9076: Starting 64 worker threads.
[Thu Sep 27 14:47:20 2012] [notice] Child 9076: Starting thread to listen on port 80.
[Thu Sep 27 14:47:20 2012] [notice] Child 9076: Starting thread to listen on port 80.
[Thu Sep 27 14:47:44 2012] [alert] [client 127.0.0.1] C:/wamp/www/site7/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration, referer: [localhost]
[Thu Sep 27 14:47:44 2012] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/favicon.ico
[Thu Sep 27 14:47:54 2012] [alert] [client 127.0.0.1] C:/wamp/www/site7/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Thu Sep 27 14:48:06 2012] [alert] [client 127.0.0.1] C:/wamp/www/site7/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Thu Sep 27 14:48:17 2012] [alert] [client 127.0.0.1] C:/wamp/www/site7/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Thu Sep 27 15:03:09 2012] [error] [client 127.0.0.1] script 'C:/wamp/www/install.php' not found or unable to stat
[Thu Sep 27 15:03:17 2012] [error] [client 127.0.0.1] script 'C:/wamp/www/install.php' not found or unable to stat
[Thu Sep 27 15:03:31 2012] [error] [client 127.0.0.1] script 'C:/wamp/www/install.php' not found or unable to stat, referer: [localhost]
[Thu Sep 27 15:03:40 2012] [error] [client 127.0.0.1] script 'C:/wamp/www/install.php' not found or unable to stat
[Thu Sep 27 15:03:47 2012] [error] [client 127.0.0.1] script 'C:/wamp/www/install.php' not found or unable to stat, referer: [localhost]
[Thu Sep 27 15:03:54 2012] [error] [client 127.0.0.1] script 'C:/wamp/www/install.php' not found or unable to stat
[Thu Sep 27 15:05:39 2012] [error] [client 127.0.0.1] script 'C:/wamp/www/install.php' not found or unable to stat
[Thu Sep 27 15:05:44 2012] [alert] [client 127.0.0.1] C:/wamp/www/site7/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration, referer: [localhost]
[Thu Sep 27 15:29:40 2012] [alert] [client 127.0.0.1] C:/wamp/www/site7/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration, referer: [localhost]
[Thu Sep 27 15:29:41 2012] [alert] [client 127.0.0.1] C:/wamp/www/site7/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration, referer: [localhost]
[Thu Sep 27 15:29:46 2012] [alert] [client 127.0.0.1] C:/wamp/www/site8/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Thu Sep 27 15:29:49 2012] [alert] [client 127.0.0.1] C:/wamp/www/site8/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Thu Sep 27 15:29:51 2012] [alert] [client 127.0.0.1] C:/wamp/www/site8/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Thu Sep 27 15:32:32 2012] [alert] [client 127.0.0.1] C:/wamp/www/site8/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Thu Sep 27 15:32:33 2012] [alert] [client 127.0.0.1] C:/wamp/www/site8/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Thu Sep 27 15:32:34 2012] [alert] [client 127.0.0.1] C:/wamp/www/site8/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Thu Sep 27 15:32:36 2012] [alert] [client 127.0.0.1] C:/wamp/www/site8/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
[Thu Sep 27 15:37:31 2012] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Thu Sep 27 15:37:31 2012] [notice] Child 9076: Exit event signaled. Child process is ending.
[Thu Sep 27 15:37:32 2012] [notice] Child 9076: Released the start mutex
[Thu Sep 27 15:37:33 2012] [notice] Child 9076: All worker threads have exited.
[Thu Sep 27 15:37:33 2012] [notice] Child 9076: Child process is exiting
[Thu Sep 27 15:37:33 2012] [notice] Parent: Child process exited successfully.
[Thu Sep 27 15:37:35 2012] [notice] Apache/2.2.22 (Win32) PHP/5.3.13 configured -- resuming normal operations
[Thu Sep 27 15:37:35 2012] [notice] Server built: May 13 2012 13:32:42
[Thu Sep 27 15:37:35 2012] [notice] Parent: Created child process 6832
[Thu Sep 27 15:37:35 2012] [notice] Child 6832: Child process is running
[Thu Sep 27 15:37:35 2012] [notice] Child 6832: Acquired the start mutex.
[Thu Sep 27 15:37:35 2012] [notice] Child 6832: Starting 64 worker threads.
[Thu Sep 27 15:37:35 2012] [notice] Child 6832: Starting thread to listen on port 80.
[Thu Sep 27 15:37:35 2012] [notice] Child 6832: Starting thread to listen on port 80.
[Thu Sep 27 15:37:57 2012] [error] [client 127.0.0.1] PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\wamp\\www\\site8\\install\\index.php on line 848
[Thu Sep 27 15:37:57 2012] [error] [client 127.0.0.1] PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\wamp\\www\\site8\\install\\index.php on line 849
[Thu Sep 27 15:38:37 2012] [error] [client 127.0.0.1] script 'C:/wamp/www/install.php' not found or unable to stat, referer: [localhost]
[Thu Sep 27 15:38:40 2012] [error] [client 127.0.0.1] script 'C:/wamp/www/install.php' not found or unable to stat, referer: [localhost]
[Thu Sep 27 15:38:42 2012] [error] [client 127.0.0.1] script 'C:/wamp/www/install.php' not found or unable to stat, referer: [localhost]
[Thu Sep 27 15:38:50 2012] [error] [client 127.0.0.1] script 'C:/wamp/www/install.php' not found or unable to stat
[Thu Sep 27 15:39:20 2012] [error] [client 127.0.0.1] script 'C:/wamp/www/install.php' not found or unable to stat
[Thu Sep 27 15:39:30 2012] [error] [client 127.0.0.1] script 'C:/wamp/www/install.php' not found or unable to stat
[Thu Sep 27 15:39:37 2012] [error] [client 127.0.0.1] PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\wamp\\www\\site8\\install\\index.php on line 848, referer: [localhost]
[Thu Sep 27 15:39:37 2012] [error] [client 127.0.0.1] PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\wamp\\www\\site8\\install\\index.php on line 849, referer: [localhost]
[Thu Sep 27 15:39:41 2012] [error] [client 127.0.0.1] PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\wamp\\www\\site8\\install\\index.php on line 848, referer: [localhost]
[Thu Sep 27 15:39:41 2012] [error] [client 127.0.0.1] PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\wamp\\www\\site8\\install\\index.php on line 849, referer: [localhost]
[Thu Sep 27 15:40:13 2012] [error] [client 127.0.0.1] PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\wamp\\www\\site8\\install\\index.php on line 848, referer: [localhost]
[Thu Sep 27 15:40:13 2012] [error] [client 127.0.0.1] PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\wamp\\www\\site8\\install\\index.php on line 849, referer: [localhost]
[Thu Sep 27 15:48:37 2012] [error] [client 127.0.0.1] PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\wamp\\www\\site8\\install\\index.php on line 848
[Thu Sep 27 15:48:37 2012] [error] [client 127.0.0.1] PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\wamp\\www\\site8\\install\\index.php on line 849
[Thu Sep 27 15:48:41 2012] [error] [client 127.0.0.1] PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\wamp\\www\\site8\\install\\index.php on line 848, referer: [localhost]
[Thu Sep 27 15:48:41 2012] [error] [client 127.0.0.1] PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\wamp\\www\\site8\\install\\index.php on line 849, referer: [localhost]
[Thu Sep 27 15:48:48 2012] [error] [client 127.0.0.1] PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\wamp\\www\\site8\\install\\index.php on line 848, referer: [localhost]
[Thu Sep 27 15:48:48 2012] [error] [client 127.0.0.1] PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\wamp\\www\\site8\\install\\index.php on line 849, referer: [localhost]
[Thu Sep 27 15:53:40 2012] [error] [client 127.0.0.1] PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\wamp\\www\\site8\\install\\index.php on line 848, referer: [localhost]
[Thu Sep 27 15:53:40 2012] [error] [client 127.0.0.1] PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\wamp\\www\\site8\\install\\index.php on line 849, referer: [localhost]
[Thu Sep 27 15:53:45 2012] [error] [client 127.0.0.1] PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\wamp\\www\\site8\\install\\index.php on line 848, referer: [localhost]
[Thu Sep 27 15:53:45 2012] [error] [client 127.0.0.1] PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\wamp\\www\\site8\\install\\index.php on line 849, referer: [localhost]
[Thu Sep 27 15:53:54 2012] [error] [client 127.0.0.1] PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\wamp\\www\\site8\\install\\index.php on line 848, referer: [localhost]
[Thu Sep 27 15:53:54 2012] [error] [client 127.0.0.1] PHP Deprecated: Assigning the return value of new by reference is deprecated in C:\\wamp\\www\\site8\\install\\index.php on line 849, referer: [localhost]
[Thu Sep 27 18:13:42 2012] [error] [client 127.0.0.1] script 'C:/wamp/www/install.php' not found or unable to stat, referer: [localhost]
[Thu Sep 27 18:14:31 2012] [error] [client 127.0.0.1] script 'C:/wamp/www/install.php' not found or unable to stat
[Thu Sep 27 18:15:01 2012] [error] [client 127.0.0.1] script 'C:/wamp/www/install.php' not found or unable to stat
[Thu Sep 27 18:15:16 2012] [error] [client 127.0.0.1] script 'C:/wamp/www/install.php' not found or unable to stat
[Thu Sep 27 18:17:06 2012] [error] [client 127.0.0.1] script 'C:/wamp/www/install.php' not found or unable to stat
[Thu Sep 27 18:17:07 2012] [error] [client 127.0.0.1] script 'C:/wamp/www/install.php' not found or unable to stat
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Deprecated: Function set_magic_quotes_runtime() is deprecated in C:\\wamp\\www\\site9\\install\\install.php on line 396
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined index: HTTPS in C:\\wamp\\www\\site9\\install\\install.php on line 419
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 540
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 540
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 540
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 540
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 540
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 540
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 540
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 540
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 540
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 540
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 540
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 540
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 540
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 540
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 540
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Notice: Undefined index: btnContinue in C:\\wamp\\www\\site9\\install\\install.php on line 574
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/site9/install/images, referer: [localhost]
[Thu Sep 27 18:17:13 2012] [error] [client 127.0.0.1] File does not exist: C:/wamp/www/site9/install/images, referer: [localhost]
[Thu Sep 27 18:21:17 2012] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Thu Sep 27 18:21:17 2012] [notice] Child 6832: Exit event signaled. Child process is ending.
[Thu Sep 27 18:21:18 2012] [notice] Child 6832: Released the start mutex
[Thu Sep 27 18:21:19 2012] [notice] Child 6832: All worker threads have exited.
[Thu Sep 27 18:21:20 2012] [notice] Child 6832: Child process is exiting
[Thu Sep 27 18:21:20 2012] [notice] Parent: Child process exited successfully.
[Thu Sep 27 18:21:24 2012] [notice] Apache/2.2.22 (Win32) PHP/5.3.13 configured -- resuming normal operations
[Thu Sep 27 18:21:24 2012] [notice] Server built: May 13 2012 13:32:42
[Thu Sep 27 18:21:24 2012] [notice] Parent: Created child process 5016
[Thu Sep 27 18:21:25 2012] [notice] Child 5016: Child process is running
[Thu Sep 27 18:21:25 2012] [notice] Child 5016: Acquired the start mutex.
[Thu Sep 27 18:21:25 2012] [notice] Child 5016: Starting 64 worker threads.
[Thu Sep 27 18:21:25 2012] [notice] Child 5016: Starting thread to listen on port 80.
[Thu Sep 27 18:21:25 2012] [notice] Child 5016: Starting thread to listen on port 80.
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Deprecated: Function set_magic_quotes_runtime() is deprecated in C:\\wamp\\www\\site9\\install\\install.php on line 396
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined index: HTTPS in C:\\wamp\\www\\site9\\install\\install.php on line 419
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 540
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 540
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 540
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 540
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 540
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 540
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 540
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 540
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 540
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 540
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 540
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 540
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Stack trace:
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP 1. {main}() C:\\wamp\\www\\site9\\install\\install.php:0
[Thu Sep 27 18:21:25 2012] [error] [client 127.0.0.1] PHP Notice: Undefined variable: phpbb_root_path in C:\\wamp\\www\\site9\\install\\install.php on line 547

Options: ReplyQuote
Re: 500 Internal Server Error
Posted by: RiggsFolly (---.as13285.net)
Date: September 28, 2012 07:17PM

Tick wamp -> Apache -> Apache modules -> rewrite_module

restart Apache service

Check the software you are trying to install. It looks like the version of PHP you are using is to new for the software.

Options: ReplyQuote


Sorry, only registered users may post in this forum.