| 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
|
|
|
 |
 |
persona_non_grata

Joined: Posts: 0
|
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 |
|
| 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 |
|
|
 |
 |
persona_non_grata

Joined: Posts: 0
|
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 Moderator

Joined: Apr 30, 2004 Posts: 2856
|
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 persona_non_grata
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? |
|
|
|
 |
persona_non_grata

Joined: Posts: 0
|
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. |
|
|
|
 |
persona_non_grata

Joined: Posts: 0
|
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 |
|
|
|
 |
persona_non_grata

Joined: Posts: 0
|
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"); } |
|
|
|
 |
persona_non_grata

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

Joined: Apr 30, 2004 Posts: 2856
|
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: 10
|
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 Involved


Joined: Jun 06, 2005 Posts: 373
|
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: 10
|
Posted:
Sun Oct 07, 2007 9:06 pm |
|
Memisis by warped designz i think.. |
|
|
|
 |
Doulos Involved


Joined: Jun 06, 2005 Posts: 373
|
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. |
|
|
|
 |
|
|
|
|