| Author |
Message |
virtuweb |
|
Post subject: Eve Online Theme and PnPhpBB2
Posted: Jan 22, 2008 - 04:32 AM
|
|
Joined: Jan 22, 2008
Posts: 3
Status: Offline
|
|
I purchase the Eve Online 2 Theme which looks great and was applied to the site with no problems. However, when I go to access the forums the header is displayed with no forums listed. The admin page displays the right pane without issue, but the left pane give a page cannot be found. If I disable the theme the forums work as they should.
You can see what is happening by click on the forum link from the site link below. http://www.orderofshadows.org/postnuke/
Any help you can give me in getting this to work would be greatly appreciated. |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: Eve Online Theme and PnPhpBB2
Posted: Jan 22, 2008 - 11:47 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3938
Status: Offline
|
|
| I've never seen that happen before with PNphpBB2, I will look into it. |
_________________
|
| |
|
|
|
 |
virtuweb |
|
Post subject:
Posted: Jan 22, 2008 - 04:13 PM
|
|
Joined: Jan 22, 2008
Posts: 3
Status: Offline
|
|
It is defiantely a strange problem. I am running Postnuke 0.7.6.4 and PNphpBB2 1.2i patch 3 if that helps. It almost seems as if there is a corrupted file or something, I completely reloaded everything last night with no luck. I can say that is must have someting to do with the way PNphpBB2 is applying the theme since I can set the theme to ExtraLite and everything works fine.
If you require any more information, please let me know. |
|
|
| |
|
|
|
 |
virtuweb |
|
Post subject:
Posted: Jan 22, 2008 - 09:42 PM
|
|
Joined: Jan 22, 2008
Posts: 3
Status: Offline
|
|
Mars I found the solution. It had nothing to do with the theme, but with AutoTheme. I added the following lines into a .htaccess file in the root of the site to fix everything.
php_value memory_limit 24M
php_flag magic_quotes_gpc on
php_flag register_globals off
Order allow,deny
Allow from all
The problem that was causing the forums not to load was the allocated memory to php. Most ISP default this to 8M which is not enough to run Postnuke and Autotheme, plus any other modules. But setting this value to 24M gives each module more than enough memory to run correctly |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Jan 22, 2008 - 10:39 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 3938
Status: Offline
|
|
Great! Glad you found the solution.  |
_________________
|
| |
|
|
|
 |
|
|