Hi!
To start with im cinda new to Php but find it fun to tinker with, now i wanted to try applying your News system to my website so i uploaded the files and when i start "http://********.**/test/install/index.php" i get
"
Notice: Undefined index: step in C:\wamp\www\test\install\index.php on line 70
Notice: Undefined index: step in C:\wamp\www\test\install\index.php on line 84
Notice: Undefined index: step in C:\wamp\www\test\install\index.php on line 95
Notice: Undefined index: step in C:\wamp\www\test\install\index.php on line 163
Notice: Undefined index: step in C:\wamp\www\test\install\index.php on line 208
Notice: Undefined index: step in C:\wamp\www\test\install\index.php on line 288
"
at the very first step, i would really apritiate it if you could help me with some cind of solution since im as mentioned not good at php and databases and all that.
Dont know if it has something to do with it but im using "Wampserver 2.0" on Windows Vista Ultimate SP2 wich includes "Apache 2.2.1.1" , "Php 5.3.0" and "MySql 5.1.36" .
Wow, first of all.. damn u answered fast and second it worked thank you, now a little side question when im at it.. in the installer were im supposed to fill in Database Connection Info , do i need to make a new database for this files or can i pick the "mysql" one wich already exsists?
Access: Admin
Total Posts: 1395
Joined: 2006-05-19
You can use one that already exists (not the mysql one, thats a system database) and the installer will create the new tables within that database which will work fine. I would recommend a new database if possible though.