wowoutlet
Newbie   Posts: 6 Registered: 5/3/2007 Status: Offline
|
posted on 5/8/2007 at 03:38 PM |
If I select the standard Theme that comes with PostNuke it works just fine.
If I try to use autotheme or any theme with Autotheme the forums will not
show and the admin menu will not load.
Using PostNuke v.764 and PNphpBB2 v1.2i - patch3
Thanks,
[Edited on 8/5/2007 by wowoutlet] |
| |
| |
Shawn
Administrator   Posts: 4538 Registered: 10/7/2002 Status: Online
|
posted on 5/8/2007 at 03:53 PM |
This is the first that I've heard of it and that version has been out since
February.
Set AUTOTHEME_DEBUG_ENABLED=true at the top of
modules/AutoTheme/includes/atAPI.php
See if there are errors on the page. If not then check your PHP error log
let me know what errors are there.
If not, try the pnphpbb2 forums, there seems to be many people having some
problem or the other.
-Shawn |
| |
wowoutlet
Newbie   Posts: 6 Registered: 5/3/2007 Status: Offline
|
posted on 5/8/2007 at 04:10 PM |
I am getting this with AUTOTHEME_DEBUG_ENABLED is set to TRUE:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to
allocate 53 bytes) in
/home/clientswftp/wow-outlet.com/htdocs/wow/modules/AutoTheme/includes/atAP
I.php on line 1151 |
| |
Shawn
Administrator   Posts: 4538 Registered: 10/7/2002 Status: Online
|
posted on 5/8/2007 at 04:18 PM |
OK, it's a problem with a block. It only shows up in the forums because
AutoTheme and PNphpbb2 are using more memory than other pages. Remove any
blocks you have added that are not part of PostNuke (some may be in the
pnblocks dir under a module dir). Then move them back one by one and see
which causes the error.
Or, you can try turning off each block in AT admin and see which one is the
problem.
-Shawn
[Edited on 5/8/2007 by Shawn] |
| |
wowoutlet
Newbie   Posts: 6 Registered: 5/3/2007 Status: Offline
|
posted on 5/9/2007 at 07:06 AM |
The only 3rd Party things now are PNphpBB2 and Autotheme and I still have
the same issue. I even removed every block from AT admin that was not
right, left, center. Still the same.
This install is fresh. I installed it and then AutoTheme then PNphpBB2.
Any other ideas Thanks for your help.
[Edited on 9/5/2007 by wowoutlet] |
| |
Shawn
Administrator   Posts: 4538 Registered: 10/7/2002 Status: Online
|
posted on 5/9/2007 at 07:41 AM |
The only other option is to ask your hosting provider to increase the
maximum memory for PHP to above 8MB. I would say 10 or 12MB.
-Shawn |
| |
wowoutlet
Newbie   Posts: 6 Registered: 5/3/2007 Status: Offline
|
posted on 5/9/2007 at 10:29 AM |
Thanks for your help. I have sent the request to my hosting company and
have posted on the postnuke forums. I will let you know what I find out. |
| |
wowoutlet
Newbie   Posts: 6 Registered: 5/3/2007 Status: Offline
|
posted on 5/10/2007 at 09:45 AM |
Adding more memory was the key. They upgraded me to 24mb and it works like
a charm.
Thanks again! |
| |