Undefined variable: page

R

Rfelder

Guest
I just installed the latest dadabik on a windows XP machine, running apache from the
SWAMP distribution and PHP 4.3.8 from php.net.
I was able to install without any problems, but when I go to the index page, I get these errors.

DaDaBIK

Notice: Undefined variable: page in C:\swamp\www\dadabik\index.php on line 401

Notice: Undefined variable: page in C:\swamp\www\dadabik\index.php on line 437

1 records found
Notice: Undefined variable: page in C:\swamp\www\dadabik\index.php on line 477
usr pass acct
EditDeleteDetails ## ### ####

Notice: Undefined variable: page in C:\swamp\www\dadabik\index.php on line 482
Export to CSV
Notice: Undefined variable: show_record_numbers_change_table in C:\swamp\www\dadabik\include\footer.php on line 33

Notice: Undefined variable: show_record_numbers_change_table in C:\swamp\www\dadabik\include\footer.php on line 60

Can anyone suggest anything to try to get this to work?

- Ryan
 
D

Debbie Sontag

Guest
Ryan

Please see this post in the forum >>> http://www.dadabik.org/forum/read.php?f=1&i=2533&t=2533

Debbie
(Latest version of DaDaBIK when this message was posted: 3.1 Beta)
 
R

Rfelder

Guest
Hahahaha! Great!!

All I needed to do was add

error_reporting (E_ALL ^ E_NOTICE);

to line 2 of the header*.php files in my include directory to suppress the errors!
I didn't realize it was working fine to begin with ;)

Thanks for your help!
 
Top