Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

zen grid2 framework?

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

I am using Zen Avanti with Zen Framework. I have core SEF turned on.
My site displays OK at the catalogue adress
When I dredirected it to domain
there is an info:
"The template you are attempting to use requires the Zen Grid2 Framework.
Please refer to the Zen Grid2 framework documentation for more information."

Is it something with template or with .htacess settings?

best
Tomasz
p.s I checked the providers setting they are OK
  • witraze's Avatar
  • witraze
  • 12 Month basic
  • 346 posts
  • 20 Thanks
  • Karma: 8
The administrator has disabled public write access.
My guess is the SEF. I would turn it off and clear the Joomla cache.

Does it all work OK with SEF off?

If so, try turning it on again. Broken again?
  • Seth's Avatar
  • Seth
  • Moderator
  • 8358 posts
  • 225 Thanks
  • Karma: 202
The administrator has disabled public write access.
Hi Seth
Thank you for your suggestions. It is not SEF. I turned it off now and additonally replaced the .htaccess with htaccess.txt, cleared the cache also. There is no results.
The back side works OK - under the new domain address, I can log in.

regards Tomasz

just in case my server info:
System: Linux s30.ehost.pl 2.6.18-164.11.1.el5PAE #1 SMP Wed Jan 20 08:16:13 EST 2010 i686
Base version: 5.0.90-community-log
signs in MySQL: utf8_general_ci
PHP version: 5.2.12
Server WWW: Apache
PHP works on: cgi-fcgi
Joomla!: Joomla! 1.5.17 Stable [ Wojmamni ama woobusani ] 27-April-2010 04:00 GMT
User client: Mozilla/5.0 (Windows; U; Windows NT 6.1; pl; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3
  • witraze's Avatar
  • witraze
  • 12 Month basic
  • 346 posts
  • 20 Thanks
  • Karma: 8
Last Edit: 13 years 11 months ago by witraze.
The administrator has disabled public write access.
Is Avanti the default template, for all pages?

Also, how did you move the site?
  • Seth's Avatar
  • Seth
  • Moderator
  • 8358 posts
  • 225 Thanks
  • Karma: 202
The administrator has disabled public write access.
I didn't move the site at all. No didn't change anything. it still is sitting under the same catalogue. I only redirected the domain to this catalogue. So what you see under catalog location is the same under the domain.
  • witraze's Avatar
  • witraze
  • 12 Month basic
  • 346 posts
  • 20 Thanks
  • Karma: 8
The administrator has disabled public write access.
Try setting this variable in config.php

var $live_site = 'www.witraze.info/' // Optional, Full url to Joomla install.
  • Seth's Avatar
  • Seth
  • Moderator
  • 8358 posts
  • 225 Thanks
  • Karma: 202
The administrator has disabled public write access.
Off course! You are great! Thank you!

But now I have trouble with .htaccess setup. Would you be so kind ant take a look.
I think that I should change this line:
RewriteBase /witraze/witraze2010

but how?
Thanks in advance
Tomasz

Below is my .htacces file which worked on "/witraze/witraze2010" folder and now should be set to the domain www.witraze.info (redirected to the folder "/witraze/witraze2010"

##
# @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 disallows 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 use

RewriteEngine 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 /witraze/witraze2010


########## 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 .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#
########## End - Joomla! core 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_[a-zA-Z_]{1,21}(=|\%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
# 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-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{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 exploitsRewriteCond %{HTTP_HOST} ^witraze.info$ [OR]
  • witraze's Avatar
  • witraze
  • 12 Month basic
  • 346 posts
  • 20 Thanks
  • Karma: 8
Last Edit: 13 years 11 months ago by witraze.
The administrator has disabled public write access.
Hey Tomasz,

I just checked the links above and the .info domain seems to be picking it up.

If you still need help buzz us back here :)

Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Thank you Anthony. But mod rewrite is off :( I can't set the rewriting. If you be so nice, please .....
  • witraze's Avatar
  • witraze
  • 12 Month basic
  • 346 posts
  • 20 Thanks
  • Karma: 8
The administrator has disabled public write access.
Domains like this generally are setup to direct to a specific folder, so in this case the root would be just the slash /. Assuming the domain is setup like normally, you should just drop the extra folders in that string.

So try this

RewriteBase /

or even just comment it out and it will use the default if that doesn't work.

Regards,
Jeremy
  • Jeremy's Avatar
  • Jeremy
  • 12 Month Developer
  • 407 posts
  • Karma: 15
The administrator has disabled public write access.
Thanks Jeremy!
Tried / and # earlier - both don't work :(
  • witraze's Avatar
  • witraze
  • 12 Month basic
  • 346 posts
  • 20 Thanks
  • Karma: 8
The administrator has disabled public write access.
Hi there
Morning here. Hello to All of you - supportive team!

Jeremy you were right - uncommenting the line is the solution. I was wrong.

Next time I should go to bed better then work in the night: there was additional dot in the htaccess file name :blush: I found it just moment ago

Thank you once more for support
Regards Tomasz
  • witraze's Avatar
  • witraze
  • 12 Month basic
  • 346 posts
  • 20 Thanks
  • Karma: 8
The administrator has disabled public write access.
Glad you have it all working now Tomasz B)

Yeah, htaccess can be a bit of a black box, powerful but arcane...

Cheers,


Seth
  • Seth's Avatar
  • Seth
  • Moderator
  • 8358 posts
  • 225 Thanks
  • Karma: 202
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers