joebb3
Newbie   Posts: 2 Registered: 4/19/2004 Status: Offline
|
posted on 4/19/2004 at 08:20 AM |
I install correctly (at-lite_7_pn.zip), and when I try to go into the
Admin/Auto Theme applet all I get is a blank page... If I try changing to
an Example theme, I have to use Psak to reset it.
My whole themes sub dir is writable...
I'm using AutoTheme Lite .7 (Topped fix preinstalled)
PHP 4.3.5
Post Nuke 0.7.2.6
WinXP
The site works fine without AT .7 installed and works fine WITH it
installed until I try to use it. Same results with all themes...
Error Log Reports:
PHP Fatal error: Call to undefined function: atmodlangload() in
C:\Program Files\Apache
Group\Apache2\htdocs\colls\modules\AutoTheme\admin.php on line 665,
referer: http://localhost/colls/admin.php
Come to think of it, there is no language sub dir in the Auto Theme
Folder...
Joe
[Edited on 19/4/2004 by joebb3] |
| |
| |
Shawn
Administrator   Posts: 4608 Registered: 10/7/2002 Status: Online
|
posted on 4/19/2004 at 01:52 PM |
Sounds like things are missing. Do you have a
modules/AutoTheme/includes/postnuke/atAPI.php?
-Shawn |
| |
joebb3
Newbie   Posts: 2 Registered: 4/19/2004 Status: Offline
|
posted on 4/19/2004 at 05:01 PM |
Sure do...
C:\Program Files\Apache
Group\Apache2\htdocs\colls\modules\AutoTheme\includes\postnuke\atAPI.php
I ensured that the install was correct... Or at least that I'm using the
correct version and I have it installed as per the proceedures in your
readme.htm... More info on my system...
I'm working through a localhost (my own system) which is set up
correctly... Its my test server so I don't crash my real site. (Did that
once... Didn't like it... )
Everything else works, in post nuke and out of it... I run several pages
(non postnuke) plus my post nuke site... I'm no expert, but I'm not a
noobie. I'm running Apache 2. If this were a small glitch, I would be
able to figure it out myself... But this is a wholesale crash.
Thanx for your time Shawn!!!
Joe
http://colls.joebb.com
|
| |
Shawn
Administrator   Posts: 4608 Registered: 10/7/2002 Status: Online
|
posted on 4/23/2004 at 08:23 PM |
First, do you also have a modules/AutoTheme/includes/atAPI.php?
Second, in modules/AutoTheme/admin.php, near the top, change:
error_reporting(E_ALL^E_WARNING^E_NOTICE);
---to---
error_reporting(E_ALL);
And report any errors that are reported when accessing the admin.
-Shawn |
| |