| Author |
Message |
porcupinepc Involved


Joined: Sep 20, 2003 Posts: 261 Location: Schumacher, Ontario CANADA
|
Posted:
Thu Oct 27, 2005 7:24 am |
|
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
|
|
|
 |
 |
hitwalker Sells PC To Pay For Divorce

Joined: Posts: 5661
|
Posted:
Thu Oct 27, 2005 7:52 am |
|
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. |
|
|
|
 |
porcupinepc Involved


Joined: Sep 20, 2003 Posts: 261 Location: Schumacher, Ontario CANADA
|
Posted:
Thu Oct 27, 2005 8:45 am |
|
| 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 |
|
|
 |
 |
hitwalker Sells PC To Pay For Divorce

Joined: Posts: 5661
|
Posted:
Thu Oct 27, 2005 9:22 am |
|
but thats not a bug.. |
|
|
|
 |
porcupinepc Involved


Joined: Sep 20, 2003 Posts: 261 Location: Schumacher, Ontario CANADA
|
Posted:
Thu Oct 27, 2005 9:22 am |
|
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 |
|
|
 |
 |
evaders99 Former Moderator in Good Standing

Joined: Apr 30, 2004 Posts: 3221
|
Posted:
Thu Oct 27, 2005 3:51 pm |
|
Just run the upgrade script  |
|
|
|
 |
mrmackey New Member


Joined: Nov 26, 2004 Posts: 12
|
Posted:
Sun Nov 06, 2005 2:41 pm |
|
worked for me hitwalker
another problem solved next ones to find out  |
|
|
|
 |
gilster New Member


Joined: Feb 01, 2007 Posts: 5
|
Posted:
Thu Feb 01, 2007 5:52 pm |
|
How about modules using IFrame? For some reason now when I click on any module using IFrame, it comes up blank.
Any Ideas? |
|
|
|
 |
hitwalker Sells PC To Pay For Divorce

Joined: Posts: 5661
|
Posted:
Thu Feb 01, 2007 5:54 pm |
|
show a page sample please....like an url...  |
|
|
|
 |
gilster New Member


Joined: Feb 01, 2007 Posts: 5
|
Posted:
Thu Feb 01, 2007 6:09 pm |
|
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. |
|
|
|
 |
hitwalker Sells PC To Pay For Divorce

Joined: Posts: 5661
|
Posted:
Thu Feb 01, 2007 6:11 pm |
|
try turning on error report in your config.php file |
|
|
|
 |
gilster New Member


Joined: Feb 01, 2007 Posts: 5
|
Posted:
Thu Feb 01, 2007 6:21 pm |
|
|
|
 |
hitwalker Sells PC To Pay For Divorce

Joined: Posts: 5661
|
Posted:
Thu Feb 01, 2007 6:24 pm |
|
in those modules,any chance you see the mainfile.php included more then once ? |
|
|
|
 |
gilster New Member


Joined: Feb 01, 2007 Posts: 5
|
Posted:
Thu Feb 01, 2007 6:27 pm |
|
just once
if(!IsSet($mainfile)) { include ("mainfile.php"); } |
|
|
|
 |
hitwalker Sells PC To Pay For Divorce

Joined: Posts: 5661
|
Posted:
Thu Feb 01, 2007 6:29 pm |
|
huh..
can you pm ftp login...
its your choice if you do.... |
|
|
|
 |
evaders99 Former Moderator in Good Standing

Joined: Apr 30, 2004 Posts: 3221
|
Posted:
Thu Feb 01, 2007 10:40 pm |
|
Just delete the line you indicated gilster |
|
|
|
 |
gilster New Member


Joined: Feb 01, 2007 Posts: 5
|
Posted:
Fri Feb 02, 2007 4:36 pm |
|
Thanks so much! It works fine now. You guys are the best!! |
|
|
|
 |
b14ze New Member


Joined: Jul 22, 2006 Posts: 18
|
Posted:
Sun Oct 07, 2007 8:13 am |
|
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\">"
.""; |
|
|
|
|
 |
Doulos Life Cycles Becoming CPU Cycles

Joined: Jun 06, 2005 Posts: 545
|
Posted:
Sun Oct 07, 2007 4:28 pm |
|
what theme is it? There have been no themes I have not been able to get to show right blocks, one way or another. |
|
|
|
 |
b14ze New Member


Joined: Jul 22, 2006 Posts: 18
|
Posted:
Sun Oct 07, 2007 9:06 pm |
|
Memisis by warped designz i think.. |
|
|
|
 |
Doulos Life Cycles Becoming CPU Cycles

Joined: Jun 06, 2005 Posts: 545
|
Posted:
Mon Oct 08, 2007 4:20 am |
|
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
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. |
|
|
|
 |
webbi Hangin' Around

Joined: Jun 21, 2008 Posts: 30
|
Posted:
Sat Jan 10, 2009 10:36 pm |
|
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)
(but most of the site is kinda weird right now) |
|
|
|
 |
jakec Site Admin

Joined: Feb 06, 2006 Posts: 3038 Location: United Kingdom
|
Posted:
Sun Jan 11, 2009 7:41 am |
|
Was this theme working on the previous version of RavenNuke, or is this the first time? |
|
|
|
 |
webbi Hangin' Around

Joined: Jun 21, 2008 Posts: 30
|
Posted:
Sun Jan 11, 2009 7:44 am |
|
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. |
|
|
|
 |
jakec Site Admin

Joined: Feb 06, 2006 Posts: 3038 Location: United Kingdom
|
Posted:
Sun Jan 11, 2009 7:48 am |
|
Can you turn on error reporting and post any errors you are getting. |
|
|
|
 |
|
|
|
|