Recently we got well and truly trashed. So much so we had to open a new hosting account with a new ISP and move the various clients across to it.
The old sites are still running but we got hit with the change password and mess the site up hack.
OK, here is the problem. We decided to update all the sites to 6.1.4 and the latest FCKEDitor.
The transistion was fine and we got it running.
The image naming went haywire (we had to use absolute references to get the images to show) and the image properties download is not working. It loads but doesn't link to the assets\images directory.
In the past the FCKED path was
$Config['UserFilesPath'] = $ETOMITE_PAGE_BASE['relative'].'/tbenci/assets/' ;
and images were referenced by
/tbenci/assets/images/images/tb_home_01.jpg
obviously the URL www.tbenci.com was being resolved in the relative reference.
The image browser worked and the rewrite image path was set to NO.
The only way to get it to display an image now is to use the absolute reference
http://www.tbenci.co.../tb_home_01.jpg
and the image browser does nothing.
OK the variables are new version of Etomite, new version of FCKEDitor and a new host.
Anyone have any ideas?
Regards
Tony
Edited by tbenci, 06 February 2008 - 01:14 PM.











