Support Spidean |
Do you like our FREE downloads? How about the FREE support for the FREE downloads? Please help us out and donate any amount! It's fast and easy through PayPal.
|
Board Index > Support (.87) > phpnuke and osc2nuke, autotheme not working
mstaton
Newbie   Posts: 1 Registered: 2/8/2009 Status: Offline
|
posted on 2/8/2009 at 01:38 AM |
Hello All,
Just hoping some one might be able to help me out a little. Im helping
upgrade our church website, (I have very little php or nuke code
experience)
They were running PHPnuke 7.9 with osc2nuke installed, all worked fine.
I upgraded to PHPnuke 8.1.0.3.5b Distributed by NSN, it is basicly a
security patched nuke v8.1 and includes autotheme in the install files
already.
So when I upgraded to this version of Nuke, I got autotheme automaticly
with it.
Whole site works fine, but the autotheme in admin section gives me a
internal server error, what brought this to my attention was users cant
change themes any more. (I really dont know anything about autotheme)
If any one has an idea how I can fix this, it would be greatly appreciated.
I enabled debug and got this, looks like I am missing a file:
________________________________________________________________________
Warning:
require_once(/xxxx/xxxxx/xxxxxxx/xxxxxx/modules/AutoTheme/includes/oscommer
ce/atAPI.php) [function.require-once]:
failed to open stream: No such file or directory in
/xxxxx/xxxxx/xxxxx/xxxxxx/modules/AutoTheme/includes/atAPI.php on line
59
Fatal error: require_once() [function.require]: Failed opening required
'/xxxxx/xxxxx/xxxxx/xxxxx/modules/AutoTheme/includes/oscommerce/atAPI.php'
(include_path='.:/usr/local/php52/pear') in
/xxxxx/xxxxx/xxxxxx/xxxxx/modules/AutoTheme/includes/atAPI.php on line
59
_______________________________________________________________________
Can I just copy the one in autotheme/includes and put it in the OSC folder
where its looking for it at?
Or will it need some changes maybe?
Thanks,
Michael
[Edited on 8/2/2009 by mstaton] |
| |
| |
Shawn
Administrator   Posts: 4608 Registered: 10/7/2002 Status: Online
|
posted on 3/30/2009 at 08:26 PM |
Sorry for the delay. I didn't get an alert when this was posted.
The problem is that AutoTheme works on PHP-Nuke and osCommerce, so I assume
with the addition of osc to nuke via osc2nuke there are some variables set
that make AutoTheme think its osc and not nuke.
I would think that you could probably copy the
modules/AutoTheme/includes/php-nuke/ dir to
modules/AutoTheme/includes/oscommerce/ and it should work.
-Shawn |
| |
|
|
|
|