1. ziggy
  2. Sherlock Holmes
  3. Commercial Templates
  4. Sunday, 26 May 2013
  5.  Subscribe via email
Hello,

sorry i didnt find anything in the search function that helped me out.

Get an error when i try to display the j51slideshow on my mainpage.

Joomla 3.1.1 installed (with 3.0.3 i had the same problem)

Error massage: Fatal error: Class 'JFolder' not found in /webspace/16/73926/**Page**/modules/mod_j51slideshow/helper.php on line 15

Somebody knows this error? which other details do you need to help me?

Thank you
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

This error is most common when you have incorrect file/folder permissions in your Joomla installation. You can confirm this by navigating from your Joomla administration to System -> System Information -> Directory Permissions.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Some articles on the file permissions which may be of help to you..

http://docs.joomla.org/Verifying_permissions
http://forum.joomla.org/viewtopic.php?t=121470

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
I think my permissions are ok. :(


http://s1.directupload.net/images/130527/temp/ct2t6hgi.png
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

For some reason the JFolder class was not being loaded. Adding the following to the top of your templates index.php (just after 'defined('_JEXEC') or die;') appears to have resolved the issue..


[code type=php]jimport('joomla.filesystem.folder');[/code]

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!