PHP Web Host - Quality Web Hosting For All PHP Applications $35/month $250/year (Unlimited) - $25/month - 200,000 impressions - Your Ad Could be Here - Click For Details
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
porcupinepc
Involved
Involved


Joined: Sep 20, 2003
Posts: 261
Location: Schumacher, Ontario CANADA

PostPosted: Thu Oct 27, 2005 7:24 am Reply with quote Back to top

I have just finished installing PHP-Nuke v7.6 patch level v3.1

I have the site setup and have enabled all the modules/blocks. None of the blocks appear on the right hand side even though i have edited the setup to instruct them.

Is this a bug in 7.6?

Joe
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message Send e-mail Visit poster's website ICQ Number
persona_non_grata



Joined:
Posts: 0

PostPosted: Thu Oct 27, 2005 7:52 am Reply with quote Back to top

well things have changed with the latest patch seres.

In your theme.php find:
if ($index == 1) {

and change to:
if (defined('INDEX_FILE')) {

and see if that solves it.
View user's profile Send private message
porcupinepc
Involved
Involved


Joined: Sep 20, 2003
Posts: 261
Location: Schumacher, Ontario CANADA

PostPosted: Thu Oct 27, 2005 8:45 am Reply with quote Back to top

persona_non_grata wrote:
well things have changed with the latest patch seres.

In your theme.php find:
if ($index == 1) {

and change to:
if (defined('INDEX_FILE')) {

and see if that solves it.


Yep, that did it. Thanks. I look forward to the day of a "bug free" PHP-Nuke

Joe
View user's profile Send private message Send e-mail Visit poster's website ICQ Number
persona_non_grata



Joined:
Posts: 0

PostPosted: Thu Oct 27, 2005 9:22 am Reply with quote Back to top

Smile but thats not a bug..
View user's profile Send private message
porcupinepc
Involved
Involved


Joined: Sep 20, 2003
Posts: 261
Location: Schumacher, Ontario CANADA

PostPosted: Thu Oct 27, 2005 9:22 am Reply with quote Back to top

I now have another bug. I enabled the forums, now when i click Forums, i get the following error:

phpBB : Critical Error

Error creating new session

DEBUG MODE

SQL Error : 1054 Unknown column 'session_admin' in 'field list'

INSERT INTO nuke_bbsessions (session_id, session_user_id, session_start, session_time, session_ip, session_page, session_logged_in, session_admin) VALUES ('5b38236617c66b1a5ce864a704322f33', '1', '1130426703', '1130426703', '8ed904b3', '0', '0', '0')

Line : 203
File : sessions.php



****please disregard. I have decided to scrap PHP-Nuke. It is just too buggy
Joe
View user's profile Send private message Send e-mail Visit poster's website ICQ Number
evaders99
Moderator


Joined: Apr 30, 2004
Posts: 2856

PostPosted: Thu Oct 27, 2005 3:51 pm Reply with quote Back to top

Just run the upgrade script Smile
View user's profile Send private message Visit poster's website
mrmackey
New Member
New Member


Joined: Nov 26, 2004
Posts: 12

PostPosted: Sun Nov 06, 2005 2:41 pm Reply with quote Back to top

worked for me persona_non_grata Smile


another problem solved next ones to find out Smile
View user's profile Send private message
gilster
New Member
New Member


Joined: Feb 01, 2007
Posts: 5

PostPosted: Thu Feb 01, 2007 5:52 pm Reply with quote Back to top

How about modules using IFrame? For some reason now when I click on any module using IFrame, it comes up blank.

Any Ideas?
View user's profile Send private message
persona_non_grata



Joined:
Posts: 0

PostPosted: Thu Feb 01, 2007 5:54 pm Reply with quote Back to top

show a page sample please....like an url... Wink
View user's profile Send private message
gilster
New Member
New Member


Joined: Feb 01, 2007
Posts: 5

PostPosted: Thu Feb 01, 2007 6:09 pm Reply with quote Back to top

Only registered users can see links on this board!
Get registered or login to the forums!


when you click on one of the modules on the left, for ex clan pics. It opens a blank page. Save for all the other IFrame modules. This happen after upgrading to 7.9. It also gave me the problem with the right side not showing, which I fixed with the earlier suggestion.
View user's profile Send private message
persona_non_grata



Joined:
Posts: 0

PostPosted: Thu Feb 01, 2007 6:11 pm Reply with quote Back to top

try turning on error report in your config.php file
View user's profile Send private message
gilster
New Member
New Member


Joined: Feb 01, 2007
Posts: 5

PostPosted: Thu Feb 01, 2007 6:21 pm Reply with quote Back to top

done
View user's profile Send private message
persona_non_grata



Joined:
Posts: 0

PostPosted: Thu Feb 01, 2007 6:24 pm Reply with quote Back to top

in those modules,any chance you see the mainfile.php included more then once ?
View user's profile Send private message
gilster
New Member
New Member


Joined: Feb 01, 2007
Posts: 5

PostPosted: Thu Feb 01, 2007 6:27 pm Reply with quote Back to top

just once

if(!IsSet($mainfile)) { include ("mainfile.php"); }
View user's profile Send private message
persona_non_grata



Joined:
Posts: 0

PostPosted: Thu Feb 01, 2007 6:29 pm Reply with quote Back to top

huh..
can you pm ftp login...
its your choice if you do....
View user's profile Send private message
evaders99
Moderator


Joined: Apr 30, 2004
Posts: 2856

PostPosted: Thu Feb 01, 2007 10:40 pm Reply with quote Back to top

Just delete the line you indicated gilster
View user's profile Send private message Visit poster's website
gilster
New Member
New Member


Joined: Feb 01, 2007
Posts: 5

PostPosted: Fri Feb 02, 2007 4:36 pm Reply with quote Back to top

Thanks so much! It works fine now. You guys are the best!!
View user's profile Send private message
b14ze
New Member
New Member


Joined: Jul 22, 2006
Posts: 10

PostPosted: Sun Oct 07, 2007 8:13 am Reply with quote Back to top

Ok most of my themes working correctly now, except one pesky theme.php that I couldnt find the values in the code listed in the fix. The theme does have this code in there wich looks as if it is telling nuke NO RIGHT BLOCKS.

Code:
    if (!defined("NO_RIGHT_BLOCKS") && !defined("ADMIN_FILE")) {
echo"</td>"
  . "    <td width=\"150\" valign=\"top\">"
 ."";
View user's profile Send private message
Doulos
Involved
Involved


Joined: Jun 06, 2005
Posts: 373

PostPosted: Sun Oct 07, 2007 4:28 pm Reply with quote Back to top

what theme is it? There have been no themes I have not been able to get to show right blocks, one way or another.
View user's profile Send private message
b14ze
New Member
New Member


Joined: Jul 22, 2006
Posts: 10

PostPosted: Sun Oct 07, 2007 9:06 pm Reply with quote Back to top

Memisis by warped designz i think..
View user's profile Send private message
Doulos
Involved
Involved


Joined: Jun 06, 2005
Posts: 373

PostPosted: Mon Oct 08, 2007 4:20 am Reply with quote Back to top

Do you mean the theme WD-Nemesis by Warpeddesignz ??

If so I got the right blocks to work by doing exactly as described in this post above
Only registered users can see links on this board!
Get registered or login to the forums!


I did not find the code you mentioned above in my copy of Nemesis theme.php. So maybe you are not talking about the theme Nemesis.
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous 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
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2008 by Raven
Proud to be listed at Lobo Links Web Directory

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::

:: fisubice Theme Recoded To 100% W3C CSS & HTML 4.01 Transitional Compliance by Raven and 64bitguy ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum