PHP Web Host - Quality Web Hosting For All PHP Applications Clan Themes! We make clans look good!!
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.
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
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

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

hitwalker 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
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

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
Former Moderator in Good Standing


Joined: Apr 30, 2004
Posts: 3221

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 hitwalker 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
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

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
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

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
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

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
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

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
Former Moderator in Good Standing


Joined: Apr 30, 2004
Posts: 3221

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: 18

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
Life Cycles Becoming CPU Cycles


Joined: Jun 06, 2005
Posts: 545

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: 18

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
Life Cycles Becoming CPU Cycles


Joined: Jun 06, 2005
Posts: 545

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
webbi
Hangin' Around


Joined: Jun 21, 2008
Posts: 30

PostPosted: Sat Jan 10, 2009 10:36 pm Reply with quote Back to top

Greetz & HNY!!

Just installed the latest version of Raven Nuke; our site uses a custom theme which was purchased back in 2004 (so we can't change themes).

Right blocks are not functional for us at all. I have tried the above mentioned fix, does nothing.

Also, the "messages" do not appear on the index page either.

Anyone have an idea I can try??

Raven Nuke 2.30
Theme = Klyde (flash theme)
Only registered users can see links on this board!
Get registered or login to the forums!
(but most of the site is kinda weird right now)
View user's profile Send private message Send e-mail Visit poster's website
jakec
Site Admin


Joined: Feb 06, 2006
Posts: 3038
Location: United Kingdom

PostPosted: Sun Jan 11, 2009 7:41 am Reply with quote Back to top

Was this theme working on the previous version of RavenNuke, or is this the first time?
View user's profile Send private message
webbi
Hangin' Around


Joined: Jun 21, 2008
Posts: 30

PostPosted: Sun Jan 11, 2009 7:44 am Reply with quote Back to top

It works perfectly with PHPNuke; have never used it on RN before. Had to use RN due to host wanting better security in our CMS.
View user's profile Send private message Send e-mail Visit poster's website
jakec
Site Admin


Joined: Feb 06, 2006
Posts: 3038
Location: United Kingdom

PostPosted: Sun Jan 11, 2009 7:48 am Reply with quote Back to top

Can you turn on error reporting and post any errors you are getting.
View user's profile Send private message
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.

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-2011 by Raven

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 Modified by the RavenNuke™ Team ::

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

zerosum