[Help] Anyone knows [Help]

Adem

Member
Aug 8, 2012
170
7
P1. Hi there guys, im making a hotel (v26) and whenever I click on my holo emulator and then if says some random stuff then "dont send" comes up. anyone know how to fix that?

P2. My other problem is that on my homepage, index etc etc. I always see either on top, bottom, well everywhere, i see this random lines saying:
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: user 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
39

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

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

Notice
: Undefined index: new_landing in
C:\xampp\htdocs\templates\login_header.php
on line
35
Notice
: Undefined index: new_landing in
C:\xampp\htdocs\templates\login_header.php
on line
128
class="process-template">
Notice
: Undefined index: new_landing in
C:\xampp\htdocs\templates\login_header.php
on line
130

and there's loads more. Help?
 

bodge

ayy lmao
Oct 31, 2011
406
54
for your emulator:
add an exception in firewall and your virus protection program and see if that works. (If not get another emulator).


for your CMS:

go to your config.php and put at the top:

PHP:
<?php
error_reporting(0);
 

Users who are viewing this thread

Top