Database Connection Error ?

nautiyal

Junior Member
Joined
Mar 24, 2011
Messages
121
Reaction score
0
Hi Experts,

I have some problem while connecting to my database. I am getting this error Table xxxxxxx(databasename).class_settings' doesn't exist. I want to know why I am getting this error and how to recover from this error. I had already edit my conn.php file and everything is ok but whenever I refresh my website page I am getting this error.
 
Well at first glance, i'm guessing that you have an empty database without the required table in it.

Did it work before, or you are trying something new ?
 
Well at first glance, i'm guessing that you have an empty database without the required table in it.

Did it work before, or you are trying something new ?

Exactly this is the case I didn't create any table well I am using cpanel and I am not able to see option to create table there the structure of cpanel is different you know not a simple one I will appreciate if you have any more suggestion on how to go through this.
 
You should have a phpmyadmin icon near to mysql icon.

You go there, select your database, and you should find your way from there to create your table.

You could do it through PHP too ;)
 
You should have a phpmyadmin icon near to mysql icon.

You go there, select your database, and you should find your way from there to create your table.

You could do it through PHP too ;)

OMG you rock sir I will call you PHP experts now well I know it's basic but it seems to be look like you make your hands full with this may I know your skype id? I knew you are not going to give here in this thread :p please message me your skype id I am just curious to learn something about this programming I need helping hand
 
Alright I created table under my database but this doesn't solve my problem I am getting same error what should I do now? Do I need to mention table name in conn.php file as well....:confused:
 
Alright I created table under my database but this doesn't solve my problem I am getting same error what should I do now? Do I need to mention table name in conn.php file as well....:confused:
Is the table named exactly class_settings and is it a part of the database, databasename
 
Back
Top