-
AuthorPosts
-
February 12, 2012 at 7:52 am #173832
I was using the Kyanite template and switched to the Community template, had issues with the t3 framework, reinstalled latest version of plugin, everything works except the slideshow.
I’ve searched the site for a similar issue, and tried all the solutions that may be near to it, with no luck. Reinstalled the slideshow module, double checked the folder name and the photo sizes.
I’m stumped, any help would be greatly appreciated. I’m a bit concerned that the t3 framework is still not working correctly.
Thanks in advance, all you guys rock!
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 12, 2012 at 8:18 am #438039I’ve had some issues with not being able to sign in on Firefox but I did check it and it’s correct. However, the slideshow just started working while I was looking at module positions. Did you do that????
If so THANK YOU THANK YOU!!!!
I’m so tired, I don’t remember what I gave you….I may have typed in the old one.
SO sorry.
If you fixed it, can you tell me what the issue was for future reference and to share with others?
THANKS !!!! WooHOOOO I can go get some sleeep!:)
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 12, 2012 at 9:36 pm #438126Okay thanks, but now I can’t upload any photos into the media manager. I get this message
Notice
Please input a file for uploadpavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 12, 2012 at 9:39 pm #438128Hi
I’m sorry but if i cannot login into your backend i cannot check what is wrong
please check better your details provided in this thread because are incorrect
Thanks
February 12, 2012 at 9:52 pm #438130instead of Designit1 use girlypaint4U
That should work:) Thanks!!
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 12, 2012 at 10:15 pm #438132Hi
Try to change the chmod for your logs folder now is unwritable
Set a chmod to 755
February 12, 2012 at 11:08 pm #438137Thanks, I’m sorry but I have no idea how to do that?
I’m not comfortable making a lot of code changes.
I just changed the htaccess.txt to .htaccess and copied the following code per mj1256, then enabled SEO settings to Y, then cleaned my cache…..but this didn’t work either.
I am so appreciative of all your help:)
##
# @version $Id: htaccess.txt 9975 2008-01-30 17:02:11Z ircmaxell $
# @package Joomla
# @copyright Copyright (C) 2005 – 2008 Open Source Matters. All rights reserved.
# @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
#######################################################
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
#
# The line just below this section: ‘Options +FollowSymLinks’ may cause problems
# with some server configurations. It is required for use of mod_rewrite, but may already
# be set by your server administrator in a way that dissallows changing it in
# your .htaccess file. If using it causes your server to error out, comment it out (add # to
# beginning of line), reload your site in your browser and test your sef url’s. If they work,
# it has been set by your server administrator and you do not need it set here.
#
####################################################### Can be commented out if causes errors, see notes above.
Options +FollowSymLinks#
# mod_rewrite in useRewriteEngine On
# Uncomment following line if your webserver’s URL
# is not directly related to physical file paths.
# Update Your Joomla! Directory (just / for root)# RewriteBase /
########## Begin – Joomla! core SEF Section
#
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !^/index.php
RewriteCond %{REQUEST_URI} (/|.php|.html|.htm|.feed|.pdf|.raw|/[^.]*)$ [NC]
RewriteRule (.*) index.php
RewriteRule .* –
#
########## End – Joomla! core SEF Section########## Begin – 3rd Party SEF Section
############# Use this section if you are using a 3rd party (Non Joomla! core) SEF extension – e.g. OpenSEF, 404_SEF, 404SEFx, SEF Advance, etc
#
#RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional – see notes##
#RewriteCond %{REQUEST_URI} (/|.htm|.php|.html|/[^.]*)$ [NC]
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule (.*) index.php
#
########## End – 3rd Party SEF Section########## Begin – Rewrite rules to block out some common exploits
## If you experience problems on your site block out the operations listed below
## This attempts to block the most common type of exploit `attempts` to Joomla!
#
# Block out any script trying to set a mosConfig value through the URL
RewriteCond %{QUERY_STRING} mosConfig_{1,21}(=|%3D)
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*(.*)
# Block out any script that includes a <script> tag in URL
RewriteCond %{QUERY_STRING} (<|%3C).*script.*(>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond %{QUERY_STRING} GLOBALS(=|{0,2})
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING} _REQUEST(=|{0,2})
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]
#
########## End – Rewrite rules to block out some common exploits -
AuthorPosts
This topic contains 10 replies, has 2 voices, and was last updated by tamaras 12 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum