欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

mysql-phpweb 网站突然报错 不知道发什么问题

程序员文章站 2022-06-13 18:14:47
...
mysqlphp

在线狂等
下面是错误:
Database error: Invalid SQL: select * from pwn_base_config
MySQL Error: 1146 (Table 'wenhong.pwn_base_config' doesn't exist)
#0 dbbase_sql->halt(Invalid SQL: select * from pwn_base_config) called at [C:\APMServ5.2.6\www\htdocs\includes\db.inc.php:54] #1 dbbase_sql->query(select * from {P}_base_config) called at [C:\APMServ5.2.6\www\htdocs\includes\common.inc.php:42] #2 readconfig() called at [C:\APMServ5.2.6\www\htdocs\includes\common.inc.php:32] #3 include(C:\APMServ5.2.6\www\htdocs\includes\common.inc.php) called at [C:\APMServ5.2.6\www\htdocs\index.php:3]
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\APMServ5.2.6\www\htdocs\includes\db.inc.php on line 61
Database error: Invalid SQL: select * from pwn_base_pageset where coltype='index' and pagename='index'
MySQL Error: 1146 (Table 'wenhong.pwn_base_pageset' doesn't exist)
#0 dbbase_sql->halt(Invalid SQL: select * from pwn_base_pageset where coltype='index' and pagename='index') called at [C:\APMServ5.2.6\www\htdocs\includes\db.inc.php:54] #1 dbbase_sql->query(select * from {P}_base_pageset where coltype='index' and pagename='index') called at [C:\APMServ5.2.6\www\htdocs\includes\common.inc.php:90] #2 pageset(index, index) called at [C:\APMServ5.2.6\www\htdocs\index.php:7]
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\APMServ5.2.6\www\htdocs\includes\db.inc.php on line 61
Database error: Invalid SQL: select * from pwn_base_plus where plustype='' and pluslocat='' and display!='none' order by zindex
MySQL Error: 1146 (Table 'wenhong.pwn_base_plus' doesn't exist)
#0 dbbase_sql->halt(Invalid SQL: select * from pwn_base_plus where plustype='' and pluslocat='' and display!='none' order by zindex) called at [C:\APMServ5.2.6\www\htdocs\includes\db.inc.php:54] #1 dbbase_sql->query(select * from {P}_base_plus where plustype='' and pluslocat='' and display!='none' order by zindex) called at [C:\APMServ5.2.6\www\htdocs\includes\common.inc.php:374] #2 printpage() called at [C:\APMServ5.2.6\www\htdocs\index.php:11]
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\APMServ5.2.6\www\htdocs\includes\db.inc.php on line 61
Database error: Invalid SQL: select * from pwn_advs_pop where ifpop='1'
MySQL Error: 1146 (Table 'wenhong.pwn_advs_pop' doesn't exist)
#0 dbbase_sql->halt(Invalid SQL: select * from pwn_advs_pop where ifpop='1') called at [C:\APMServ5.2.6\www\htdocs\includes\db.inc.php:54] #1 dbbase_sql->query(select * from {P}_advs_pop where ifpop='1') called at [C:\APMServ5.2.6\www\htdocs\includes\common.inc.php:1404] #2 winpop() called at [C:\APMServ5.2.6\www\htdocs\includes\common.inc.php:628] #3 printpage() called at [C:\APMServ5.2.6\www\htdocs\index.php:11]
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\APMServ5.2.6\www\htdocs\includes\db.inc.php on line 61

相关标签: mysql php