1 tejaaa May 08, 2007 05:37
3 yabba May 08, 2007 11:04
ini_set() is disabled!
Check with your new host that you can use ini_set() ;)
¥
4 tejaaa May 08, 2007 11:07
Thanks for the response Yabba.
What if the answer is "no" ?
Things were working very well till I did this upgrade.
Tejaaa
5 yabba May 08, 2007 11:19
If the answer's "no" then I'm not sure what you can do apart from find a host that does allow it.
¥
6 tejaaa May 09, 2007 05:20
Guys, any more help on this one? It is painful to have to clear the cookies every time I want to visit and do something on the blog.
Tejaaa
7 tejaaa May 09, 2007 13:50
I found a file called _session.class.php which is linked to this file.
I think the comment does say that there can be problem with the session if it has special characters in the session ID.
Tejaaa
8 yabba May 09, 2007 13:57
¥åßßå wrote:
ini_set() is disabled!
Check with your new host that you can use ini_set() ;)
¥
else
{ // Some session data has been previsouly stored:
// Unserialize session data (using an own callback that should provide class definitions):
$old_callback = ini_set( 'unserialize_callback_func', 'session_unserialize_callback' );
if( $old_callback === false )
{ // this can fail, if "ini_set" has been disabled for security reasons.. :/
// TODO: dh> add this to "System check page"?
debug_die('ini_set() is disabled! b2evo cannot adjust "unserialize_callback_func" for Session restoring!');
}
¥
9 personman May 09, 2007 14:45
So, what did your host say? Is ini_set() disabled? Can they enable it for you?
10 tejaaa May 13, 2007 02:45
Yabba, is there a way to suppress this error?
Is there any setting that we can change in session class file that will make the error go away? Can we change anything in the "Features" tab that will make the error go away?
Personman, Lunarpages are just not responding to what I am asking them. They are telling me that it works fine when they access it. I have again responded to them, let's see what happens now.
Tejaaa
11 yabba May 13, 2007 15:52
To save a duplication of reply, I replied [url=http://forums.b2evolution.net/viewtopic.php?p=55229#55229]here[/url]
¥
To add to this, when I get the above error, it is only the error that I see and nothing else on the screen.
The only way to get rid of this is to delete cookies on my computer and try again. I tried it in Maxthon and all is see if "HTTP 500 Internal Server error".
Hmmn, the problems are getting more serious now.
Tejaaa