Hi, I have a site running on Mambo 4.5.3 - works fine. I made a complete backup with Big_Ape Installed Wampserver on local machine - works fine Tried to roll the backup out on the local machine - dosent work. I get this error:
Warning: require_once(/customers/guruerne.dk/guruerne.dk/httpd.www/includes/version.php) [function.require-once]: failed to open stream: No such file or directory in C:\Programmer\wamp\www\includes\mambo.php on line 41
Fatal error: require_once() [function.require]: Failed opening required '/customers/guruerne.dk/guruerne.dk/httpd.www/includes/version.php' (include_path='.;C:\php5\pear') in C:\Programmer\wamp\www\includes\mambo.php on line 41
In line 41- of the mambo.php I found this: require_once( $mosConfig_absolute_path . '/includes/version.php' ); require_once( $mosConfig_absolute_path . '/includes/database.php' ); require_once( $mosConfig_absolute_path . '/includes/gacl.class.php' ); require_once( $mosConfig_absolute_path . '/includes/gacl_api.class.php' ); require_once( $mosConfig_absolute_path . '/includes/phpmailer/class.phpmailer.php' ); require_once( $mosConfig_absolute_path . '/includes/mamboxml.php' ); require_once( $mosConfig_absolute_path . '/includes/phpInputFilter/class.inputfilter.php' );
What must I do to get it running? Mind you - Im NOT a wizzard - more of a user so go gentle :-)
Sorry - wrong line. $mosConfig_absolute_path is found several times in mambo.php. Is it not possible to get this running without being a programmer or geek?? Im a user and non of the above :-(