Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 7.4
Author Message
stephen2417
Worker
Worker



Joined: Jan 18, 2004
Posts: 244
Location: Bristolville, OH

PostPosted: Wed Jul 21, 2004 11:55 pm Reply with quote

Im trying to install this thing to test it and i cant even make an admin!
It just keeps looping, i try to make one it makes me loggin and take me back to make an admin.

Evil or Very Mad

Any idea why?
Im going to take chats patches off for the admin file, to get to the bottom of this.

EDIT: Seems FB may have somthing to do with this. You would have thought he would have tested it Rolling Eyes

EDIT:Read Down To My Bottom Post for the Fix


Last edited by stephen2417 on Thu Jul 22, 2004 12:50 am; edited 2 times in total 
View user's profile Send private message Visit poster's website
sixonetonoffun
Spouse Contemplates Divorce



Joined: Jan 02, 2003
Posts: 2496

PostPosted: Thu Jul 22, 2004 12:09 am Reply with quote

Yeah the God account failed for me too had to create it manually to get the ball rolling. I was using user_prefix and noticed that the admin.php isn't wired to that completely. Might work on standard prefix??

_________________
[b][size=5]openSUSE 11.4-x86 | Linux 2.6.37.1-1.2desktop i686 | KDE: 4.6.41>=4.7 | XFCE 4.8 | AMD Athlon(tm) XP 3000+ | MSI K7N2 Delta-L | 3GB Black Diamond DDR
| GeForce 6200@433Mhz 512MB | Xorg 1.9.3 | NVIDIA 270.30[/size:2b8 
View user's profile Send private message
sixonetonoffun







PostPosted: Thu Jul 22, 2004 12:25 am Reply with quote

I think there are an extra value or a missing column take your pick.

This should work edit admin.php line 31 find this
$db->sql_query("INSERT INTO ".$prefix."_authors VALUES ('$name', '$the_adm', '$url', '$email', '$pwd', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '0')");

change it to this
$db->sql_query("INSERT INTO ".$prefix."_authors VALUES ('$name', '$the_adm', '$url', '$email', '$pwd', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '')");

Not 100% why that is the way it is either there is a column or a value missing someplace here but this seems ok. Otherwise check and see if chatservs posted anything over at nukefixes on this one.


Last edited by sixonetonoffun on Thu Jul 22, 2004 12:27 am; edited 1 time in total 
stephen2417







PostPosted: Thu Jul 22, 2004 12:27 am Reply with quote

Could it be bc of that new ip blocker, i didnt have a chance to look at the sql yet. I just import and hope it works usualy Very Happy
 
stephen2417







PostPosted: Thu Jul 22, 2004 12:28 am Reply with quote

Its still looping Shocked Shocked
 
sixonetonoffun







PostPosted: Thu Jul 22, 2004 12:34 am Reply with quote

Yeah I bet your right there is likely a column for the ban feature missing from the admin first function.
 
stephen2417







PostPosted: Thu Jul 22, 2004 12:38 am Reply with quote

Change to this instead..
$db->sql_query("INSERT INTO ".$prefix."_authors VALUES ('$name', '$the_adm', '$url', '$email', '$pwd', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '')");

For some reason the sql dump is either wrong or FB dosent know what hes doing Bang Head

Theres less coloums (sp)

EDIT: BC he removed some of them modules Exclamation Look whos smart now Very Happy
 
sixonetonoffun







PostPosted: Thu Jul 22, 2004 3:00 am Reply with quote

Hmn think I pasted from the same file twice there thanks Stephen we're on the same page at least.
 
stephen2417







PostPosted: Thu Jul 22, 2004 4:34 am Reply with quote

Ya i did notice that..

Just so chat knows i put a link in his forums back to this topic.

I can tell this is going to be one of them newbie problems, like in 6.9's sql dumb not having the comment's in before the --- lines. BC we all know that FB will never fix this and when chat fixes it newbies arent going to know to go there, they would think that the CMS is secure already.
But really someone needs to get FB to fix this, hes selling it for crying out loud. Bang Head
 
chatserv
Member Emeritus



Joined: May 02, 2003
Posts: 1389
Location: Puerto Rico

PostPosted: Thu Jul 22, 2004 8:22 am Reply with quote

radminephem and radminsection were removed from the authors table. Patch updated Rolling Eyes
 
View user's profile Send private message Visit poster's website
corky
Regular
Regular



Joined: Feb 29, 2004
Posts: 63

PostPosted: Thu Jul 22, 2004 8:39 am Reply with quote

Great Job Chatserv
 
View user's profile Send private message
stephen2417







PostPosted: Thu Jul 22, 2004 8:41 am Reply with quote

Now chat if you can take a look at this, [ Only registered users can see links on this board! Get registered or login! ]

That would help even more Very Happy
 
chatserv







PostPosted: Thu Jul 22, 2004 8:53 am Reply with quote

Don't you just love when new versions come out? I have no changelog for core 7.4 to Patched 7.4, at least not yet, i'm working on a list of 7.4 fixes, when done i'll write a changelog.
 
stephen2417







PostPosted: Thu Jul 22, 2004 9:08 am Reply with quote

K sounds good RavensScripts (<--that includes chat Laughing )
 
cprompt
Regular
Regular



Joined: Jun 08, 2004
Posts: 64

PostPosted: Thu Jul 22, 2004 2:35 pm Reply with quote

chatserv wrote:
Don't you just love when new versions come out? I have no changelog for core 7.4 to Patched 7.4, at least not yet, i'm working on a list of 7.4 fixes, when done i'll write a changelog.


where's the humanity? A new verison of nuke and not even a week later, chatserv is already pacthing it??? What the heck is up with that?
Does FB even bother testing his package before releasing it to the masses? Oh forgive me, it's only released to the Club. Well, that just makes matters worse. I would be pretty ticked off if I paid for something only to find out it's buggy...geeze!
 
View user's profile Send private message
chatserv







PostPosted: Thu Jul 22, 2004 2:43 pm Reply with quote

FB added Nuke Patched 2.4 to Nuke's core so he missed out on 2.5's changes which is why there's a patch for 7.4
 
cprompt







PostPosted: Thu Jul 22, 2004 3:00 pm Reply with quote

mmm..ok..excuses, excuses...hehe
All I know is this:

Image
 
chatserv







PostPosted: Thu Jul 22, 2004 3:06 pm Reply with quote

Embarassed Mr. Green
 
pmflav
New Member
New Member



Joined: Jul 22, 2004
Posts: 2

PostPosted: Thu Jul 22, 2004 9:56 pm Reply with quote

Not sure if the patch was supposed to fix this but I am still unable to add admins, when I do it redirects me to a blank page.

I am running the patched version of 7.4

The only code modifications mad ewere with sentinel and protector, both of which are running on the site.
 
View user's profile Send private message
chatserv







PostPosted: Thu Jul 22, 2004 10:11 pm Reply with quote

The blank page usually means the authors db table has less or more fields than required, how many does yours have? I believe protector adds a field to it and modifies the authors admin file so you might want to check that as well. Its field i believe is called radminblocker.
 
pmflav







PostPosted: Thu Jul 22, 2004 10:18 pm Reply with quote

Thankyou for your quick reply.
It was the radminblocker. Once I deleted that everything worked fine.
Thankyou again.
 
stephen2417







PostPosted: Fri Jul 23, 2004 2:11 am Reply with quote

Oh boy another ripper,
Image
Ill let ganja deal with you Laughing
 
dobbelina
Hangin' Around



Joined: Jul 21, 2004
Posts: 47

PostPosted: Fri Jul 23, 2004 2:31 am Reply with quote

For me it works fine if you do like this:
1. Backup your your "old" database (in my case from v7.3) where you already have
an admin login.
2. Use that database instead of "nuke.sql" that came with the 7.4 package.
(Now you can login).
3.Run the upgrade(in my case upgrade73-74.php)
Voil'a now it works !!!
Offcourse if you have any mods you have to apply them again.
Ps. if there's a patch file avaliable that fixes this could someone be so kind and
e-mail it to me,or post a d/l link to it
Many thanks !
Dobbelina
Very Happy
 
View user's profile Send private message
dobbelina







PostPosted: Fri Jul 23, 2004 2:59 am Reply with quote

chatserv wrote:
FB added Nuke Patched 2.4 to Nuke's core so he missed out on 2.5's changes which is why there's a patch for 7.4

So you mean the 7.4 patched version that i d/l from here yesterday is patched
with 2.4 ?.
Today i went to Nukeresources.com and saw that there's an 2.5 patch avaliable for
v7.4
Should i use that one instead ?
 
chatserv







PostPosted: Fri Jul 23, 2004 6:35 am Reply with quote

If you downloaded a patched version on this site it most likely includes the latest patch.
 
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 7.4

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©