Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2007-02-15 02:01:19
- mamphp
- New Member
- Registered: 2007-02-15
- Posts: 1
Warning: Table with latest Version
i have the script installen in PHPDEV but not function!!?
[code]
Warning: Table ‘sia.textpattern’ doesn’t exist describe `textpattern` in c:\programme\phpdev\www\txt\lib\txplib_db.php on line 84
Warning: Cannot add header information – headers already sent by (output started at c:\programme\phpdev\www\txt\lib\txplib_db.php:84) in c:\programme\phpdev\www\txt\lib\txplib_misc.php on line 1494
Warning: Table ‘sia.txp_page’ doesn’t exist select user_html from txp_page where name=‘error_503’ in c:\programme\phpdev\www\txt\lib\txplib_db.php on line 84
Warning: Table ‘sia.txp_page’ doesn’t exist select user_html from txp_page where name=‘error_default’ in c:\programme\phpdev\www\txt\lib\txplib_db.php on line 84
Warning: Cannot add header information – headers already sent by (output started at c:\programme\phpdev\www\txt\lib\txplib_db.php:84) in c:\programme\phpdev\www\txt\lib\txplib_misc.php on line 1556
DB-Connect was succesful, but the textpattern-table was not found.
[/code]
Thanks
Offline
#2 2007-02-15 09:41:15
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Warning: Table with latest Version
It cannot find the textpattern and txp_page tables. According to your config file, they should be named sia.textpattern and sia.txp_page, but it cannot find any table by those names in the database specified in your config file.
Check that your config file is correct, then check your database to make sure that the tables are there and that they have not been corrupted.
Offline
Pages: 1