Author |
Message |
tag
Regular


Joined: Dec 18, 2003
Posts: 53
Location: Worldwide
|
Posted:
Sat Sep 11, 2004 10:09 pm |
|
Not sure where this is coming from, I can get to sentienl 2.01 ( on phpnuke 7,5)
from admin whenever I try to get to anything BUT sentinel I am getting this error:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /usr/home/ryanorr/public_html/includes/sql_layer.php on line 286
Access Denied |
|
|
|
 |
echo
Hangin' Around

Joined: Nov 27, 2003
Posts: 37
|
Posted:
Sat Sep 11, 2004 10:47 pm |
|
|
|
 |
tag

|
Posted:
Sat Sep 11, 2004 11:13 pm |
|
That would be an issue in 7.5?
I cant find it. |
|
|
|
 |
echo

|
Posted:
Sat Sep 11, 2004 11:24 pm |
|
tag wrote: | That would be an issue in 7.5?
I cant find it. |
What can't you find? that line of code? I have 7.5 also and it's in mine around line 290 in the sql_layer.php in the includes folder. |
|
|
|
 |
tag

|
Posted:
Sat Sep 11, 2004 11:36 pm |
|
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /usr/home/ryanorr/public_html/includes/sql_layer.php on line 286
Unknown column 'radmincontent' in 'field list'Access Denied
That is what I get....
Don't understand access denied at all
On some of the admin things Im getting a page, but it says denied access.
and then others totally work as far as i can see |
|
|
|
 |
echo

|
Posted:
Sat Sep 11, 2004 11:51 pm |
|
I'm not sure why either, I'm running 7.5 with Sentinel 2.02 without a hitch. Are you logged into the "god" account? |
|
|
|
 |
tag

|
Posted:
Sun Sep 12, 2004 12:17 am |
|
Well I have found this the upgrade drops the following tables:
// Modules Table Update
$db->sql_query("ALTER TABLE nuke_modules ADD admins VARCHAR( 255 ) NOT NULL");
// Administrators Table modification
$db->sql_query("ALTER TABLE nuke_authors DROP radminarticle, DROP radmintopic, DROP radminuser, DROP radminsurvey, DROP radminlink , DROP radminfaq, DROP radmindownload, DROP radminreviews, DROP radminnewsletter, DROP radminforum, DROP radmincontent, DROP radminency");
$db->sql_query("ALTER TABLE nuke_authors CHANGE radminsuper radminsuper TINYINT( 1 ) DEFAULT '1' NOT NULL");
Those are all the ones I am getting errors on.
So what are they suppose to be or where are they suppose to go now? I realise they are suppose to go to radminsuper... but i guess none of those programs know that?
Yes I am loged in |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Sun Sep 12, 2004 1:37 am |
|
|
|
 |
|