Hello, I'm trying to install a full version of 1.6.6 to a new server. I've uploaded all the files but I can only go as far as step 1 - choose your languange. As soon as I get to http://domain.com/install/index.php?sessiontest=1, I get an HTTP 500 Internal server error. Can you help me?
MySQL 5.0
Php 5
CMS 1.6.6
Thank you!
Installation Step 2 problem (sessiontest=1 )
Re: Installation Step 2 problem (sessiontest=1 )
I also got this when I use install/index.php?debug=1
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 24576 bytes) in E:\Users\C4CoachingCert\www\lib\smarty\internals\core.assemble_plugin_filepath.php on line 48
PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 24576 bytes) in E:\Users\C4CoachingCert\www\lib\smarty\internals\core.assemble_plugin_filepath.php on line 48
I tried to update my install/index.php file and added ini_set('memory_limit', '32M'); but I still get the same error.
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 24576 bytes) in E:\Users\C4CoachingCert\www\lib\smarty\internals\core.assemble_plugin_filepath.php on line 48
PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 24576 bytes) in E:\Users\C4CoachingCert\www\lib\smarty\internals\core.assemble_plugin_filepath.php on line 48
I tried to update my install/index.php file and added ini_set('memory_limit', '32M'); but I still get the same error.
Re: Installation Step 2 problem (sessiontest=1 )
I have the same error did you find any solution yet?
-
- Forum Members
- Posts: 15
- Joined: Sun Feb 14, 2010 8:58 am
Re: Installation Step 2 problem (sessiontest=1 )
I have exactly the same problem. Please, if somebody knows the problem - share your knowledge 

Re: Installation Step 2 problem (sessiontest=1 )
I found a solution.
Its about the Webspace configuration
I ordered my Webhoster to change my settings like this:
safe_mode off
memory_limit 32M
post_max_size 12M
upload_max_filesize 8M
I don't know exactly wich setting handeled the problem. But its working now
huray
Its about the Webspace configuration
I ordered my Webhoster to change my settings like this:
safe_mode off
memory_limit 32M
post_max_size 12M
upload_max_filesize 8M
I don't know exactly wich setting handeled the problem. But its working now
