xajax Javascript component error
Posted: Mon Aug 27, 2012 6:28 pm
I'm getting the following error:
Error: the xajax Javascript component could not be included. Perhaps the URL is incorrect?
URL: "http://localhost/icebiz/lib/xajax/xajax ... ax_core.js
I'm using "xampp" to run CMS Made simple...
What file do I edit to ensure I have the correct path so the xajax Javascript component can be included....
My "config.php"
<?php
# CMS Made Simple Configuration File
# Documentation: /doc/CMSMS_config_reference.pdf
#
$config['dbms'] = 'mysqli';
$config['db_hostname'] = 'localhost';
$config['db_username'] = '';
$config['db_password'] = '';
$config['db_name'] = 'icebiz';
$config['db_prefix'] = 'ice_';
$config['timezone'] = 'US/Eastern';
?>
Error: the xajax Javascript component could not be included. Perhaps the URL is incorrect?
URL: "http://localhost/icebiz/lib/xajax/xajax ... ax_core.js
I'm using "xampp" to run CMS Made simple...
What file do I edit to ensure I have the correct path so the xajax Javascript component can be included....
My "config.php"
<?php
# CMS Made Simple Configuration File
# Documentation: /doc/CMSMS_config_reference.pdf
#
$config['dbms'] = 'mysqli';
$config['db_hostname'] = 'localhost';
$config['db_username'] = '';
$config['db_password'] = '';
$config['db_name'] = 'icebiz';
$config['db_prefix'] = 'ice_';
$config['timezone'] = 'US/Eastern';
?>