NukeXchange Network

          

Nuke Sites Link Directory
Nuke Fixes · NukeForums · NukeZone Hosting · NukeUnited · Nuke Sites · Nuke Skins · NukeLance
Nuke Resources
 :: Home  :: Downloads  :: Your Account  :: Forums  :: Advertise :: 
Login or Register
Main Menu
General
 Main
 AvantGo
 Banner_Clients
 cfaq
 Donations
 Downloads
 Forums
 Members_List
 Private_Messages
 Search
 Stories_Archive
 Submit_News
 Surveys
 Topics
 Web_Links
 Your_Account

Your Account
 Login
 Register
 Lost Pass

Modules
Quick Links
· CMS Focus
· Domain Names
. Game Quest
· Learning Linux
. MateMaker
· NukeFixes
· NukeForums
· NukeLance
· Nuke Sites
· Nuke Skins
· NukeZone Hosting
. SearchDevil
Other Options

Download Resources
· Nuke Downloads
· Add a Link
· New Files
· Top Rated
· Most Popular

Web Site Resources
· Nuke Sites
· Add A Site
· New Sites
· Top Rated
· Most Popular

Support
· NukeZone Hosting
· NukeSkins.com
· NukeForums.com
· phpnuke.org
· NukeFixes.com
Information
NukeForums
·decompressing EN-Book-Nuke.tar.tar
·How to allow spaces/gaps/"-" in allowed usernames
·How to Setup PHPNUKE on win2k
·cannot save changes
·voting?
·Nuke forum picture problem
·How to change smtp port on wampserver and windows
·yet another 301 redirect problem
·Image display? - newbie
·php nuke help

read more...
Top10 Links
· 1: Nuke Forums
· 2: PHPNukeFiles
· 3: NukeSkins
· 4: Nuke Templates
· 5: EcomJunk
· 6: MDesign
· 7: Windows Installation: PHP
· 8: FLASH-FOR-NUKE
· 9: Dezina
· 10: Global Dream News Sharing Portal!
Site Visitors
User Login:

Nickname:
Password:
Security Code: Security Code
Type Security Code Here:

Members List Membership:
Latest: GiLli
Today: 2
Yesterday: 1
Overall: 15104

Visitation:
Guests: 515
Members: 1
Total: 516


You are Anonymous user. You can register for free by clicking here
Sponsor Links
Download the Best Archiver in the World
Download the Best Archiver in the World

NukeResources :: View topic - For real - 7.9 patched 3.2 Forums problems
NukeResources Forum Index

NukeResources Forum Index -> Bug Reports -> For real - 7.9 patched 3.2 Forums problems
Post new topic  Reply to topic    View previous topic :: View next topic 
For real - 7.9 patched 3.2 Forums problems
PostPosted: Sun Feb 19, 2006 7:02 pm Reply with quote
quietlycrazy
Resource Seeker
Resource Seeker
 
Joined: Jan 29, 2006
Posts: 5




Couple of problems with the forums in 7.9 patched 3.2 which I just downloaded from this site.

And I really am running 3.2 not like the other guy that was mistaken about his version.

I'm also running Sentinal if that makes a diff.

I ran the upgrade.php which successfully created the tables changes.
I installed all the 3.2 patched files and edited mainfile.php for Sentinal code and a few other module adds I have on my site - mainly just includes.

Everything seems to be running fine except the forums.

Arrow There are none!!!! Shocked

When I click on the forum link I get a page with the header, footer & left side blocks and that's it. The rest of the page is blank save my theme colors. When I go into admin and click on the Forums to get to Forums Admin I get a blank white screen. <shrug>

I wanted to upgrade the forums especially because patched 3.1b exibited a problem when changing permissions. On submit i'd get a page of hyrogliphs, but the permissions would save and take effect. Also it would cough on long posts. Cough so hard it would log the user OUT!!!! <imagine that!!!> Never saw such a thing. There were other bugs as well in 3.1b. I applied all the code fixes in these forums except for one or 2 because the code to be replaced just wasn't there or the code applied would break the mod and it wouldn't parse.

Also occasionally a user tries to post a new topic in the forums and if they click either button, preview or submit, the end up on the index.php page without the new topic post being saved.

I returned the site back to the old forums module (from 3.1b) in the meantime, despite the above listed problems, till I can solve this problem. At least it displays.

Any ideas ????
View user's profile Send private message
PostPosted: Sun Feb 19, 2006 11:23 pm Reply with quote
Evaders99
Resource Master
Resource Master
 
Joined: May 25, 2004
Posts: 1785




Any error messages? Please enable error reporting and check your error logs

_________________
- Star Wars Rebellion Network - Evaders Squadron Coding -

Need help? Nuke Patched Core, Coding Services, Webmaster Services
View user's profile Send private message Visit poster's website AIM Address
PostPosted: Mon Feb 20, 2006 12:23 am Reply with quote
chatserv
Site Admin
Site Admin
 
Joined: Apr 21, 2002
Posts: 1732
Location: Puerto Rico




In the case of the gibberish make sure gzip_compress is set to 0 in the bbconfig database table, for forums half empty page try loading the subSilver theme if you're using any other to make sure it's not theme related, as for the blank forums admin page turn on display_errors in config.php

_________________
NukeResources | ScriptHeaven
View user's profile Send private message Visit poster's website
PostPosted: Mon Feb 20, 2006 8:40 pm Reply with quote
quietlycrazy
Resource Seeker
Resource Seeker
 
Joined: Jan 29, 2006
Posts: 5




Thanks for the reply from the 2 best guys in the world to get help from!!!!
Awsome work you guys do for the Nuke community!!!!
Anyway:

I think I found the culprit.

I enabled error reporting the the config.php. Reloaded the new mainfile.php and the new forum module and, for some reason, everything was working. The forums were there and I made test posts as replies and a new topic. all went well.

But when I went to the forums admin up came the error:

Code:

Warning: main(modules/Hot_Or_Not/h_config.php): failed to open stream: No such file or directory in htdocs/modules/Hot_Or_Not/rate.php on line 29

Warning: main(): Failed opening 'modules/Hot_Or_Not/h_config.php' for inclusion (include_path='.:/usr/local/lib/php') in /htdocs/modules/Hot_Or_Not/rate.php on line 29


You see I reconfigured both FriendFinder module & Hot Or Not to run on phpnuke 7.9 patched and the line:
Code:

if (defined('Hot_Or_Not')) {
require_once("modules/Hot_Or_Not/rate.php");
}


Was added to the mainfile.php right below the Sentinal code for the Hot Or Not rating of pics. This error only appeared when trying to access forums admin. The page was blank except for the error and rating of pics in Hot Or Not stopped working. Friendfinder still works fine.

Strange thing is that the file htdocs/modules/Hot_Or_Not/rate.php does exist.

So ...all in all is working well except Hot Or Not rating of pics. The line, "Your installation is up to date, no updates are available for your version of phpBB" does appear. So that's good!!!

I removed the 'include' in the mainfile.php for htdocs/modules/Hot_Or_Not/rate.php and the error is gone.

So I'm faced with trying to figure out how to get the rating of pics in the hot or not module working. It will not work without that include. Perhaps the placement of the include is the problem. Not Sure.

To answer ChatServ's question - subsilver is the forum theme loaded as the default. I'm using a customized 'deep blue' nuke theme pack that came with the 3.1b patched series, with graphics I customized. Seems to work fine. I haven't checked the gzip setting in the database tables as of yet. I did test changing permissions in the forums and didn't get the gibberish page.

So.... things are really looking UP for 3.2 patched for me except for the legacy Hot Or Not mod which I'll work on. I'd appreciate any ideas you guys would have on that.

Very Happy


Last edited by quietlycrazy on Mon Feb 20, 2006 8:48 pm; edited 1 time in total
View user's profile Send private message
PostPosted: Mon Feb 20, 2006 8:47 pm Reply with quote
chatserv
Site Admin
Site Admin
 
Joined: Apr 21, 2002
Posts: 1732
Location: Puerto Rico




I'd try changing that to something like:
Code:
if (defined('Hot_Or_Not') && !defined('FORUM_ADMIN')) {
require_once("modules/Hot_Or_Not/rate.php");
}

_________________
NukeResources | ScriptHeaven
View user's profile Send private message Visit poster's website
PostPosted: Mon Feb 20, 2006 9:03 pm Reply with quote
quietlycrazy
Resource Seeker
Resource Seeker
 
Joined: Jan 29, 2006
Posts: 5




Tried that one ChatServ.

That code for the Hot Or Not 'include' doesn't bring up any errors anywhere but the rating of pics still doesn't work.
View user's profile Send private message
For real - 7.9 patched 3.2 Forums problems
 NukeResources Forum Index -> Bug Reports
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
All times are GMT - 4 Hours  
Page 1 of 1  

  
  
 Post new topic  Reply to topic     



Powered by phpBB © 2001-2005 phpBB Group.     Theme created by Vjacheslav Trushkin.
There have been 132 unique hit(s) in the past 24 hours.
Forums ©
NukeZone Hosting - Fast, Affordable and Dependable


Best viewed with a Browser
All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2001 - 2007 by NukeResources.com
You can syndicate our news using the file .backend.php or ultramode.txt
PHP-Nuke Copyright © 2004 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.27 Seconds

:: Eos phpbb2 style by Cyberalien :: PHP-Nuke theme by www.nukemods.com ::