I have tried loading several new themes on PN 7.2.3 and get the following errors for a lot of them. What am I doing wrong? How can I fix? Please let me know which files to modify, I am not an experienced programmer and need lots of detail to figure it out.
Warning: Failed opening 'themes/Blue/theme.php' for inclusion (include_path='.:/usr/share/php') in /srv/www/htdocs/postnuke/postnuke-phoenix-0.7.2.3/html/includes/pnAPI.php on line 996
QBPATH='/postnuke/postnuke-phoenix-0.7.2.3/html/javascript'; VISUAL=0; SECURE=1;
Fatal error: call to undefined function: themeheader() in /srv/www/htdocs/postnuke/postnuke-phoenix-0.7.2.3/html/header.php on line 191
I have seen a couple of other posts on this and many views, but the responses did not give any detail on how to fix.
Thanks!
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- mdee responded to »Short URL questions« 12:02 AM
- mesteele101 responded to »Problem in Database Connection« 21. May
- mesteele101 created topic »Bug in the SMTP mail transfer protocol - Port 25 - Zikula 1.2.9« 20. May
- Herr.Vorragend responded to »Clip Documentation and Doubt« 19. May
- mazdev responded to »zikula 1.3.3. and IE9« 19. May
- mesteele101 responded to »How to install Zikula for MSSQL ??? - Part II« 19. May
- mesteele101 created topic »File packaging« 16. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
failed to open theme.php, pnAPI.php for inclusion, fatal err
-
**unknown user**
- Rank: Helper
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 676
I tried the Blue theme on a Windows server, and it worked.
I'm no Unix/Linux expert, but are the permissions for the theme files set right, that is at least Read permissions for the server?
Some of your themes at least are working, you say, so I can't be sure.
Have you tried this from the themes directory:
chown -R apache:apache *
(or whatever the apache username is on the system)
perhaps
chmod -R 664 *
from the same directory.
Just a thought. The first error is the most significant, lots of errors are produced as a result of files not being included etc. They will go away once the first is fixed.
Martin
- Moderated by:
- Support
