![]() |
has the phpdig_in_domain been removed in version 1.8.5?
EDIT: i thought i should do this here instead of creating a new thread i clicked update sites and i got Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/cjones/public_html/phpdig/admin/limit_upd.php on line 227 is this a bug in 1.8.5? |
In limit_upd.upd find:
PHP Code:
PHP Code:
|
i edited the code but i still got the error.
still on line 227 |
In limit_upd.php find:
PHP Code:
PHP Code:
|
ok, i'll try it now
|
heres the result:
The error is: Unknown column 'P.days' in 'field list' Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/cjones/public_html/phpdig/admin/limit_upd.php on line 230 does this mean theres any error in one of my tables? |
The straggling comma was a bug/typo in the code. The "unknown column 'P.days' in 'field list'" means that you probably missed adding the days column to the site_page table when doing the upgrade:
Code:
ALTER TABLE site_page ADD COLUMN days INT(4) NOT NULL DEFAULT 0; |
sorry but im new, so what do i do with the code?
|
Go into phpMyAdmin on your web server, find the SQL command line dialog box, copy and paste that line of code into the dialog box and run it. That will get rid of your error.
|
All times are GMT -8. The time now is 05:14 PM. |
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.