Log in

View Full Version : Pulling my hair out, not much there as it is....


Magic-al
04-04-2005, 10:00 AM
Hi all, im hoping that someone can help.

Ive installed vBulletin 3.0.7 on my apache server, along with v3 arcade.

The install of Vbulletin went like a dream, nps whatsoever. V3 arcade installed equally as well, untill i actually logged in.

All im getting are errors such as these:

Notice: Undefined index: act in C:\Program Files\Apache Group\Apache2\htdocs\TFH-FM\forums\index.php on line 14

Notice: Undefined index: sessdo in C:\Program Files\Apache Group\Apache2\htdocs\TFH-FM\forums\arcade.php on line 15

Notice: Undefined index: sessdo in C:\Program Files\Apache Group\Apache2\htdocs\TFH-FM\forums\arcade.php on line 22.

I have searched the forums, and ensured that there are no phantom characters ect ect, and really need a little help.

If someone is able to help me resolve these issues, im more than happy to give you access to the board to investigate, and even give you enough for a few beers!!!

thanks in advance.

Magic

lasto
04-04-2005, 10:17 AM
im not certain but some hacks etc dont work on local comp.Yet when u take em to a live host they all of a sudden work m8

Marco van Herwaarden
04-04-2005, 10:23 AM
What PHP version are you running?

Magic-al
04-04-2005, 10:46 AM
Im using PHP Version 4.3.10

must confess, its driving me nuts, so i think im gunna try and get a host and see if that fares better for me.

unless you gurus can help any further ?

ANy recommedations on a host? All i need is the forum, arcade and a few mods running on it.

Thanks again

tnguy3n
04-04-2005, 02:31 PM
I think in window, all variables need to be initialized or it gives you that error otherwise. i can take a look at it if you want. :)

Magic-al
04-04-2005, 03:19 PM
thx, i appreciate your help.

I have sent you a PM.

regards

Magic

Marco van Herwaarden
04-04-2005, 05:35 PM
I think in window, all variables need to be initialized or it gives you that error otherwise. i can take a look at it if you want. :)Not really needed, but it can be there is some configuration switch.

Developing all my hacks on windows, then test on Linux, but never seen this one.

filburt1
04-04-2005, 06:24 PM
Make sure error_messaging is set to E_ALL & ~E_NOTICE in either php.ini or, more appropriately, the script that is causing the notices.