Totally Zenned
- Join Date:
- Mar 2006
- Posts:
- 909
- Plugin Contributions:
- 0
zenBB-iframe...
Due to the template/file structure changes in ZenCart 1.3 (i think) I am receiving the following error message when attempting to launch my forums.
Warning: main(includes/modules/header.php) [function.main]: failed to open stream: No such file or directory in D:\server\xampp\htdocs\mysite\includes\templates\custom\phpBBindex\tpl_main_page.php on line 51
Fatal error: main() [function.require]: Failed opening required 'includes/modules/header.php' (include_path='.;D:\server\xampp\php\pear\') in D:\server\xampp\htdocs\mysite\includes\templates\custom\phpBBindex\tpl_main_page.php on line 51Now, I can comment out the follow line in one of the zenBB-iframe files...
<?php require(DIR_WS_MODULES . 'header.php'); ?>...and my forums can now be accessed.
However, my sites header is not displayed (when viewing the forums).
Anyone know how to solve this?