Home » Forum
NoNumber!

Joomla! extensions & websites
development / support / consultancy

I try to respond within 24 hours (excluding weekends). If I haven't responded by then, feel free to post a reminder or bug me via email.
Welcome, Guest
Please Login or Register.    Lost Password?

Bug selecting template in editor
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Bug selecting template in editor
#8525
Bug selecting template in editor 5 Months ago  
Hi,

I've just installed the content templater again on a fresh Joomla build. I'm still having the same issue. Every time I select a template all I get is the 'loading template' screen and it stops there.

I've tried this on firefox, chrome and IE7, all with the same result.

In firebug I get the following error:

vals[3] is undefined
localhost/joomlaexample/plugins/editors-.../contenttemplater.js
Line 43

I've used a previous release with no issues and I think it's a great extension, so I really hope it can be fixed.

Thanks,

Dylan
Dylan
Posts: 7
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#8527
Re: Bug selecting template in editor 5 Months ago  
what editor are you using?
Peter van Westen
Admin
Posts: 4549
User Online NowClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#8528
Re: Bug selecting template in editor 5 Months ago  
Could you give me admin access?
Peter van Westen
Admin
Posts: 4549
User Online NowClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#8531
Re:Bug selecting template in editor 5 Months ago  
Hi,

I'm using the standard TinyMCE editor with the latest Joomla release.

I've also tried using Tiny MCE, JCE, CKEditor and no editor - none of which work.

I'm afraid I can't give you admin access as I'm working from localhost, could this have any affect?
Dylan
Posts: 7
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#8547
Re:Bug selecting template in editor 4 Months, 4 Weeks ago  
Shouldn't have
I don't know why you get the errors. I have done extensive testing and haven't run into this.

Have you tried opening the templates and saving them again?
Do you have the possibility to test this on an online environment?
Peter van Westen
Admin
Posts: 4549
User Online NowClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#8555
Re:Bug selecting template in editor 4 Months, 4 Weeks ago  
I've tried it on an online site built the same way and it works...strange.

Anyway, to I updated this file:

contenttemplater.js

changing line 44:

params[ key ]['value'] = vals[3].trim();


to:

if(vals[3] != undefined)
{
    params[ key ]['value'] = vals[3].trim();
}

This prevents the error and it seems to work.

I can't see from briefly looking at it what implications this might have.
Dylan
Posts: 7
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 123
Joomla Open Source Training