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, 80 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 - Those of you with Errors, READ THIS please [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
Post new topic  This topic is locked: you cannot edit posts or make replies.printer-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12383


PostPosted: Mon Sep 05, 2005 3:27 pm Reply with quoteBack to top

What doesn't work, specifically?

_________________
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
Killerhands
Nuke Cadet
Nuke Cadet


Joined: Jan 17, 2005
Posts: 6


PostPosted: Tue Sep 06, 2005 1:18 pm Reply with quoteBack to top

in the forum, whne you type a message it outputs the message but after every line there is a <br/>.
for example: http://rebornz.com/Deltoid/modules.php?name=Forums&file=viewtopic&t=1
see all that <br /> those come up for no reason.... How can I make it stop doing that??
Find all posts by KillerhandsView user's profileSend private message
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12383


PostPosted: Tue Sep 06, 2005 1:25 pm Reply with quoteBack to top

You are using the latest Patched files and still receiving this?

_________________
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
Killerhands
Nuke Cadet
Nuke Cadet


Joined: Jan 17, 2005
Posts: 6


PostPosted: Wed Sep 07, 2005 1:56 pm Reply with quoteBack to top

yes
Find all posts by KillerhandsView user's profileSend private message
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12383


PostPosted: Wed Sep 07, 2005 6:34 pm Reply with quoteBack to top

What version are you using? Are you using the Advanced Editor or the Simple Editor?

_________________
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
meg_milah
Nuke Cadet
Nuke Cadet


Joined: Oct 01, 2005
Posts: 1


PostPosted: Sat Oct 01, 2005 2:55 am Reply with quoteBack to top

Hi Guys,

Excellent job ... really!!

I am a newbie to administrating and configuring the modules!! I had hired a Web designer but he goes missing before i could learn a tip or two. My problem is with:

1. Rank : where do i get rank images? phpBB rootpath ? how do i get there??
- my site need to assign/award a few representative/members but cant seem to get the rank images right! is there any standard images that i should or need to use??

2. Front page: The pop up block for advertisement is a nuissance to all members! can i get rid of it?? cant seem to find the module to edit or remove!!

3. Where to play? this module installed for all to view... have already activated the whole list but only administrator can view the content not the public... please help!!

4. Team List: Mine is a site for futsal comunities, therefore need to install a list of teams and able them to edit/delete/upload photos etc. which phpnuke module support this..??

5. Refresh: The shout box does not seem to re-fresh automaticaly and if re-freshed manually the whole page re-fresh instead of only the box!! why??

My new site is at www.jomfutsal.com appreciate if you could help!!

Thks.

Cherio... Confused
Find all posts by meg_milahView user's profileSend private message
Proxy1
Nuke Soldier
Nuke Soldier


Joined: Oct 06, 2005
Posts: 11


PostPosted: Mon Oct 10, 2005 6:16 pm Reply with quoteBack to top

I have a small, probbly very simple question.

I have uploaded php-nuke 7.8 to my host's server and then I created the db i need on MySQL through phpmyadmin.

Then I went and set the config.php file the way it needed to be.

But I still get the ( There seems to be a problem with MySQL please check back later) error.

I havent messed with PHP in about 2 years and I have forgotten this small detail.

Arent you supposed to add another line of code to the db afterwards?

Something like -dbname -host ....

Something like that, or if I'm supposed to set the admin rights or whatever.

Can someone refresh my memory please?

Thanx, Proxy
Find all posts by Proxy1View user's profileSend private message
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12383


PostPosted: Mon Oct 10, 2005 9:25 pm Reply with quoteBack to top

Is the database login in your config.php correct?

_________________
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
Proxy1
Nuke Soldier
Nuke Soldier


Joined: Oct 06, 2005
Posts: 11


PostPosted: Sat Oct 15, 2005 9:08 pm Reply with quoteBack to top

No Evaders it wasn't, I fixed it now, but Im going to post how for others who might have the same problems.

I realized that i had to use my db name on both username and db name to login

example:

Code:

$dbhost = "localhost";
$dbuname = "name_nuke";
$dbpass = "password";
$dbname = "name_nuke";


Notice how the username was the same as the database name?
Weird thing was my username wasnt that, it would have been "name" without the underscore or nuke.

Anyways, that fixed my problem, so some of you that have the same problem might try that too Smile

Thanx for the help Evaders
Find all posts by Proxy1View user's profileSend private message
mrperez
Nuke Cadet
Nuke Cadet


Joined: Oct 28, 2005
Posts: 5


PostPosted: Thu Oct 27, 2005 8:33 pm Reply with quoteBack to top

Getting this error when i try to edit a Admin, what can be causing it and how to fix it

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /var/www/html/includes/sql_layer.php on line 286
Find all posts by mrperezView user's profileSend private message
patobrien
Nuke Soldier
Nuke Soldier


Joined: Nov 08, 2005
Posts: 13


PostPosted: Tue Nov 08, 2005 6:16 am Reply with quoteBack to top

Hello there.
I am new to installing PHP as well. I am using version PHP Nuke v. 7.0.
The problems I am having are this, on the main page above the banner I am getting this error:
Warning: ob_start(): output handler 'ob_gzhandler' conflicts with 'zlib output compression' in /home/u2/pmilton/fssfbdclan.com/html/test/mainfile.php on line 31
I have looked at my mainfile.php file on line 31 and all it says is "ob_start('ob_gzhandler');"
I am not sure what to do with this.

Secondly is an issue with my forums that came with my version of PHP Nuke. This is a problem a previous poster mentioned but he said he figured it out but never said what he did to fix it. When I click on my forums link, I get this:

Warning: Cannot modify header information - headers already sent by (output started at /home/u2/pmilton/fssfbdclan.com/html/test/themes/3D-Fantasy/theme.php:215) in /home/u2/pmilton/fssfbdclan.com/html/test/includes/sessions.php on line 222

Warning: Cannot modify header information - headers already sent by (output started at /home/u2/pmilton/fssfbdclan.com/html/test/themes/3D-Fantasy/theme.php:215) in /home/u2/pmilton/fssfbdclan.com/html/test/includes/sessions.php on line 223




Warning: Cannot modify header information - headers already sent by (output started at /home/u2/pmilton/fssfbdclan.com/html/test/themes/3D-Fantasy/theme.php:215) in /home/u2/pmilton/fssfbdclan.com/html/test/includes/page_header.php on line 492

Warning: Cannot modify header information - headers already sent by (output started at /home/u2/pmilton/fssfbdclan.com/html/test/themes/3D-Fantasy/theme.php:215) in /home/u2/pmilton/fssfbdclan.com/html/test/includes/page_header.php on line 494

Warning: Cannot modify header information - headers already sent by (output started at /home/u2/pmilton/fssfbdclan.com/html/test/themes/3D-Fantasy/theme.php:215) in /home/u2/pmilton/fssfbdclan.com/html/test/includes/page_header.php on line 495


And then it says "This board has no forums". when I go to my Administration page and click on the forums module to congfigure them, all I get is a blank page with this error:

Warning: ob_start(): output handler 'ob_gzhandler' conflicts with 'zlib output compression' in /home/u2/pmilton/fssfbdclan.com/html/test/mainfile.php on line 31
(the same error above the banner)
I have activated the forums module so I do not know what to do to get them working.
Any help would be greatly appreciated as everything else works perfectly except these items. Thanks.
Find all posts by patobrienView user's profileSend private message
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12383


PostPosted: Tue Nov 08, 2005 2:03 pm Reply with quoteBack to top

You may need to comment out line 31 - it looks like GZip compression was already enabled

Enable output buffering: http://www.nukecops.com/PHP-Nuke_cannot-add-header-information-in-forums.html

_________________
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
patobrien
Nuke Soldier
Nuke Soldier


Joined: Nov 08, 2005
Posts: 13


PostPosted: Tue Nov 08, 2005 2:29 pm Reply with quoteBack to top

The firt part you mentioned took care of the warning message above my banner and now I can also access my forum adninistration but the second part i am a bit confused on.
The link you sent me to says to find this line in my mainfile:
42 = phpversion();
if (42 >= '4.0.4pl1' && strstr(Mozilla/4.0 (compatible; MSIE 6.0; <productname>Windows</productname> NT 5.1),'compatible')) {
if (extension_loaded('zlib')) {
ob_end_clean();
ob_start('ob_gzhandler');
}
} else if (42 > '4.0') {

My mainfile line looks like this:
$phpver = phpversion();
if ($phpver >= '4.0.4pl1' && strstr($HTTP_USER_AGENT,'compatible')) {
if (extension_loaded('zlib')) {
ob_end_clean();
//ob_start('ob_gzhandler');
}

Do I still change it to:
42 = phpversion();
if (42 >= '4.0.4pl1')
{
ob_start('ob_gzhandler');
}else if (42 > '4.0') {

Or is there a different change I need to make?
Find all posts by patobrienView user's profileSend private message
Evaders99
Site Admin
Site Admin


Joined: Aug 17, 2003
Posts: 12383


PostPosted: Tue Nov 08, 2005 2:36 pm Reply with quoteBack to top

You need to try the second step then

_________________
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
patobrien
Nuke Soldier
Nuke Soldier


Joined: Nov 08, 2005
Posts: 13


PostPosted: Tue Nov 08, 2005 6:47 pm Reply with quoteBack to top

Thanks for your help Evaders, all seems to be functioning properly without warning errors but now I cant activate user acounts. I set up a seperate username for myself (so I didn;t always post as admin). I set up a seperate email for it to send the activation link to and when i try to activate my account, I get sent to this page:

http://phpnuke.org/modules.php?name=Your_Account&op=activate&username=patobrien&check_num=10cb86955eca81a8f9eebb545107c4b0

and I get a message that says

There is no user in the database with this information.

You can register a new user from here.

I am not sure where I need to fix this but I am guessing it is sending out the wrong link because it's not entering me into my database. Can you help me with this issue as well?
Find all posts by patobrienView user's profileSend private message
Display posts from previous:      
Post new topic  This topic is locked: you cannot edit posts or make replies.printer-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.385 Seconds - 359 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::