News:

Wondering if this will always be free?  See why free is better.

Main Menu

Zend Optimizer Problem?

Started by Slack, April 12, 2005, 01:52:29 PM

Previous topic - Next topic

Slack

I just servers (went from a windows server to a linux sever) and am getting these errors:

Notice: Undefined index: lang_character_set in /home/httpd/vhosts/kernplace.org/httpdocs/forum/Sources/Load.php on line 808

Notice: Undefined index: smf239 in /home/httpd/vhosts/kernplace.org/httpdocs/forum/Sources/Subs.php on line 909

Notice: Undefined index: smf239 in /home/httpd/vhosts/kernplace.org/httpdocs/forum/Sources/Subs.php on line 910

Notice: Undefined offset: 176 in /home/httpd/vhosts/kernplace.org/httpdocs/forum/Sources/Subs.php on line 910

Notice: Undefined index: smf239 in /home/httpd/vhosts/kernplace.org/httpdocs/forum/Sources/Subs.php on line 911

Notice: Undefined index: smf240 in /home/httpd/vhosts/kernplace.org/httpdocs/forum/Sources/Subs.php on line 912


PHP Version is 4.3.2  Is this a Zend optimizer problem?

Is "Zend Scripting Language Engine" = Zend Optimizer?   If so phpinfo says Zend Engine 1.3.0

Thanks!
slack

[Unknown]

No... Zend = PHP.

Are you sure index.english.php has been uploaded, completely?

-[Unknown]

Slack

Well, I reinstalled the forum - still configuring and have rediuced the error to this:


Notice: Undefined variable: GLOBAL in /home/httpd/vhosts/kernplace.org/httpdocs/forum/Sources/Load.php(1040) : eval()'d code on line 157

??


[Unknown]

One of your templates or language files probably includes this:

$GLOBAL

Replace it with this:

$GLOBALS

-[Unknown]

Slack

Got it

Language file

Much Thanks!

slack

Advertisement: