Thanks RVTV,
I tried your fix, but no joy.
I think I'm in for the hard solution.
Peace
Search found 36 matches
- Wed Jul 16, 2008 2:56 pm
- Forum: CMSMS Core
- Topic: Fixing unknown errors by re-installing
- Replies: 2
- Views: 1176
- Tue Jul 15, 2008 8:19 pm
- Forum: CMSMS Core
- Topic: Fixing unknown errors by re-installing
- Replies: 2
- Views: 1176
Fixing unknown errors by re-installing
Hello Forum! Thanks for all your help. I've got a problem with my install. I recently moved between hosts and updated to 1.3.1. I thought all was well, but not so. The WYSIWYG editors are broken. FCKEditor gets an XML error when I browse for images ( http://forum.cmsmadesimple.org/index.php/topic,22...
- Mon Jul 14, 2008 12:54 pm
- Forum: Modules/Add-Ons
- Topic: FCKeditor - XML request error when trying to browse server off image link
- Replies: 11
- Views: 9300
Re: FCKeditor - XML request error when trying to browse server off image link
Thanks Connie,
Good Idea!
As this was a port of FCKEditor, I only looked here.
Good Idea!
As this was a port of FCKEditor, I only looked here.
- Fri Jul 11, 2008 4:50 pm
- Forum: Modules/Add-Ons
- Topic: FCKeditor - XML request error when trying to browse server off image link
- Replies: 11
- Views: 9300
Re: FCKeditor - XML request error when trying to browse server off image link
Hello! Here's the actual error code: Any help for this problem? ----------------------------------------------- The server didn't send back a proper XML response. Please contact your system administrator. XML request error: Internal Server Error (500) Requested URL: http://domaininquestion.com/modul...
- Tue Jul 08, 2008 9:32 pm
- Forum: Modules/Add-Ons
- Topic: FCKeditor - XML request error when trying to browse server off image link
- Replies: 11
- Views: 9300
Re: FCKeditor - XML request error when trying to browse server off image link
I checked the config.php, path is correct.
Any other thoughts on this problem?
Will updating to a new version fix a problem like this?
I'm thinking there's a munged file somewhere, but I don't know.
Thanks for all your help so far!!
Any other thoughts on this problem?
Will updating to a new version fix a problem like this?
I'm thinking there's a munged file somewhere, but I don't know.
Thanks for all your help so far!!
- Mon Jun 30, 2008 6:31 pm
- Forum: Modules/Add-Ons
- Topic: FCKeditor - XML request error when trying to browse server off image link
- Replies: 11
- Views: 9300
Re: FCKeditor - XML request error when trying to browse server off image link
I just did. The resources browser page reloads but again shows the error.
- Mon Jun 30, 2008 2:06 pm
- Forum: Modules/Add-Ons
- Topic: FCKeditor - XML request error when trying to browse server off image link
- Replies: 11
- Views: 9300
Re: FCKeditor - XML request error when trying to browse server off image link
Still haven't had any luck with this error. Is there a different forum I should post this to?? I'm trying to get the FCKEditor to insert an image to the page from the uploaded images folder. The folder contents won't display because of this error. If I remember the image name, I can' input it direct...
- Thu Jun 26, 2008 4:38 pm
- Forum: Modules/Add-Ons
- Topic: FCKeditor - XML request error when trying to browse server off image link
- Replies: 11
- Views: 9300
Re: FCKeditor - XML request error when trying to browse server off image link
Hi all, I'm having the same problem as nickif. Here's the pertinent error alert data: =========================== The server didn't send back a proper XML response. Please contact your system administrator. XML request error: Internal Server Error (500) Requested URL: http://domaininquestion.com/mod...
- Tue Jun 03, 2008 7:05 pm
- Forum: Modules/Add-Ons
- Topic: values in formbuilder
- Replies: 1
- Views: 1300
Re: values in formbuilder
!Bump!
I'd also like some information regarding tab index and access keys.
How can they be added?
Thanks for a great mod!
I'd also like some information regarding tab index and access keys.
How can they be added?
Thanks for a great mod!
- Fri Apr 04, 2008 3:25 pm
- Forum: Modules/Add-Ons
- Topic: TrueType Text Module and FIR
- Replies: 0
- Views: 939
TrueType Text Module and FIR
Hi Gang, I have a question regarding the TrueType Text Module. I've looked most everywhere, but can't find a solution. If this is the wrong place for this post, or if the question has been answered, please advise.... First, thanks for this mod. What a great feature. ----------- In the past I've used...
- Fri Jun 22, 2007 1:02 pm
- Forum: CMSMS Core
- Topic: Calendar can't remember the date
- Replies: 1
- Views: 954
Re: Calendar can't remember the date
Solved!! The default language in Settings isn't English. I didn't change it, but when I saved the settings they were no longer English. Now I have to fix the events in the database. Because I re-installed Calendar, old events no longer show in the Calender admin. They show in the Calendar, but not t...
- Fri Jun 22, 2007 12:15 am
- Forum: CMSMS Core
- Topic: Calendar can't remember the date
- Replies: 1
- Views: 954
Calendar can't remember the date
Hello all, I don't know if this has been discussed anywhere else, if so please advise. I was tweaking the calendar module template to use in a small view and somehow I broke the links to the database, I think. It functions fine, but now shows ??? instead of the days of the week and the month. I unin...
- Thu May 17, 2007 4:34 pm
- Forum: CMSMS Core
- Topic: Using Smarty tags in User Defined Tags
- Replies: 7
- Views: 3969
Re: Using Smarty tags in User Defined Tags
Thanks Alby, Mil Grazie! You are the best! You're right of course (Doh!) the title isn't necessarily unique, so I should change that. The alias is better. Anyway, here's what worked: global $gCms; $smarty =& $gCms->GetSmarty(); $pageinfo = &$gCms->variables['pageinfo']; switch($pageinfo->co...
- Thu May 17, 2007 2:57 pm
- Forum: CMSMS Core
- Topic: Using Smarty tags in User Defined Tags
- Replies: 7
- Views: 3969
Re: Using Smarty tags in User Defined Tags
Thanks Alby, So close!! The code you gave me works great! I could echo the value of title, but I can't use it in the UDT code. Let me explain further. I have a series of product pages with different colors for each product. I've written a flat file of all the colors and a script that will get the co...
- Wed May 16, 2007 10:32 pm
- Forum: CMSMS Core
- Topic: Using Smarty tags in User Defined Tags
- Replies: 7
- Views: 3969
Re: Using Smarty tags in User Defined Tags
Thanks Alby,
No go.
I put it all in the user defined tag, but same result.
Should I be putting the
global $gCms;
$smarty =& $gCms->GetSmarty();
part in the template?
Thanks for all your help
No go.
I put it all in the user defined tag, but same result.
Should I be putting the
global $gCms;
$smarty =& $gCms->GetSmarty();
part in the template?
Thanks for all your help