Table 'Sql469271_2.PLUGINS_TABLE' Doesn't Exist [1146] »  Show posts from    to     

Icy Phoenix


Old Support Topics - Table 'Sql469271_2.PLUGINS_TABLE' Doesn't Exist [1146]



Gianni PB [ Mon 30 Jul, 2012 03:48 ]
Post subject: Table 'Sql469271_2.PLUGINS_TABLE' Doesn't Exist [1146]
SQL ERROR [ mysql4 ]

Table 'Sql469271_2.PLUGINS_TABLE' doesn't exist [1146]

SQL

SELECT * FROM PLUGINS_TABLE ORDER BY plugin_name

BACKTRACE

FILE: includes/db/mysql.php
LINE: 295
CALL: sql_db->sql_error()

FILE: includes/class_cache_extends.php
LINE: 368
CALL: sql_db->sql_query()

FILE: common.php
LINE: 254
CALL: ip_cache->obtain_plugins_config()

FILE: index.php
LINE: 16
CALL: include('common.php')


Informpro [ Mon 30 Jul, 2012 11:53 ]
Post subject: Re: Table 'Sql469271_2.PLUGINS_TABLE' Doesn't Exist [1146]
Hi.
Is your includes/constants.php the one given with IP 2.0 or a save from your older version ? Try to use the latest.
Your error is because this line is missing from the file :
Code: [Hide]
  1. define('PLUGINS_TABLE', $table_prefix . 'plugins'); 
But some other lines must be missing too, so you should definitely upgrade.


Gianni PB [ Thu 02 Aug, 2012 07:15 ]
Post subject: Re: Table 'Sql469271_2.PLUGINS_TABLE' Doesn't Exist [1146]
I done it, but now the problem is:


Parse error: syntax error, unexpected $end in /web/htdocs/www.salsapuglia.com/home/blocks/global_header.php on line 172



on line 135 there is { not closed


Mighty Gorgon [ Thu 02 Aug, 2012 22:24 ]
Post subject: Re: Table 'Sql469271_2.PLUGINS_TABLE' Doesn't Exist [1146]
I have fixed the bug in global_header block.

Bug Fix For Global Header




Powered by Icy Phoenix