Hi
I've installed mambo succesfully on
http://www.waterinvuren.nl/mambo/ and I see the following fault:
Warning: mosgetbrowser() [function.mosgetbrowser]: Unable to access ../../includes/agent_browser.php in /customers/waterinvuren.nl/waterinvuren.nl/httpd.www/mambo/includes/mambofunc.php on line 175
Warning: mosgetbrowser(../../includes/agent_browser.php) [function.mosgetbrowser]: failed to open stream: No such file or directory in /customers/waterinvuren.nl/waterinvuren.nl/httpd.www/mambo/includes/mambofunc.php on line 175
Fatal error: mosgetbrowser() [function.require]: Failed opening required '../../includes/agent_browser.php' (include_path='.:/usr/lib/php') in /customers/waterinvuren.nlwaterinvuren.nl/httpd.www/mambo/includes/mambofunc.php on line 175
Here you get my line 175:
PHP Code:
function mosGetBrowser( $agent ) {
require( "../../includes/agent_browser.php" );
I push F5... it goes to the site!?!?!
Following i'm going to enter the administrator menu (my menu to log in is very boring) and the I get this: (a very bad mambo administrator menu) and
Warning: main() [function.main]: Unable to access ../../../administrator/modules//customers/waterinvuren.nl/waterinvuren.nl/httpd.www/mambo//administrator/includes/menubar.html.php in /customers/waterinvuren.nl/waterinvuren.nl/httpd.www/mambo/administrator/modules/mod_toolbar.php on line 14
Warning: main(../../../administrator/modules//customers/waterinvuren.nl/waterinvuren.nl/httpd.www/mambo//administrator/includes/menubar.html.php) [function.main]: failed to open stream: No such file or directory in /customers/waterinvuren.nl/waterinvuren.nl/httpd.www/mambo/administrator/modules/mod_toolbar.php on line 14
Fatal error: main() [function.require]: Failed opening required '../../../administrator/modules//customers/waterinvuren.nl/waterinvuren.nl/httpd.www/mambo//administrator/includes/menubar.html.php' (include_path='.:/usr/lib/php') in /customers/waterinvuren.nl/waterinvuren.nl/httpd.www/mambo/administrator/modules/mod_toolbar.php on line 14
Here you get my line 14
PHP Code:
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
require_once( "../../../administrator/modules/$mosConfig_absolute_path/administrator/includes/menubar.html.php" );
I hope you'll get me out of this