Help - Search - Members - Calendar
Full Version: Joomla Error
Zymic Webmaster Forums > Zymic Free Web Hosting > Zymic Free Web Hosting - General Discussion & Help
devildantej
i installed joomla package and at first days server was doing all ok, but now after almost a week, in the first page of installation, i got all these errors:

Warning: ini_set() has been disabled for security reasons in /www/uuuq.com/c/i/n/cinot/htdocs/libraries/joomla/session/session.php on line 102

Warning: ini_set() has been disabled for security reasons in /www/uuuq.com/c/i/n/cinot/htdocs/libraries/joomla/session/session.php on line 105

Warning: ini_set() has been disabled for security reasons in /www/uuuq.com/c/i/n/cinot/htdocs/libraries/joomla/session/session.php on line 682

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /www/uuuq.com/c/i/n/cinot/htdocs/libraries/joomla/session/session.php:102) in /www/uuuq.com/c/i/n/cinot/htdocs/libraries/joomla/session/session.php on line 423

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /www/uuuq.com/c/i/n/cinot/htdocs/libraries/joomla/session/session.php:102) in /www/uuuq.com/c/i/n/cinot/htdocs/libraries/joomla/session/session.php on line 423

Warning: Cannot modify header information - headers already sent by (output started at /www/uuuq.com/c/i/n/cinot/htdocs/libraries/joomla/session/session.php:102) in /www/uuuq.com/c/i/n/cinot/htdocs/libraries/joomla/session/session.php on line 426

can anyone help me?
gatex
I get same error on the up of install page .
rilley
The error is because the settings php.ini from apache/php server is disabled a function like ini_set() enable it and the error`s will disappear, or if you aren`t able to enable that function i sugest to go where is the session.php file in your case here /www/uuuq.com/c/i/n/cinot/htdocs/libraries/joomla/session/session.php and go to line 102 105 and 682 and add this " // " (without quotes) on these 3 lines at the first of the line like if you have at line 102 for exemple this

ini_set('session.save_handler', 'files');

you will edit and put the // like

//ini_set('session.save_handler', 'files');

and you will do that for every 3 lines .. good luck:D


[quotes]
Warning: ini_set() has been disabled for security reasons in /www/uuuq.com/c/i/n/cinot/htdocs/libraries/joomla/session/session.php on line 102
Warning: ini_set() has been disabled for security reasons in /www/uuuq.com/c/i/n/cinot/htdocs/libraries/joomla/session/session.php on line 105
Warning: ini_set() has been disabled for security reasons in /www/uuuq.com/c/i/n/cinot/htdocs/libraries/joomla/session/session.php on line 682
[/quotes]
Net4fun
QUOTE(rilley @ Mar 24 2009, 05:07 AM) *
The error is because the settings php.ini from apache/php server is disabled a function like ini_set() enable it and the error`s will disappear, or if you aren`t able to enable that function i sugest to go where is the session.php file in your case here /www/uuuq.com/c/i/n/cinot/htdocs/libraries/joomla/session/session.php and go to line 102 105 and 682 and add this " // " (without quotes) on these 3 lines at the first of the line like if you have at line 102 for exemple this

ini_set('session.save_handler', 'files');

you will edit and put the // like

//ini_set('session.save_handler', 'files');

and you will do that for every 3 lines .. good luck:D


Can the administrator enable this, because every host has this enabled. Why was it disabled in the first case ?
rilley
QUOTE(Net4fun @ Mar 28 2009, 11:34 AM) *
Can the administrator enable this, because every host has this enabled. Why was it disabled in the first case ?


If your meen the host administrator can enable ini_set? The answer is yes, only the admin can enable/disable that option
CybeRNerO
I have the same problem in the install page of joomla CMS...
Can we fix it?Or is it permanent?
thusani
I got the same problem here.
It'd be great if the admin enable this.
Mattle91
QUOTE(rilley @ Mar 24 2009, 05:07 AM) *
The error is because the settings php.ini from apache/php server is disabled a function like ini_set() enable it and the error`s will disappear, or if you aren`t able to enable that function i sugest to go where is the session.php file in your case here /www/uuuq.com/c/i/n/cinot/htdocs/libraries/joomla/session/session.php and go to line 102 105 and 682 and add this " // " (without quotes) on these 3 lines at the first of the line like if you have at line 102 for exemple this

ini_set('session.save_handler', 'files');

you will edit and put the // like

//ini_set('session.save_handler', 'files');

and you will do that for every 3 lines .. good luck biggrin.gif


Thank you very much, It's work perfectely now !
belsamak
QUOTE(Mattle91 @ Apr 6 2009, 05:43 PM) *
Thank you very much, It's work perfectely now !



yes, it deleted the mistakes, but still impossible to install joomla... on the Step 2 it says

Cookies do not appear to be enabled on your browser client. You will not be able to install the application with this feature disabled. Alternatively, there could also be a problem with the server's session.save_path. If this is the case, please consult your hosting provider if you don't know how to check or fix this yourself.

did you have this problem?

thnx
Mattle91
QUOTE(belsamak @ Apr 9 2009, 08:07 PM) *
yes, it deleted the mistakes, but still impossible to install joomla... on the Step 2 it says

Cookies do not appear to be enabled on your browser client. You will not be able to install the application with this feature disabled. Alternatively, there could also be a problem with the server's session.save_path. If this is the case, please consult your hosting provider if you don't know how to check or fix this yourself.

did you have this problem?

thnx


I had this problem until I did that rilley said.
(Sorry for my bad English, I hope you understand me)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.