• 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!

problem whit my page gesior 0.3.6

jesusboduer

New Member
Joined
Mar 1, 2009
Messages
2
Reaction score
0
Hello well first of all I apologize for my bad English because soi
Latin and English do not drive much Okei,

I have my tfs server 8.54, and gesior 0.3.6 and I install it and everything Okei step
I get to step 3 or 4 and I have this problem

STEP 4

Add samples to DB:

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE [42S02]:
Base table or view not found: 1146 Table 'burnout.z_news_tickers' does not
exist 'in C: \ xampp \ htdocs \ install.php: 489 Stack trace: # 0
C: \ xampp \ htdocs \ install.php (489): PDO-> query ('SELECT * FROM z. ..') # 1 (main)
Thrown in C: \ xampp \ htdocs \ install.php on line 489

my question is I have to do and please tell me step by step since I have no much experience in what is web pages
 
You dont have base table called: "z_news_tickers".
Go to http://localhost/phpmyadmin/ login and click: "SQL"
and paste it:

Code:
CREATE TABLE IF NOT EXISTS `z_news_tickers` (
  `date` int(11) NOT NULL default '1',
  `author` int(11) NOT NULL,
  `image_id` int(3) NOT NULL default '0',
  `text` text NOT NULL,
  `hide_ticker` tinyint(1) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
 
Can you help me also please

Add samples to DB:

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[3D000]: Invalid catalog name: 1046 No database selected' in C:\xampp\htdocs\install.php:489 Stack trace: #0 C:\xampp\htdocs\install.php(489): PDO->query('SELECT * FROM z...') #1 {main} thrown in C:\xampp\htdocs\install.php on line 489
 
What?
I am using NaxedOt7.5

sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = ""
sqlDatabase = ""
sqlFile = "NaxedOt.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "plain"
 
Now
Step 2
Database error - can't connect to MySQL database. Possible reasons:
1. MySQL server is not running on host.
2. MySQL user, password, database or host isn't configured in: C:/Users/All Folks/Desktop/NaxedOt 7.5/config.lua .
3. MySQL user, password, database or host is wrong.

Config:
sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "password"
sqlDatabase = "NaxedOt"
sqlFile = "NaxedOt.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "plain"

What are the suppose to be?
__________________________________
Please and thankyou!
 
I don't know :s
What am I suppose to uploaded the database in?
And how?
Need help!
_____________________
Please and thankyou!
 
How do I know if others can get on my ip on web?
Ip: wearelegendary.no-ip.org
Can someone go to that and see if it is online?
and if its not how do i make it global?
 
Last edited:
Back
Top