>>  Site Map >>  Forums >>  PHP-Nuke Newbie

Forum module - topics in forum:



PHP-Nuke Newbie - Complete phpnuke newbie? want to ask a question before installing? or have installed and are now confused? this is the place.



nukeleague

I hope someone on here could help me. I installed phpnuke and it is/was all working fine, managed to change the themes etc.

Now I need to try and integrate nukeleague. I have uploaded all the files to the right folders as it says in the install instructions. But when I go into the admin for Nuke and click on the 'League' link, I just get a blank page. Its not like clicking on any other buttons - preferences for example - where the buttons stay at the top, then all the preferences appear below. It just goes blank.

I've done a complete reinstall of nukeleague, then nuke itself. I've deleted all the tables and started again etc. I just cant seem to get it working. Any ideas of this would be gratefully received!






Probably not compliant with your Nuke version. Which PHP-Nuke version are you using and where can I see, and/or download that addon?


BL






I'm using nuke 7.7 and here is the addon: www.nukeleague.org
ta~






I've just installed NukeLeague 2.3 on a 7.7 pl3.1 enviroment, no problems at all.

Change in your config.php

Code: :
$display_errors = false;


to

Code: :
$display_errors = true;


Whats the error on the blank page now?


BL






and still no nukeleague that will do motor-racing Crying or Very sad






Still get a blank screen:(

I've created another admin user for my system so you can see what I mean because I don't think I've explained it too well Smile
http://www.cn174world.co.uk/darwendarts/admin.php

username: tester
p/w: peter






http://www.nukeleague.org/modules.php?name=Forums&file=viewtopic&t=1009

If they aren't having a problem and neither was Bluelion on his test it must be something you are not doing correctly.

http://www.cn174world.co.uk/darwendarts/admin.php?op=leagueCreate

http://www.cn174world.co.uk/darwendarts/modules.php?name=League

Both show

Code: :
The page cannot be displayed
The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings.







Well I know there's sommat wrong, I'm just trying to work out what Smile I know I've probably done something rediculously stupid!!

I'm now convinced that I haven't put something in the right place. Just to check, I upload all the files into the phpnuke structure - I dont need to create a totally new directory within the phpnuke directory for nuke league. So the files that are in modules, go into phpnuke's modules etc.






Did you install NukeLeague 2.3?
Did you upgrade your Nuke version?
Did you patch your Nuke version?
Where did you download your Nuke version?

Post you config.php w/o password Wink


BL






hey,

I did my first install of Nuke last week, never used it before. Got everything working ie changing the themes, modules etc. Then I installed NukeLeague 3.2 and got this problem.

My config file for nuke:

Code: :
$dbhost = "localhost";
$dbuname = "cnworld";
$dbpass = "xxxxxxx";
$dbname = "cnworld";
$prefix = "nuke";
$user_prefix = "nuke";
$dbtype = "MySQL";
$sitekey = "S·kQSd5%W@Y62-dm29-.-39.3a8sUf+W9";
$gfx_chk = 0;
$subscription_url = "";
$admin_file = "admin";
$advanced_editor = 0;

/**********************************************************************/
/* You finished to configure the Database. Now you can change all     */
/* you want in the Administration Section.   To enter just launch     */
/* your web browser pointing it to http://xxxxxx.xxx/admin.php        */
/* (Change xxxxxx.xxx to your domain name, for example: phpnuke.org)  *
/*                                                                    */
/* Remember to go to Preferences section where you can configure your */
/* new site. In that menu you can change all you need to change.      */
/*                                                                    */
/* Congratulations! now you have an automated news portal!            */
/* Thanks for choose PHP-Nuke: The Future of the Web                  */
/**********************************************************************/

// DO NOT TOUCH ANYTHING BELOW THIS LINE UNTIL YOU KNOW WHAT YOU'RE DOING

$reasons = array("As Is","Offtopic","Flamebait","Troll","Redundant","Insighful","Interesting","Informative","Funny","Overrated","Underrated");
$badreasons = 4;
$AllowableHTML = array("b"=>1,"i"=>1,"u"=>1,"div"=>2,"a"=>2,"em"=>1,"br"=>1,"strong"=>1,"blockquote"=>1,"tt"=>1,"li"=>1,"ol"=>1,"ul"=>1);
$CensorList = array("fuck","cunt","fucker","fucking","pussy","cock","c0ck","cum","twat","clit","bitch","fuk","fuking","motherfucker");
$tipath = "images/topics/";

//***************************************************************
// IF YOU WANT TO LEGALY REMOVE ANY COPYRIGHT NOTICES PLAY FAIR AND CHECK: http://phpnuke.org/modules.php?name=Commercial_License
// COPYRIGHT NOTICES ARE GPL SECTION 2(c) COMPLIANT AND CAN'T BE REMOVED WITHOUT PHP-NUKE'S AUTHOR WRITTEN AUTHORIZATION
// THE USE OF COMMERCIAL LICENSE MODE FOR PHP-NUKE HAS BEEN APPROVED BY THE FSF (FREE SOFTWARE FOUNDATION)
// YOU CAN REQUEST INFORMATION ABOUT THIS TO GNU.ORG REPRESENTATIVE. THE EMAIL THREAD REFERENCE IS #213080
// YOU'RE NOT AUTHORIZED TO CHANGE THE FOLLOWING VARIABLE'S VALUE UNTIL YOU ACQUIRE A COMMERCIAL LICENSE
// (http://phpnuke.org/modules.php?name=Commercial_License)
//***************************************************************
$commercial_license = 0;

if (eregi("config.php",$_SERVER['PHP_SELF'])) {
   Header("Location: index.php");
   die();
}

?>


ta~






Like I thought. You didn't patch your Nuke. Patch your Nuke version to 3.1. Location where to download that patch is on frontpage of this site.
After patching and setting up your config.php again, change in the config.php $display_errors = false; to $display_errors = true;
After this change there should be an error on the blank pages. Post it here.

BTW did you install Sentinel or Protector allready?


BL






Ooh, this doesn't sound good:

Code: :
Fatal error: Allowed memory size of 4388608 bytes exhausted (tried to allocate 184320 bytes) in /home/cnworld/public_html/darwendarts/modules/League/classes.php on line 1082


Now I dunno if thats a nuke error, or an error to do with my webspace Shocked hopefully you can help me:)






Its a server error. All memory is used, so it cant excute the script. Whats on that line?


BL






Hey, the line it actually is, is the one i've just put stars in front of. But i've put the whole chunk of code so you can see its surroundings.


Code: :
          else if ($go_stand_headers) {
             $standings = new Standings($leagues[0]);
    ***   ***   $stand_head = "<select name=\"headers\">\n";
             $stand_head2 = "<select name=\"headers2\">\n";
             $stand_head2 .= "<option value=\"0\"> </option>\n";
             $i=1;
             while (($lheader = $standings->headings())) {
                $stand_head .= "<option value=\"$i\">$lheader</option>\n";
                $stand_head2 .= "<option value=\"$i\">$lheader</option>\n";
                $i++;
             }
             $stand_head .= "</select>";
             $stand_head2 .= "</select>";

             echo "<table border=\"0\">"
                . "<tr><td>&nbsp;</td><td>First Column</td><td>Second Column</td></tr>"
                . "<tr><td><b>Table Standing Headers: </b></td><td>"
                . $stand_head . "</td><td>" . $stand_head2;

             echo "</td></tr>"
                . "</table>"
                . "<br>"
                . "<input type=\"hidden\" name=\"op\" value=\"$next\">"
                . "<input type=\"hidden\" name=\"id\" value=\"" . $this->block . "\">"
                . "<input type=\"hidden\" name=\"save\" value=\"add\">";
                 foreach($leagues as $league) {
                    echo "<input type=\"hidden\" name=\"leagues[]\" value=\"$league\">";
                 }
             echo "<input type=\"hidden\" name=\"sport\" value=\"$sport\">"
                . "<input type=\"submit\" value=\"$submit\">";

          }
      }
      echo "</form>";







Hey,

Well it turns out there was a problem with the database on my webspace, not quite sure what mind. But its fixed now and my site is nearly finished!! Smile




Attention! You are currently viewing sitemap page!
We strongly suggest to look at original content

Search from web

Valid HTML 4.01 Valid CSS