PDA

View Full Version : Problem Can't edit articles or module properties


ozboss
05-21-2008, 12:00 AM
I hope this is in the right forum.

I have been develpoing a site using on the carona template and all is well. My problem is when I moved that site over to the live host (a different provider) I can now now longer edit any articles or module properties.

I think this is a general joomla problem, not specific to the template. This is what I did to get to where I am now:

Develop the site, getting working perfectly at one host.

Backup the database and joomla installation.

Create database on new host, import database from old host.
Copy joomla installation onto new host.
Edit configuration.php accordingly, to point to new host and database etc..

The site work perfectly when browsing, but when I try to administer it I have some probs.

When I edit and article or a module that uses tinymce I cannot get edit cursor in the article text box. Once this happens the Save, Cancel etc buttons no longer work and I have to logout and log back in.

Any ideas?

I hope thats not too confusing.

The site is http://rnpt.com.au if anyone wants to take look.

thanks

kallan
05-21-2008, 12:23 AM
Hi,

Have you tried uninstalling the tinymce editor and reinstalling - or even unpublishing this editor and installing another such as JCE?

Cheers
Kallan

ozboss
05-21-2008, 03:14 AM
Hi Kallan,

thanks for the quick reply. I have tried installing the JCE editor, but I have the same problem.

With the JCE editor, as with the tinyMCE editor, when I attempt to edit an article, the intro text box is shows no content (even tho there is content) and I can not place the cursor there, also the read more text box only displays unformatted html code, not wysiwyg.

Thanks

cagdas123
05-22-2008, 03:03 PM
Hi Kallan,

thanks for the quick reply. I have tried installing the JCE editor, but I have the same problem.

With the JCE editor, as with the tinyMCE editor, when I attempt to edit an article, the intro text box is shows no content (even tho there is content) and I can not place the cursor there, also the read more text box only displays unformatted html code, not wysiwyg.

Thanks
Hi.I have a jce editor problem in ja-fedora.I want to use jce in frontpage but editor is crashed.My joomla and thema and Jce component installation not problem.this good work in Backend zone.

kallan
05-22-2008, 09:19 PM
What do you mean by editor is crashed

Kallan

ozboss
05-23-2008, 06:29 AM
Not sure about cagdas123's problem, but this is what I mean.

http://www.rnpt.com.au/images/rnpterror.jpg

Thanks

cagdas123
05-23-2008, 06:35 AM
I am using fedora and edenite while becoming tema.But Fce editor is not coming to the screen and register and apply their button is not working in joomla frontpage.

I the solution I found .
Solution : website thema Fedora-Edenite index.php between <head> and </head> tags is not to be <?php if ( $my->id ) initEditor(); ?> code for the error is giving jce editor in frontpage.

Sorry I know a litte english :p

cagdas123
05-23-2008, 06:57 AM
Problem Details.
http://saricakaya.gov.tr/site/images/problem/error1.JPG

http://saricakaya.gov.tr/site/images/problem/error2.JPG

ozboss
05-29-2008, 02:42 AM
I have solved my problem! :D

I found that the $mosConfig_live_site setting in the configuration file must be exactly the same as the url used to get to the administration pages. i.e.

my configuration file has $mosConfig_live_site = "http://www.rnpt.com.au" but when I went to the sites control panel, the url drops the 'www'. I changed the configuration file setting to 'http://rnpt.com.au' and all is well.

Yay!