View Full Version : installation


Sergey
05-01-2006, 01:16 AM
I installed everything according "readme"
But when i tried to access index.php i recieved message -

Notice: Undefined variable: user in z:\home\megabazar.us\www\functions.php on line 854
Cannot Execute Query: Table 'classads.class_users' doesn't exist

BUT TABLE 'class_users' EXIST!!!!
And one user (admin) is registered.

Why is that?

Sergey
05-01-2006, 01:47 AM
Now i access index.php but what i got!!!
I couldn't imagine such terrible installation!!!

Notice: Undefined variable: user in z:\home\megabazar.us\www\functions.php on line 854

Notice: Undefined index: class_name in z:\home\megabazar.us\www\functions.php on line 903

Notice: Undefined index: class_pass in z:\home\megabazar.us\www\functions.php on line 904

Notice: Undefined variable: delete_unconfirmed_reg in z:\home\megabazar.us\www\functions.php on line 448

Notice: Undefined index: action in z:\home\megabazar.us\www\index.php on line 85

Notice: Undefined index: action in z:\home\megabazar.us\www\index.php on line 107

Notice: Undefined index: action in z:\home\megabazar.us\www\index.php on line 160

Notice: Undefined index: action in z:\home\megabazar.us\www\index.php on line 336

Notice: Undefined index: action in z:\home\megabazar.us\www\index.php on line 366

Notice: Undefined index: action in z:\home\megabazar.us\www\index.php on line 407

Notice: Undefined index: action in z:\home\megabazar.us\www\index.php on line 425

Notice: Undefined index: action in z:\home\megabazar.us\www\index.php on line 445

Notice: Undefined index: action in z:\home\megabazar.us\www\index.php on line 458

Notice: Undefined index: action in z:\home\megabazar.us\www\index.php on line 477

Notice: Undefined index: action in z:\home\megabazar.us\www\index.php on line 484

Notice: Undefined index: action in z:\home\megabazar.us\www\index.php on line 496

Notice: Undefined index: action in z:\home\megabazar.us\www\index.php on line 542

Notice: Undefined index: action in z:\home\megabazar.us\www\index.php on line 550

Notice: Undefined index: action in z:\home\megabazar.us\www\index.php on line 584

Notice: Undefined index: action in z:\home\megabazar.us\www\index.php on line 596

Notice: Undefined index: action in z:\home\megabazar.us\www\index.php on line 604

Notice: Undefined index: action in z:\home\megabazar.us\www\index.php on line 612

Notice: Undefined index: action in z:\home\megabazar.us\www\index.php on line 632

Notice: Undefined index: action in z:\home\megabazar.us\www\index.php on line 779

Notice: Undefined index: action in z:\home\megabazar.us\www\index.php on line 795

Notice: Undefined index: action in z:\home\megabazar.us\www\index.php on line 813

Notice: Undefined index: action in z:\home\megabazar.us\www\index.php on line 830

Notice: Undefined index: action in z:\home\megabazar.us\www\index.php on line 840

Notice: Undefined index: txn_id in z:\home\megabazar.us\www\index.php on line 848

Notice: Undefined index: action in z:\home\megabazar.us\www\index.php on line 877

Notice: Undefined index: class_name in z:\home\megabazar.us\www\functions.php on line 1971

Notice: Undefined index: class_pass in z:\home\megabazar.us\www\functions.php on line 1972

Notice: Undefined variable: url in z:\home\megabazar.us\www\templates\user_panel.php on line 25

Notice: Undefined variable: linker in z:\home\megabazar.us\www\templates\user_panel.php on line 26

Notice: Undefined variable: form in z:\home\megabazar.us\www\templates\user_panel.php on line 37

Notice: Undefined variable: form in z:\home\megabazar.us\www\templates\user_panel.php on line 39

Notice: Undefined variable: return_array in z:\home\megabazar.us\www\functions.php on line 1270

Notice: Undefined variable: return_array in z:\home\megabazar.us\www\functions.php on line 1221

Notice: Undefined variable: return_array in z:\home\megabazar.us\www\functions.php on line 702

Notice: Undefined variable: return_array in z:\home\megabazar.us\www\functions.php on line 674

Notice: Undefined variable: rate_count in z:\home\megabazar.us\www\templates\right_sidebar.p hp on line 182

Notice: Undefined variable: details in z:\home\megabazar.us\www\templates\header.php on line 14

and i don't know what to do!!!

Jafo
05-01-2006, 11:10 AM
First, did you run the install.php file?

Second, did you define the MySQL variables in the config file?

Third, please see this post:

http://www.worldwidecreations.com/forums/showthread.php?t=934&highlight=Undefined+variable

Sergey
05-08-2006, 02:32 PM
Yes, i used install.php
and yes i changed confid.php

and i think your advice to shut down error_report is not good - it's like saying "i'm not sick" when you are not well.

i think i had to set "register_global = on" in php.ini

Jafo
05-08-2006, 02:35 PM
No, some systems throw warnings when they really are not necessary. If it was an error, the script itself would not run.

Sergey
05-11-2006, 02:15 AM
"Try making this the second line of your index.php file:

error_reporting(0);"

i didn't put this line in index.php file and it works fine at cirtual host but it doesn't work on my local machine. Why?

I have to upload every time for testing. And how i can debug with error_reporting(0);" ?