Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file Calendar Missing - New Download

More
10 years 3 months ago #3505 by sschlee
Calendar Missing - New Download was created by sschlee
I tried using LNE but couldn't get the calendar to appear next to articles, even after following all the directions I found in the forums. I went ahead and just purchased LNEE hoping it would resolve the issue, but the calendar is still not coming up. I have Admin Tools, but not the pro version. Can you please take a look at my development site to see what is going on?

67.227.166.252/~copetx/
(module is bottom left)

Info:
Joomla 2.5.17
PHP 5.3.27
Stylemaster and animationmaster set to 744

Also need to know how to take off the hours/minutes off that calendar if it is going to show.

Thanks for the prompt response.

Please Log in or Create an account to join the conversation.

More
10 years 3 months ago #3507 by admin
Replied by admin on topic Calendar Missing - New Download
Hello,
the problem you are having is due to the fact that the CSS files for the module are not loaded (500 error). This is a file permission issue.
That is why the calendars do not show.
As far as what will show once the permissions are right, you have full liberty in the calendar tab of the module.

Olivier.

Please Log in or Create an account to join the conversation.

More
10 years 3 months ago #3508 by sschlee
Replied by sschlee on topic Calendar Missing - New Download
Aren't they supposed to be 744?
I have already set the permissions for:
Stylemaster
animationmaster
style.css.php (under styles, all the folders under overall and all under calendar)

Am I missing some?

Please Log in or Create an account to join the conversation.

More
10 years 3 months ago #3509 by admin
Replied by admin on topic Calendar Missing - New Download
It seems like you got them all, what about the folder permissions? Are they 755?
These are rare but tricky issues because even though the files may look like they have the right permissions, the .htaccess file may override that.
modules/mod_latestnewsenhancedextended/stylemaster.css.php
modules/mod_latestnewsenhancedextended/animationmaster.js.php
are 2 files that need allowed direct access in the .htaccess file.

Olivier.

Please Log in or Create an account to join the conversation.

More
10 years 3 months ago #3510 by sschlee
Replied by sschlee on topic Calendar Missing - New Download
I checked the folders and they were set to 755 and I added this to the .htaccess earlier as I found it on another post here.

##### Advanced server protection rules exceptions -- BEGIN
RewriteRule ^administrator\/components\/com_akeeba\/restore\.php$ - [L]
RewriteRule ^administrator\/components\/com_admintools\/restore\.php$ - [L]
RewriteRule ^modules\/mod_latestnewsenhancedextended\/stylemaster\.css\.php$ - [L]
RewriteRule ^modules\/mod_latestnewsenhancedextended\/animationmaster\.js\.php$ - [L]
RewriteRule ^templates\/your_template_name_here/ - [L]
##### Advanced server protection rules exceptions -- END

Is this correct?

Please Log in or Create an account to join the conversation.

More
10 years 3 months ago #3511 by sschlee
Replied by sschlee on topic Calendar Missing - New Download
I got the Admin Tools Pro and made sure those two files were in the allowed access section. Still no joy.

Please Log in or Create an account to join the conversation.