• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Need alot of web help!

Star Fox

New Member
Joined
May 15, 2010
Messages
17
Reaction score
0
I have never made a website so please please bear with me >.<

I have gotten a site from a different ot that a friend gave to me to use as a base so it has better highscores and all that stuff he made.

I have it all in the htdocs and blahblahblah lol im just trying to get this up. so i will be using this thread to post my errors (which im sure there will be many) :/ I would really love help with all this.

Well here goes nothing. I am hosting this site(untill it gets to working) on my comp.. so i goto the adress line and type 127.0.0.1 and i get this error

Code:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'myserv.z_news_tickers' doesn't exist' in C:\xampp\htdocs\latestnews.php:7 Stack trace: #0 C:\xampp\htdocs\latestnews.php(7): PDO->query('SELECT * FROM `...') #1 C:\xampp\htdocs\index.php(65): include('C:\xampp\htdocs...') #2 {main} thrown in C:\xampp\htdocs\latestnews.php on line 7

Which im guessing means i need to create a table in my database z_news_tickers but idk what to put in the table :/

any help is welcome.
thank you
 
no no no, thats the problem. I HAVE the news ticker on the site.. i have the file for it but its telling it to reffer to my database table called "z_news_ticker" which does not exist. I dont know how to create the table or what it put in it.
 
Back
Top