Login Remember

Re: [gversion] Login Remember

By gregThomas - November 26, 2012

Hi Greg,

Have you had a look at the JavaScript console in your browser to see if there are any errors? The most likely explanation is that there is a JavaScript error that is stopping tinyMCE from running.

Thanks
Greg Thomas







PHP Programmer - interactivetools.com

Re: [greg] Login Remember

By gversion - November 26, 2012

Hi Greg,

Thanks for quick response and good advice. I can see the following error:


ReferenceError: tinyMCE is not defined
[Break On This Error]

tinyMCE.init({


Any advice on how to fix this would be much appreciated!

Thank you,
Greg

Re: [gversion] Login Remember

By gregThomas - November 26, 2012

Hi Greg,

That sounds like it's not loading the library files that contain tinyMCE. Does your plugin make any changes to the JavaScript files that are loaded on the page?

I would check that the page is trying to load/is successfully loading tiny_mce_gzip.php.
Greg Thomas







PHP Programmer - interactivetools.com

Re: [greg] Login Remember

By gversion - November 26, 2012

Hi Greg,

Thanks for the help. I will take a look.

Regards,
Greg