Welcome Guest, Not a member yet? Register   Sign In
database error
#1

Error Number: 1146
Table 'myscopen_drhadyclinic.web_setting' doesn't exist
SELECT * FROM `web_setting`
Filename: helpers/lang_helper.php
Line Number: 16

what is it?
Reply
#2

Without showing your table and how you coded things it is impossible to help you.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

The table "web_setting" is not in the database called myscopen_drhadyclinic

Double check your database config files.
On the package it said needs Windows 7 or better. So I installed Linux.
Reply
#4

As the message clearly says, the table you are selecting doesn't exist, therefore your query fails.
Could be a typo on your end while creating the names on the table or on the query. Double check it.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB