Installing marriage mod on phpnuke 7.6 phpBB 2.0.10

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Installing marriage mod on phpnuke 7.6 phpBB 2.0.10
yanger
CZ Super Newbie
yanger has been a member for over 18 year's 18 Year Member
Gender: Male
Status: Offline
Joined: Apr 27, 2006
0.01 posts per day
Posts: 33
Points: 918
   
Dear All, i have a query here... though it might look silly to some of you guyz out there.. i still can't find a solution...

Well how do you run the "marriage_install.php" which is under the forum folder that is supplied with the Marriage mod??? i tried running it but everytime it say you can't access this file directly. Am logged in as Admin... i tried running it directly but i can't run it directly.. i tried running it as a module like... [ Register or login to view links on this board. ] but still the same problem... Please help someone...

Another query.... in the install.txt instruction file ... on the first instruction it says...

#-----[ OPEN ]------------------------------------------
#
modules/Forums/common.php
#
#-----[ FIND ]------------------------------------------
#
include('includes/db.'.$phpEx);
#
#-----[ AFTER, ADD ]------------------------------------------
#
include('includes/functions_marriage.php');


But in common.php this is no such line as include('includes/functions_marriage.php');
am using phpBB 2.0.10 under phpnuke 7.6

Thanking everyone who helps in anticipation.



Back to top Reply with quote
#2   
Dauthus
CZ Addict
 Codezwiz Site Donator
Dauthus has been a member for over 20 year's 20 Year Member
usa.gif illinois.gif
Age: 60
Gender: Male
Website:
Status: Offline
Joined: Mar 17, 2004
0.06 posts per day
Posts: 426
Points: 15,917
   
Run the file as:
[ Register or login to view links on this board. ]

Leave the ".php" off the end of the link.


The entire piece of code you are looking for should look something like this:

} else {
    include("includes/constants.php");
    include("includes/template.php");
    include("includes/sessions.php");
    include("includes/auth.php");
    include("includes/functions.php");
    include("db/db.php");
}


Try changing the code so it looks like this:

} else {
    include("includes/constants.php");
    include("includes/template.php");
    include("includes/sessions.php");
    include("includes/auth.php");
    include("includes/functions.php");
    include("db/db.php");
    include("includes/functions_marriage.php");
}




_________________
[ Register or login to view links on this board.]
Vivere disce, cogita mori
Back to top Reply with quote
#3   
yanger
CZ Super Newbie
yanger has been a member for over 18 year's 18 Year Member
Gender: Male
Status: Offline
Joined: Apr 27, 2006
0.01 posts per day
Posts: 33
Points: 918
   
Hello all again... okay i followed Dauthus instruction and my forum is okay now.. but when i click on the Marry Me Link i get this error on top of the forum

Warning: Empty regular expression in C:\Apache\htdocs\nuke\includes\functions_post.php on line 96

and on the forum i get this

Information
Sorry, but no such user exists.

Someone please help...



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
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 cannot attach files in this forum
You cannot download files in this forum