Andy wrote:QUOTE:
Thing is, if he is using the downloaded files they should work with cb 1.1 without the need to make any modifications. Unless his setup is different from a standard joomla 1.0 setup....
Do you have a link to your site buddy?
Andy, I just checked something...
I got his error on my localhost. If he's using PHP 5.2.4 and up (like I am), he's getting an error because the latest version of PHP requires you to declare every variable used or you get an error notice.
I just fixed this by using a combination of both methods I listed before. He has to
both declare the variable $mosConfig_absolute_path as global in the function global vars section (just add it to the list already there)
and he must add a corrective slash to the pathway in the line actually calling the XTD file.
That seemed to fix things right away.