Need help with ObboRP's CMS

Status
Not open for further replies.

Rater

Member
Feb 17, 2011
96
1
This is the error when i go to localhost.org
Notice: Undefined variable: page in C:\xampp\htdocs\includes\core.php on line 21

Notice: Undefined variable: page in C:\xampp\htdocs\includes\core.php on line 25

Notice: Undefined variable: page in C:\xampp\htdocs\includes\core.php on line 48

Notice: Undefined index: y in C:\xampp\htdocs\includes\functions.php on line 33

Notice: Undefined variable: page in C:\xampp\htdocs\includes\core.php on line 50

Notice: Undefined index: rememberme in C:\xampp\htdocs\includes\core.php on line 50

Notice: Undefined index: username in C:\xampp\htdocs\index.php on line 24

Notice: Undefined index: rememberme in C:\xampp\htdocs\index.php on line 25

Notice: Undefined index: page in C:\xampp\htdocs\index.php on line 26

Notice: Undefined index: new_landing in C:\xampp\htdocs\templates\login_header.php on line 35
I Did The Config In Htdocs And i Put in the SQL File What is going wrong and when i try to install it gives like install.php error Anyone know why?
 

Thom

You can't touch this
Oct 1, 2010
1,305
386
You probably will get errors by trying to go to localhost.org, try going to localhost and do this:

includes > core.php
Under the <?php tag put:
error_reporting(0);
 
Status
Not open for further replies.

Users who are viewing this thread

Top