You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 56 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Your_Account Module Error [7.9] [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
SupERduDE
Nuke Cadet
Nuke Cadet


Joined: Dec 04, 2005
Posts: 5


PostPosted: Sun Dec 04, 2005 5:43 am Reply with quoteBack to top

I am using PHPNuke 7.9 http://super.hl2land.net/modules.php?name=Your_Account&op=new_user

i think i need someone to send me the index.php i think mine is corrupt.


Code:
Fatal error: Cannot redeclare makepass() (previously declared in /home/hl2land/public_html/super/mainfile.php:82) in /home/hl2land/public_html/super/modules/Your_Account/index.php on line 40



would anyone that has 7.9 be willing to do so?

plz so i can get users on my site.
http://super.hl2land.net/

::EDIT::
Sorry wrong section i had 3 windows open and i pushed new topic in the Wrong One!... but still will anyone help me?
Find all posts by SupERduDEView user's profileSend private message
SupERduDE
Nuke Cadet
Nuke Cadet


Joined: Dec 04, 2005
Posts: 5


PostPosted: Sun Dec 04, 2005 2:20 pm Reply with quoteBack to top

will someone help me?
Find all posts by SupERduDEView user's profileSend private message
SupERduDE
Nuke Cadet
Nuke Cadet


Joined: Dec 04, 2005
Posts: 5


PostPosted: Sun Dec 04, 2005 3:17 pm Reply with quoteBack to top

* COMMENT REMOVED *

Once annoying, twice banned.
Find all posts by SupERduDEView user's profileSend private message
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12403


PostPosted: Sun Dec 04, 2005 5:35 pm Reply with quoteBack to top

Dude, we're not a 24/7 paid help service here. This forum isn't checked every minute, so please wait 24 hours before bumping threads.

For those searching, you need to remove the function makepass() from the index.php file

_________________
Helping those that help themselves
Read FIRST or DIE!

"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding
Find all posts by Evaders99View user's profileSend private messageVisit poster's websiteAIM Address
kevjaun
Nuke Cadet
Nuke Cadet


Joined: Jan 06, 2006
Posts: 4


PostPosted: Fri Jan 06, 2006 7:36 pm Reply with quoteBack to top

ah, the slave labour eh! everyone is so nice in these nuke communities and you all help so much, i feel embarressed to ask, especially as i'm fumbling through with minimal/no php knowledge. so if i may be so bold. i'm having this same exact problem, but on 7.8.

how do you mean 'remove the function' makepass(). that line crops up twice in the Your_Account index.php page. once in function confirmNewUser and once in function mail_password. i presume you don't mean remove these two functions! would you mind clarifying this a little, perhaps posting what the file should look like.

many thanks in advance.
Find all posts by kevjaunView user's profileSend private message
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12403


PostPosted: Fri Jan 06, 2006 8:03 pm Reply with quoteBack to top

Delete from modules/Your_Account/index.php the entire block of code that starts
Code:

function makePass() {

_________________
Helping those that help themselves
Read FIRST or DIE!

"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding
Find all posts by Evaders99View user's profileSend private messageVisit poster's websiteAIM Address
kevjaun
Nuke Cadet
Nuke Cadet


Joined: Jan 06, 2006
Posts: 4


PostPosted: Sat Jan 07, 2006 2:36 am Reply with quoteBack to top

thats what i thought you said. but that function does not exist in Your_Account 7.8
Find all posts by kevjaunView user's profileSend private message
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12403


PostPosted: Sat Jan 07, 2006 1:37 pm Reply with quoteBack to top

Then what is the specific error you are getting?

_________________
Helping those that help themselves
Read FIRST or DIE!

"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding
Find all posts by Evaders99View user's profileSend private messageVisit poster's websiteAIM Address
kevjaun
Nuke Cadet
Nuke Cadet


Joined: Jan 06, 2006
Posts: 4


PostPosted: Sun Jan 08, 2006 2:53 pm Reply with quoteBack to top

pretty much the same as the guy before:

Code:
Fatal error: Cannot redeclare makepass() (previously declared in /home/XXX/public_html/site/mainfile.php:82) in /home/XXX/public_html/site/modules/Your_Account/index.php on line 41


i have the debug display set to on but it's presenting no information, so i guess there is nothing else it can tell me there. would any other information be useful?
Find all posts by kevjaunView user's profileSend private message
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12403


PostPosted: Sun Jan 08, 2006 8:16 pm Reply with quoteBack to top

Weird, post the code from modules/Your_Account/index.php around and including line 41

_________________
Helping those that help themselves
Read FIRST or DIE!

"Fighting is terrible, but not as terrible as losing the will to fight."
Star Wars Rebellion Network - Need Help? Evaders Squadron Coding
Find all posts by Evaders99View user's profileSend private messageVisit poster's websiteAIM Address
kevjaun
Nuke Cadet
Nuke Cadet


Joined: Jan 06, 2006
Posts: 4


PostPosted: Wed Jan 11, 2006 4:25 am Reply with quoteBack to top

no need. i resolved it by removing a gallery2 integration mod i had on the file. i'll sort out that problem at nukedgallery.net

thanks for your time though.
Find all posts by kevjaunView user's profileSend private message
Display posts from previous:      
Post new topic  Reply to topicprinter-friendly view
View previous topic Log in to check your private messages View next 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



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.211 Seconds - 275 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::