Trouble Shooting
[Q] I installed everything but when I try to access my site I get this message: You are using an Invalid IP to access this site!
[A] This normally happens when running the system on your desktop (localhost/127.0.0.1). It is a safety feature to keep people from trying to access your site w/o a valid IP.Until we build a switch or whatever mechanism we decide on to bypass this, you have no choice but to just comment out one line of code in includes/nukesentinel.php. On or about lines 140 & 141 you should see
// Invalid ip check
if($nsnst_const['remote_ip']=="none") { die(_AB_INVALIDIP); }
Comment out line 141.
[Q] I banned myself through NukeSentinel™ How do I unban myself?
[A] Use phpMyAdmin and edit the nsnst_blocked_ips table and delete the IP from the table. If you also write to .htaccess, you will need to delete it from .htaccess. If you do not have access to phpMyAdmin, you can download my NukeToolBox and use it.
[Q] Whenever I change the permissions in the forums configuration and there Select a forum - > Forum Permissions Control mode -> after I click submit I get a page full with hieroglyph e.g.:<X$f.°~Ùxû²šeû;–ù˜ˆäŒäeDþIRiQ,§°¼(:¶=ñ®´ª|#ñ±À3…H^ á)c³öäš2ެ2ç#sÐÂL&¬¡17xæÄf}\Q;
The same problem is also with the User Admin permissions after I select a user. Any ideas why this happens and how to fix this ?
[A] Comment out global $do_gzip_compress; in file modules/Forums/admin/page_footer_admin.php
[Q] For questions such as these, which are nuke generic in nature, please consult the FAQ
- Why does my activation email have the wrong URL?
- Why does my user status always show Offline?
- How do I reset my Admin password?
- Why do I see message_die()?
- Why do i get "Warning: Invalid argument supplied for foreach()" when using Nuke 6.5 or newer?
- Why doesn't my FAQ work?
- How do I remove the Cannot Add/Modify Header Information error message?
- How do i get rid of the Multiple Notices And Warning Messages on my Web server?
- I get an error similar to Warning: setlocale() [function.setlocale]
- When i access my site's forums i either am prompted to download a file or the page displays gibberish
- I get an error similar to Call-time pass-by-reference has been deprecated in the Webmail module
- I change the default theme or stories in home in preferences but i see no changes.
- I get an error similar to supplied argument is not a valid MySQL result resource in sql_layer.php on line 286
- Why do my PM emails have the wrong URL?
- Why am I receiving multiple warnings about Language files
- My security code shows a big red X or just the text label
- How do I adjust the server time for News articles?
- Fatal error: Call to undefined function: nav() in /home/USERNAME/public_html/html/modules/Your_Account/index.php on line ...
- Why does the Guest avatar show up as a red X?
- How can I resync the user posts count?
- The email address you entered is invalid!
- How do I convert a stand alone PHPBB to nukePHPBB?
- Why doesn't the Post time appear in my News stories?
- Database backup not working
- How to relocate the default banner
- How to change "Stories Number in Home" number to less then 5?
- How to create my favicon.ico
- How to hide left blocks when viewing...
- Fatal error: Call to undefined function: stripos_clone()
- Email Address shows in Member List and Forums
- The html tags you attempted to use are not allowed
- Warning: SAFE MODE Restriction in effect. The script whose uid is xxxxx is not allowed to access .....
- After installing NukeSentinel - PHP Warning: ob_start(): output handler 'ob_gzhandler' cannot be used after 'URL-Rewriter' in /home/mysite/public_html/mainfile.php on line ...
- Redirection limit for this URL exceeded ...
- I moved config.php and now my Forums and other add-ons won't work.
- I entered mysql4 as $dbtype in config.php but Nuke won't connect to the db.
- What do I enter in config.php file's settings?
- What is the proper way to upgrade my Nuke version?
- I'm new to PHP-Nuke, how do I install it?
- After installing the latest patches my Right Blocks are gone!
- Fatal error: Call to undefined function: themeheader() in /home/USERNAME/public_html/header.php on line ??
In Progress ...