Log in

View Full Version : Error on Install index.php page.


Kitty
11-15-2010, 01:51 AM
This is the first time I installed with Rusnak PHP scripts. I got the zip file 11-14-2010, I am hosting it currently at a computer with IIS 7 with Windows 7.
The error upon visiting the site is a 500, but with the detailed error it is this:
PHP Notice: Undefined index: step in [site\adoptables]\install\index.php on line 5

I followed the instructions on Rusnak's main site (I chmodded and installed the sql tables), but when I tried to open the install\index.php it is trying to find the $step variable. I tried searching for the $step in all the other pages and deleted the .htacess, but no luck.

What am I doing wrong?

Hall of Famer
11-15-2010, 07:48 AM
umm did you create an empty database file on your server prior to installation? If so, you may not have uploaded all files correctly or there may be something wrong with your config.php file.

Kitty
11-15-2010, 10:10 PM
Yes I have. The error is that it's trying to obtain a variable on the installation page called $step, but there's no page that I accessed beforehand that would allow me to get a variable for $step. Is the config.php suppose to be empty after getting the file straight from the zip? I unzipped and placed them on my sites twice.

My page is unable to start the installation because of this $step error on line 5.

lillianpaul
01-07-2011, 11:21 PM
If you create an empty database file on your server, when starting installation. I think you are not uploaded all files or this all are not installed correctly or corrupted. You must have to reinstall it again because your config.php file is not working.

fadillzzz
01-08-2011, 02:32 AM
It's a notice error! There is nothing to be afraid of, just change the error reporting to E_ALL ^ E_NOTICE and it will be gone forever
You can just go on with the installation process normally