Mtwo
Junior Member   Posts: 36 Registered: 8/28/2004 Status: Offline
|
posted on 5/22/2006 at 10:23 AM |
Still trying to get the latest version of PHP-nuke to work with AutoTheme,
but am having some problems. My Blocks are missing. I turned on debug in
atAPI.php and have the following errors:
Top of page:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result
resource in /.../includes/sql_layer.php on line 285
Warning: Invalid argument supplied for foreach() in
/.../modules/AutoTheme/includes/atAPI.php on line 1743
Warning: uasort(): The argument should be an array in
/.../modules/AutoTheme/includes/atAPI.php on line 1755
<!-- [ALL-blocks] -->
Warning: Invalid argument supplied for foreach() in
/.../modules/AutoTheme/includes/php-nuke/atAPI.php on line 158
|
| |
| |
Shawn
Administrator   Posts: 4570 Registered: 10/7/2002 Status: Online
|
posted on 5/30/2006 at 03:35 PM |
The times that I have seen this there is a problem with the database.
Please run a repair operation on the nuke_blocks table.
-Shawn |
| |
Mtwo
Junior Member   Posts: 36 Registered: 8/28/2004 Status: Offline
|
posted on 6/7/2006 at 03:48 PM |
I am still trying to get AutoTheme working for 7.9 Patched 3.2. I have a
fresh install on a testing server of PC-Nuke 7.9032d and am still unable to
see any blocks. I have run the repair opperation and this is a fresh
install. Is there anything else I can check or do to fix this
error?<br> |
| |
jstuckemeyer
Moderator   Posts: 579 Registered: 12/29/2003 Status: Offline
|
posted on 6/10/2006 at 04:31 AM |
What is "PC Nuke?"
Is that different than phpnuike? ____________________ Visit http://www.AutoThemes.com - Over 750 free and
custom Autothemes! $6.95 Nuke hosting! http://www.autothemes.com/host/index.php Need
templates to convert to AT? Try http://www.templatetimes.com |
| |
Mtwo
Junior Member   Posts: 36 Registered: 8/28/2004 Status: Offline
|
posted on 6/10/2006 at 10:51 AM |
Posted on PCNuke.com
Post subject: What are PCN Systems in build structure and such...
---------------------------------------------------------------------------
-----
All PC-Nuke Systems are based from and remain php-nuke at heart... meaning
they are still php-nuke and any php-nuke mod or addon should still work
with it. PCN starts with a single copy of the basic version of Nuke, and
begins building versions cycle by incorporating numerous php-nuke addons
from the Nuke community, within it. As the build grows, PCN releases
individual versions at certian stages of the build, those builds being
named the following (Check the Menu/Versions to see what is within each):
Lite, Max, Ltd, & Xtreme!
http://www.max.pcnuke.com/
[Edited on 11/6/2006 by Mtwo] |
| |
Mtwo
Junior Member   Posts: 36 Registered: 8/28/2004 Status: Offline
|
posted on 6/11/2006 at 01:05 PM |
I read this in a posting in reagrds to 7.9 Patched 3.2
Quote: › Important notes relating to Nuke Patched 3.1 and above:
1- If you want right side blocks to appear in third party add-ons change:
In Modules:
index = 1;
to:
define('INDEX_FILE', true);
In Themes:
if ($index == 1) {
to:
if (defined('INDEX_FILE')) {
2- Additional changes for third party add-ons:
if ($mainfile == 1) {
should be changed to:
if (defined('NUKE_FILE')) {
if ($module == 1) {
should be changed to:
if (defined('MODULE_FILE')) {
if ($footer == 1) {
should be changed to:
if (defined('NUKE_FOOTER')) {
if ($header == 1) {
should be changed to:
if (defined('NUKE_HEADER')) {
Where is this done? Is this relevant to making AutoTheme work with 7.9
3.2.
I noticed that in the fresh install, the AutoTheme administration does not
work. All AutoTheme admin stuff is missing...
I cannot see underneath of [ Theme Defaults | Custom Pages | Block Areas |
Commands ] links for any theme, including AutoTheme and AutoPrint. This
module does not appear to work with Patched 3.2. Any ideas on how to
fix?
[Edited on 12/6/2006 by Mtwo] |
| |
Mtwo
Junior Member   Posts: 36 Registered: 8/28/2004 Status: Offline
|
posted on 6/12/2006 at 11:28 AM |
So, what has to be done to get AutoTheme working with 7.9 Patched 3.2?
I have tried with a fresh install and still cannot get the module to work. |
| |
Mtwo
Junior Member   Posts: 36 Registered: 8/28/2004 Status: Offline
|
posted on 6/13/2006 at 04:47 PM |
Does anyone know what needs to be done to get AutoTheme updated to run with
chatserv v3.2 patches? I will try to get this done if someone can give me
some direction as to what needs to be done.<br><br><br> |
| |
Shawn
Administrator   Posts: 4570 Registered: 10/7/2002 Status: Online
|
posted on 6/14/2006 at 06:57 PM |
I tested this configuration. Please read this:
http://www.spidean.com/SpideanForums-viewthread-tid-4393.ph
tml
Thanks!
-Shawn |
| |
Mtwo
Junior Member   Posts: 36 Registered: 8/28/2004 Status: Offline
|
posted on 6/15/2006 at 10:18 AM |
Well, this has all been included in the posting...the posting is called
PHP-Nuke 7.9.3.2d AT 1.77, so I guess I am using PHP-Nuke 7.9 with the 3.2
patches and the AutoTheme 1.77 module. The first posting lists the errors
received after I turned on debug. Is there something else I am missing?
I also get the exact same errors on a fresh install of PC-Nuke 7.9032e
http://www.max.pcnuke.com/modules.php?name=Downloads&op
=getit&lid=230 |
| |
Shawn
Administrator   Posts: 4570 Registered: 10/7/2002 Status: Online
|
posted on 6/19/2006 at 11:14 AM |
Where are you people getting these patches? I have looked all around and I
see that the ones for phpnuke 7.9 have been removed.
-Shawn |
| |
Mtwo
Junior Member   Posts: 36 Registered: 8/28/2004 Status: Offline
|
posted on 6/19/2006 at 11:58 AM |
http://www.nukeresources.com/downloadview-details-1082-Nuke
_7.9_Patched.html
|
| |
Shawn
Administrator   Posts: 4570 Registered: 10/7/2002 Status: Online
|
posted on 6/19/2006 at 12:30 PM |
I tested before release of AT 1.77 and I just unzipped PHP-Nuke 7.9, copied
the 3.2 patch files into the nuke dir, unzipped AutoTheme and voila. I
went to the AutoTheme admin and set the site theme to AutoTheme and it
works great. All blocks that have been configured to show are showing.
Does the AutoTheme theme work for you?
Please try the "real" php-nuke with the 3.2 patch. If that works, then it
is a pc-nuke problem and they should be able to help, since they state "All
PC-Nuke Systems are based from and remain php-nuke at heart... meaning they
are still php-nuke and any php-nuke mod or addon should still work with
it."
Thanks!
-Shawn |
| |