gives an error for every page
heres the error log :
[09-Dec-2014 20:49:49 America/New_York] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required '../initdata.php' (include_path='.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php') in /home/zbotorg/public_html/community/index.php on line 21
heres the php code :
<?php
/**
* <pre>
* Invision Power Services
* IP.Board v3.4.6
* Main public executable wrapper.
* Set-up and load module to run
* Last Updated: $Date: 2013-02-26 08:08:06 -0500 (Tue, 26 Feb 2013) $
* </pre>
*
* @author $Author: mark $
* @copyright (c) 2001 - 2009 Invision Power Services, Inc.
*
* @package IP.Board
*
* @version $Rev: 12025 $
*
*/
define( 'IPB_THIS_SCRIPT', 'public' );
require_once( './initdata.php' );/*noLibHook*/
require_once( IPS_ROOT_PATH . 'sources/base/ipsRegistry.php' );/*noLibHook*/
require_once( IPS_ROOT_PATH . 'sources/base/ipsController.php' );/*noLibHook*/
ipsController::run();
exit();
heres an example : http://zbot.org/community/topic/97-forum-changes/