Front End Editor Buttons Disappeared
Discuss JEvents 2.x for Joomla 1.5-2.5 here - club members can use the special club forum for faster response times.
Forum rules
When requesting support, please copy and paste the 'Version information for Support Forum' from the JEvents Control Panel into your post. If you cannot see this, please enable JEvents project news within it's configuration. Also, if you get a 500 Error, Enable Joomla! Maximum Error Reporting and view the page again, you should now have a more detailed error which will help us to resolve you issue quickly.
When requesting support, please copy and paste the 'Version information for Support Forum' from the JEvents Control Panel into your post. If you cannot see this, please enable JEvents project news within it's configuration. Also, if you get a 500 Error, Enable Joomla! Maximum Error Reporting and view the page again, you should now have a more detailed error which will help us to resolve you issue quickly.
Front End Editor Buttons Disappeared
by Duval » Sun Jan 27, 2013 3:59 pm
Version Information:
JEvents v2.0.0 Release Candidate 12
Joomla 2.5.8
Rocket Theme Modulus Template
Users can no longer edit events from the front end as the buttons that used to appear are now links and the formatting for the popup page is all jumbled. (screen shot below)
I have gone through the plug ins and tried disabling everything that was recently installed but cannot get back the original view.
I tried updating to JEvents 2.2.8 but it had no effect on the display.
Any insight would be greatly appreciated!
JEvents v2.0.0 Release Candidate 12
Joomla 2.5.8
Rocket Theme Modulus Template
Users can no longer edit events from the front end as the buttons that used to appear are now links and the formatting for the popup page is all jumbled. (screen shot below)
I have gone through the plug ins and tried disabling everything that was recently installed but cannot get back the original view.
I tried updating to JEvents 2.2.8 but it had no effect on the display.
Any insight would be greatly appreciated!
- Attachments
-
- trashme-jevents2.jpg (78.72 KiB) Viewed 196 times
- Duval
- Posts: 7
- Joined: Sun May 08, 2011 3:21 pm
Re: Front End Editor Buttons Disappeared
by Tonyp » Sun Jan 27, 2013 5:15 pm
Hello,
Using chrome and developer tools what does the console say?
Do you get any error messages?
Regards
Tony
Using chrome and developer tools what does the console say?
Do you get any error messages?
Regards
Tony
---------------------------------------
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
-

Tonyp - Contributor
- Posts: 8718
- Joined: Tue Oct 12, 2010 9:12 pm
- Location: Isle of Man
Re: Front End Editor Buttons Disappeared
by Duval » Sun Jan 27, 2013 5:42 pm
Thank you for your reply, off to install developer tools on Chrome and will report back. Thanks!
- Duval
- Posts: 7
- Joined: Sun May 08, 2011 3:21 pm
Re: Front End Editor Buttons Disappeared
by Duval » Sun Jan 27, 2013 6:05 pm
OK found the developer tools (nice resource, thanks) and when I look at the "console" tab I see:
When I look at permissions for both of the referenced files the permissions are 666.
- Code: Select all
GET http://DOMAINHERE.COM/administrator/components/com_jevents/assets/css/eventsadmin16.css 403 (Forbidden)
GET http://DOMAINHERE.COM/administrator/components/com_jevents/assets/js/editical.js 403 (Forbidden)
Uncaught ReferenceError: set12hTime is not defined
When I look at permissions for both of the referenced files the permissions are 666.
- Duval
- Posts: 7
- Joined: Sun May 08, 2011 3:21 pm
Re: Front End Editor Buttons Disappeared
by Tonyp » Sun Jan 27, 2013 7:57 pm
Hello,
It looks like you have .htaccess backend protection. do you have an extra login?
Please see:
http://www.jevents.net/jevents-15-topme ... -interface
Regards
Tony
It looks like you have .htaccess backend protection. do you have an extra login?
Please see:
http://www.jevents.net/jevents-15-topme ... -interface
Regards
Tony
---------------------------------------
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
-

Tonyp - Contributor
- Posts: 8718
- Joined: Tue Oct 12, 2010 9:12 pm
- Location: Isle of Man
Re: Front End Editor Buttons Disappeared
by Duval » Sun Jan 27, 2013 10:58 pm
Brilliant! I can't tell you how long, or how much time I've wrestled with this.
It's a school website and the district recently protected the admin section so that it's unavailable unless logged in to the district server.
I'll contact the district folks tomorrow with your reference.
Thanks again!
EDIT: Also, this site is on a Windows server (yes, I know but beyond my control) so the .htaccess solution won't fly.
It's a school website and the district recently protected the admin section so that it's unavailable unless logged in to the district server.
I'll contact the district folks tomorrow with your reference.
Thanks again!
EDIT: Also, this site is on a Windows server (yes, I know but beyond my control) so the .htaccess solution won't fly.
- Duval
- Posts: 7
- Joined: Sun May 08, 2011 3:21 pm
Re: Front End Editor Buttons Disappeared
by Tonyp » Mon Jan 28, 2013 8:50 am
Hello Duval,
So they are running IIS not Apache?
If so you will then need to google and find Windows alternative to the above.
Regards
Tony
So they are running IIS not Apache?
If so you will then need to google and find Windows alternative to the above.
Regards
Tony
---------------------------------------
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
-

Tonyp - Contributor
- Posts: 8718
- Joined: Tue Oct 12, 2010 9:12 pm
- Location: Isle of Man
Re: Front End Editor Buttons Disappeared
by Duval » Tue Jan 29, 2013 1:51 am
Tony, checked with the server folks and they explained that it's Apache running on Windows so the .htaccess solution should work.
Loaded the file as directed and it's no longer forbidden in the web developer tools but I now get a 500 server error for the files as below:
Loaded the file as directed and it's no longer forbidden in the web developer tools but I now get a 500 server error for the files as below:
- Code: Select all
GET http://DOMAIN.COM/administrator/components/com_jevents/assets/css/eventsadmin16.css 500 (Internal Server Error) 0:11
GET http://DOMAIN.COM/administrator/components/com_jevents/assets/js/editical.js 500 (Internal Server Error)
- Duval
- Posts: 7
- Joined: Sun May 08, 2011 3:21 pm
Re: Front End Editor Buttons Disappeared
by Tonyp » Tue Jan 29, 2013 7:33 am
Can you try temp fix and rename the .htaccess file so it does not take effect.
Does it work now?
If not run a permissions fix on the site.
Regards
Tony
Does it work now?
If not run a permissions fix on the site.
Regards
Tony
---------------------------------------
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
Do not forget if you like JEvents, why not join the CLUB! for priority support and lots of excellent plugin's. JEvents Club
-

Tonyp - Contributor
- Posts: 8718
- Joined: Tue Oct 12, 2010 9:12 pm
- Location: Isle of Man
Re: Front End Editor Buttons Disappeared
by Duval » Tue Jan 29, 2013 10:42 am
No, it doesn't work. The permissions for the files in question are 666.
- Duval
- Posts: 7
- Joined: Sun May 08, 2011 3:21 pm
11 posts
• Page 1 of 2 • 1, 2
Return to Jevents 2.x (Free Access)
Who is online
Users browsing this forum: No registered users

