New installation of C5 with error messages
Permalink
Hi I am new to C5 I can't write code so I thaught this was the way ahead.
I have uploaded C5 to my host, I have run the index file and got the Install Page.
Also some warning's.
Warning: Wrong parameter count for session_set_cookie_params() in /home/w/i/wightcards/public_html/concrete/startup/session.php on line 16
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/w/i/wightcards/public_html/concrete/startup/session.php:16) in /home/w/i/wightcards/public_html/concrete/startup/session.php on line 36
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/w/i/wightcards/public_html/concrete/startup/session.php:16) in /home/w/i/wightcards/public_html/concrete/startup/session.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/w/i/wightcards/public_html/concrete/startup/session.php:16) in /home/w/i/wightcards/public_html/concrete/core/controllers/single_pages/install.php on line 75
Warning: Cannot modify header information - headers already sent by (output started at /home/w/i/wightcards/public_html/concrete/startup/session.php:16) in /home/w/i/wightcards/public_html/concrete/core/libraries/view.php on line 917
I also get a warning sign concrete5 requires at least PHP 5.2.4.
Also concrete5 cannot parse the PATH_INFO or ORIG_PATH_INFO information by the server.
I also get a sign saying cookies enabled, with a ? telling me to enable the cookies.
They are enabled.
Help is required
I have uploaded C5 to my host, I have run the index file and got the Install Page.
Also some warning's.
Warning: Wrong parameter count for session_set_cookie_params() in /home/w/i/wightcards/public_html/concrete/startup/session.php on line 16
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/w/i/wightcards/public_html/concrete/startup/session.php:16) in /home/w/i/wightcards/public_html/concrete/startup/session.php on line 36
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/w/i/wightcards/public_html/concrete/startup/session.php:16) in /home/w/i/wightcards/public_html/concrete/startup/session.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/w/i/wightcards/public_html/concrete/startup/session.php:16) in /home/w/i/wightcards/public_html/concrete/core/controllers/single_pages/install.php on line 75
Warning: Cannot modify header information - headers already sent by (output started at /home/w/i/wightcards/public_html/concrete/startup/session.php:16) in /home/w/i/wightcards/public_html/concrete/core/libraries/view.php on line 917
I also get a warning sign concrete5 requires at least PHP 5.2.4.
Also concrete5 cannot parse the PATH_INFO or ORIG_PATH_INFO information by the server.
I also get a sign saying cookies enabled, with a ? telling me to enable the cookies.
They are enabled.
Help is required
Will updating the PHP version cure the cookies and parse problem
It will be better if you create a php file called phpinfo.php and write down the below code there.
Then upload it to your servers root (public_html) and share it here. So that we can have a look into.
Rony
<?php phpinfo(); ?>
Then upload it to your servers root (public_html) and share it here. So that we can have a look into.
Rony
Hi Rony
www.www.wightcards.co.uk/wightcards_file.php...
works if you copy and paste.
Hope this works.
Chris
www.www.wightcards.co.uk/wightcards_file.php...
works if you copy and paste.
Hope this works.
Chris
Its PHP 5.1.2 is there a version of concrete5 that will run on this version of PHP
Chris
Chris
I've checked your server info.
To get the most out of concrete5, you need:
PHP 5.2.4 or greater (PHP >= 5.3 recommended)
PHP Modules: CURL, zip, mcrypt, openssl, GD (with freetype), mysql, mbstring
PHP settings (primarily for file uploads) post_max_upload_filesize = 20, post_max_size = 20, php memory limit to 64 (More may be needed for memory intensive operations, such as upgrading.)
MySQL 5.x or higher.
Apache/IIS (Apache recommended)
If you are going to use the old versions, you will miss many of cool features of Concrete5. So its the bad option to go with the old version. The best way for you is to upgrade your servers PHP versions along with the modules & settings that is not enabled in your hosting. If your hosting doesn't provide these services, then I must say that you should move to a new hosting.
Rony
To get the most out of concrete5, you need:
PHP 5.2.4 or greater (PHP >= 5.3 recommended)
PHP Modules: CURL, zip, mcrypt, openssl, GD (with freetype), mysql, mbstring
PHP settings (primarily for file uploads) post_max_upload_filesize = 20, post_max_size = 20, php memory limit to 64 (More may be needed for memory intensive operations, such as upgrading.)
MySQL 5.x or higher.
Apache/IIS (Apache recommended)
If you are going to use the old versions, you will miss many of cool features of Concrete5. So its the bad option to go with the old version. The best way for you is to upgrade your servers PHP versions along with the modules & settings that is not enabled in your hosting. If your hosting doesn't provide these services, then I must say that you should move to a new hosting.
Rony
Rony