Help - Search - Members - Calendar
Full Version: Security Problems
Zymic Webmaster Forums > Zymic Free Web Hosting > Zymic Free Web Hosting - General Discussion & Help
RusKubik
My site: http://ruskubik.vndv.com/

These problems arrose abruptly. Before 2 days ago, everything was OK. I didn`t do anything.
Please, tell me how to cope with these problems.

Warning: ini_set() has been disabled for security reasons in /www/vndv.com/r/u/s/ruskubik/htdocs/libraries/joomla/session/session.php on line 102
Warning: ini_set() has been disabled for security reasons in /www/vndv.com/r/u/s/ruskubik/htdocs/libraries/joomla/session/session.php on line 105
Warning: ini_set() has been disabled for security reasons in /www/vndv.com/r/u/s/ruskubik/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/vndv.com/r/u/s/ruskubik/htdocs/libraries/joomla/session/session.php:102) in /www/vndv.com/r/u/s/ruskubik/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/vndv.com/r/u/s/ruskubik/htdocs/libraries/joomla/session/session.php:102) in /www/vndv.com/r/u/s/ruskubik/htdocs/libraries/joomla/session/session.php on line 423
Warning: Cannot modify header information - headers already sent by (output started at /www/vndv.com/r/u/s/ruskubik/htdocs/libraries/joomla/session/session.php:102) in /www/vndv.com/r/u/s/ruskubik/htdocs/libraries/joomla/session/session.php on line 426

Yours, RusKubik.

Ed
Please replace all 'ini_set' with '@ini_set' and these errors will disappear.
molavec
I have the same problem. When I add an "@", it has eliminate the problem of "ini_set" error line, but didn't resolve the include errors. I try to add some directory to the PATH:


QUOTE
/*Include the directory to Path*/
@ini_set("include_path", '/www/vndv.com/m/o/l/molavec/htdocs/includes' . PATH_SEPARATOR . ini_get("include_path"));

/* print the Path*/
echo "<br>".ini_get('include_path');

require_once "Auth.php";


this results on these errors:
QUOTE
.:/usr/lib/php

Warning: require_once(Auth.php) [function.require-once]: failed to open stream: No such file or directory in /www/vndv.com/m/o/l/molavec/htdocs/classes/DOMParse.php on line 8

Fatal error: require_once() [function.require]: Failed opening required 'Auth.php' (include_path='.:/usr/lib/php') in /www/vndv.com/m/o/l/molavec/htdocs/classes/DOMParse.php on line 8


So, i think that the problem occurs because ini_set don't add the dirrectory to the path. Is there another way to add the directory to the path?, Is it the cause of the problem? Is necessary to have other precautions before to add a ditectory to the path? (like hiding to other this directory with a .htaccess file)

I'll be waiting for yours answers.
bec9112001
QUOTE(molavec @ Nov 6 2009, 07:53 PM) *
I have the same problem. When I add an "@", it has eliminate the problem of "ini_set" error line, but didn't resolve the include errors. I try to add some directory to the PATH:
this results on these errors:
So, i think that the problem occurs because ini_set don't add the dirrectory to the path. Is there another way to add the directory to the path?, Is it the cause of the problem? Is necessary to have other precautions before to add a ditectory to the path? (like hiding to other this directory with a .htaccess file)

I'll be waiting for yours answers.

in that page i use ctrl f to find anything with ini if its at the beginning you add the @ sign to all of them, i did that and it worked
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.