Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I have a problem with my site, the problem is:
I have enabled the link checker module and it has been installed successfully without any problems. Now, when i update a story i am getting the following warnings:

- user warning: Table 'sbdciraq_sbdcnew.ptestp' doesn't exist query: LOCK TABLES pTestp WRITE in C:\websites\nSBDC\includes\database.mysql.inc on line 174.

- user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '<p>Test.</p> SET data = 'cache_filter', created = 1347431525, expire = 13475179' at line 1 query: UPDATE <p>Test.</p> SET data = 'cache_filter', created = 1347431525, expire = 1347517925, headers = '' WHERE cid = 'linkchecker:3:f4020e91252aafd4b18d8acd17f883db' in C:\websites\nSBDC\includes\database.mysql.inc on line 174.
- user warning: Table 'sbdciraq_sbdcnew.ptestp' doesn't exist query: LOCK TABLES pTestp WRITE in C:\websites\nSBDC\includes\database.mysql.inc on line 174.

user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '<p>Test.</p> SET data = 'cache_filter', created = 1347431526, expire = 13475179' at line 1 query: UPDATE <p>Test.</p> SET data = 'cache_filter', created = 1347431526, expire = 1347517925, headers = '' WHERE cid = 'linkchecker:3:f4020e91252aafd4b18d8acd17f883db' in C:\websites\nSBDC\includes\database.mysql.inc on line 174.

and when i update a page i am getting the following warnings:

- user warning: Table 'sbdciraq_sbdcnew.ptestp' doesn't exist query: LOCK TABLES pTestp WRITE in C:\websites\nSBDC\includes\database.mysql.inc on line 174.

- user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '<p>Test.</p> SET data = 'cache_filter', created = 1347431940, expire = 13475183' at line 1 query: UPDATE <p>Test.</p> SET data = 'cache_filter', created = 1347431940, expire = 1347518340, headers = '' WHERE cid = 'linkchecker:3:da02385388009acc88f130c9495d6d57' in C:\websites\nSBDC\includes\database.mysql.inc on line 174.

- user warning: Table 'sbdciraq_sbdcnew.ptestp' doesn't exist query: LOCK TABLES pTestp WRITE in C:\websites\nSBDC\includes\database.mysql.inc on line 174.

- user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '<p>Test.</p> SET data = 'cache_filter', created = 1347431940, expire = 13475183' at line 1 query: UPDATE <p>Test.</p> SET data = 'cache_filter', created = 1347431940, expire = 1347518340, headers = '' WHERE cid = 'linkchecker:3:da02385388009acc88f130c9495d6d57' in C:\websites\nSBDC\includes\database.mysql.inc on line 174.

I've noticed that the table name 'sbdciraq_sbdcnew.ptestp' in the error message:
'test' is the content of the story or the page and the p's from the 'p' tag. note that i am using drupal 5.

Does anyone get these warnings before? can anyone help me with this problem?

Thank you in advance.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900