Welcome, Guest. Please Login or Register.
October 01, 2024, 07:28:17 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Converters  |  undefined variable « previous next »
Pages: [1] Reply Ignore Print
Author Topic: undefined variable  (Read 1509 times)
remix
Noobie
*
Posts: 1


I'm a llama!

undefined variable
« on: May 06, 2002, 05:54:49 AM »
Reply with quote

I am trying to install YaBB SE on my Windows XP machine which is running apache webserver with php 4.1.2 and mysql 3.23.49. I am getting the following error when I try to run the install.php file through my webserver:


-------------
Warning: Undefined variable: step in c:\apache\htdocs\forum\install.php on line 53

Safe Mode Check:

It appears that safe mode has been disabled. You may continue.

Click here to continue.
--------------

When I click the link, it adds "?step=zero" to the end of the url, but the page still remains the same. When I click the link again, it takes me to the same page. It's an infinite loop.

Why is the variable undefined? This is probably a very simple problem but I cannot seem to solve it.

Any help would be appreciated. Thanks!
Logged
Darkshady
Noobie
*
Posts: 40


I'm a llama!

Re:undefined variable
« Reply #1 on: May 07, 2002, 11:17:03 PM »
Reply with quote

open up your php.ini file and find this:

;cgi.force_redirect=1

change it to

cgi.force_redirect=0

I think that should fix it.

Also find

register_globals=off

and replace it with

register_globals=On

(I am running yabbse on my computer and i had to do this, now it works fine after i did this)
Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Converters  |  undefined variable « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.097 seconds with 21 queries.