Jupitor CMS problem

Status
Not open for further replies.

BlakByte

New Member
Messages
3
Reaction score
0
Points
0
Hey..

Everywhere in my Jupitor CMS installation it says like:

Notice: Undefined variable: HTTP_SERVER_VARS in /home/blakbyte/public_html/includes/functions.php on line 40

Notice: Undefined variable: HTTP_SESSION_VARS in /home/blakbyte/public_html/includes/functions.php on line 42

Notice: Undefined variable: HTTP_COOKIE_VARS in /home/blakbyte/public_html/includes/functions.php on line 44

Notice: Undefined variable: HTTP_POST_VARS in /home/blakbyte/public_html/includes/functions.php on line 46

Notice: Undefined variable: HTTP_GET_VARS in /home/blakbyte/public_html/includes/functions.php on line 48

Notice: Undefined variable: HTTP_ENV_VARS in /home/blakbyte/public_html/includes/functions.php on line 50


On top of the page.. What is this?
 

Flashgear

New Member
Messages
944
Reaction score
1
Points
0
First off welcome to the community,

Did you chmod the correct files? that could be the reason why. Or it could be a PHP version reason.

To request a PHP version change go here and log in using your forum username & password. Go to the PHP version's and request the intermidate version of PHP.

Please note that once you get accepted, it can take up to 4hours for the PHP change to take effect on your account.

I hope this helps.
 

athiwatc

New Member
Messages
155
Reaction score
0
Points
0
Hey..

Everywhere in my Jupitor CMS installation it says like:

Notice: Undefined variable: HTTP_SERVER_VARS in /home/blakbyte/public_html/includes/functions.php on line 40

Notice: Undefined variable: HTTP_SESSION_VARS in /home/blakbyte/public_html/includes/functions.php on line 42

Notice: Undefined variable: HTTP_COOKIE_VARS in /home/blakbyte/public_html/includes/functions.php on line 44

Notice: Undefined variable: HTTP_POST_VARS in /home/blakbyte/public_html/includes/functions.php on line 46

Notice: Undefined variable: HTTP_GET_VARS in /home/blakbyte/public_html/includes/functions.php on line 48

Notice: Undefined variable: HTTP_ENV_VARS in /home/blakbyte/public_html/includes/functions.php on line 50


On top of the page.. What is this?

You want it easy way or hard way.
First lets start with the easy way.
Update Jupitor CMS to a newer version (PHP 5.0.0 UP) Or
the hard way(Don't even know it will work)
Since PHP 5.0.0 the predefined variables has change from $HTTP_*_VARS to $_*
Here replace $HTTP_SERVER_VARS with $_SERVER
replace $HTTP_SESSION_VARS with $_SESSION
replace $HTTP_COOKIE_VARS with $_COOKIE
replace $HTTP_POST_VARS with $_POST
replace $HTTP_GET_VARS with $_GET
replace $HTTP_ENV_VARS with $_ENV

That it but you need to replace in all file i thing that all

The good of x10 is always update to the newest of every things.
 
Last edited:

Flashgear

New Member
Messages
944
Reaction score
1
Points
0
You want it easy way or hard way.
First lets start with the easy way.
Update Jupitor CMS to a newer version (PHP 5.0.0 UP) Or
the hard way(Don't even know it will work)
Since PHP 5.0.0 the predefined variables has change from $HTTP_*_VARS to $_*
Here replace HTTP_SERVER_VARS with $_SERVER
replace HTTP_SESSION_VARS with $_SESSION
replace HTTP_COOKIE_VARS with $_COOKIE
replace HTTP_POST_VARS with $_POST
replace HTTP_GET_VARS with $_GET
replace HTTP_ENV_VARS with $_ENV

That it but you need to replace in all file i thing that all

The good of x10 is always update to the newest of every things.

I would not attempt at trying to edit the files yourself unless you know what you are doing, and that shouldn't matter what version you have, it should work regardless.

Check my advice before you go editing/replacing any files.
 
Last edited:

athiwatc

New Member
Messages
155
Reaction score
0
Points
0
I would not attempt at trying to edit the files yourself unless you know what you are doing, and that shouldn't matter what version you have, it should work regardless.

Check my advice before you go editing/replacing any files.

You maybe right if you are very new to PHP just do what Flashgear said
 

Flashgear

New Member
Messages
944
Reaction score
1
Points
0
Okay, thanks for the answers guys, i requested a new version.

I did think it would of been a PHP related reason. It can take up to 4hours when the php version change to take affect onto your site.
 

BlakByte

New Member
Messages
3
Reaction score
0
Points
0
I did think it would of been a PHP related reason. It can take up to 4hours when the php version change to take affect onto your site.

It's fine, my DNS settings are not even set yet.. As long as it's ready for tommorow, hehe.
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
I don't see an application from you to upgrade your PHP to intermediate. Please submit one.
 
Status
Not open for further replies.
Top