Llama Council Community

zOOM Gallery OpenSEF extension => Bugs => Topic started by: VENT40 on May 15, 2007, 07:29:25 AM



Title: site down with version 0.17
Post by: VENT40 on May 15, 2007, 07:29:25 AM
hello
with the version 0.17A, my site is down(all pages white)!
it works with the 0.13 ALPHA

php 4.4.4
Zoom 2.5.1 RC4 wk08
Joomla! 1.0.12 Stable
last opensef


Title: Re: site down with version 0.17
Post by: Darren996 on May 15, 2007, 04:35:11 PM
Hmmm...  I have never tested with RC4 (can't upload it, it's too big).  Anybody running RC4?

How about php 5?  Have you tried that?


Title: Re: site down with version 0.17
Post by: VENT40 on May 15, 2007, 09:35:09 PM
i don't have php5 with my host so i can't try
can i have the version 0.16A ?where i can download it?

thanks


Title: Re: site down with version 0.17
Post by: Darren996 on May 16, 2007, 03:21:53 PM
There's not much of a difference there and I really haven't kept track since I am not branching an alpha version.

Can you set me up with admin permission to your site so I can take a look some time?  I've seen it all so don't worry about you're content, lol.  :grin:


Title: Re: site down with version 0.17
Post by: VENT40 on May 18, 2007, 10:30:58 PM
do you have my private messages?


Title: Re: site down with version 0.17
Post by: Darren996 on May 19, 2007, 05:45:56 AM
Nope.  I have zero new messages.


Title: Re: site down with version 0.17
Post by: VENT40 on May 19, 2007, 05:55:03 AM
this is
but i think it doesn't work when i click send a message
what is your adress email


Title: Re: site down with version 0.17
Post by: Darren996 on May 19, 2007, 06:46:37 AM
There's little icons under the screen names on the left side of the screen.  There's one for email, one for personal messages and one for viewing profiles.


Title: Re: site down with version 0.17
Post by: VENT40 on May 19, 2007, 06:56:43 AM
i don't see the email icon!!


Title: Re: site down with version 0.17
Post by: Darren996 on May 20, 2007, 01:31:59 AM
Do you see the Personal Message icon?


Title: Re: site down with version 0.17
Post by: VENT40 on May 20, 2007, 01:56:43 AM
yes but it's offline


Title: Re: site down with version 0.17
Post by: Darren996 on May 20, 2007, 11:56:33 AM
That means the user is offline, but you can still send a personal message.  :grin:


Title: Re: site down with version 0.17
Post by: VENT40 on May 20, 2007, 11:58:18 AM
i try again!


Title: Re: site down with version 0.17
Post by: VENT40 on May 20, 2007, 12:01:36 PM
do you have the message?


Title: Re: site down with version 0.17
Post by: Darren996 on May 20, 2007, 04:12:59 PM
Yup.

The login doesn't work.


Title: Re: site down with version 0.17
Post by: VENT40 on May 20, 2007, 10:18:04 PM
it's work for the backend


Title: Re: site down with version 0.17
Post by: Darren996 on May 21, 2007, 02:44:03 AM
Is Joomla installed in a subfolder?

Send me a copy of your .htaccess file.


Title: Re: site down with version 0.17
Post by: VENT40 on May 21, 2007, 03:28:05 AM
yes in subfolder joomla

## OpenSEF plain htaccess file

## Can be commented out if causes errors
Options FollowSymLinks

## mod_rewrite in use
RewriteEngine On

## If Joomla is installed in the web server root
## RewriteBase /
## If Joomla is installed in a sub-directory
## RewriteBase /directory_name_here
RewriteBase /joomla





########## 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} ^(/joomla/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_[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 exploits


Title: Re: site down with version 0.17
Post by: VENT40 on May 23, 2007, 05:34:15 AM
help please!


Title: Re: site down with version 0.17
Post by: Darren996 on May 23, 2007, 03:28:23 PM
I've been looking at it.   I've never seen anyone install Joomla in a subdirectory before.  Not that it is necessarily wrong but, OpenSEF seems to include /joomla/ in your URLs no matter what your .htaccess file says.  I'm no expert in SEF so you may want to inquire at the OpenSEF site.   You could try to go to "Manage Sites" in your OpenSEF config and add the /joomla folder to your Base URL.  If that doesn't fix it then I suggest you go to the OpenSEF site for support.  :grin:


Title: Re: site down with version 0.17
Post by: VENT40 on May 23, 2007, 10:45:59 PM
but why the version 0.13 works and not the 0.17?


Title: Re: site down with version 0.17
Post by: Darren996 on May 24, 2007, 02:31:44 AM
Clearly the extension doesn't like the paths being different.  Between version 0.13A and 0.17A something changed that requires the path to be the same.  This is only a symptom of the real problem.  The real problem being that the URL path is inconsistent.  Fix that and the symptom will go away. 


Title: Re: site down with version 0.17
Post by: VENT40 on May 24, 2007, 04:26:51 AM
this extension 0.17 doesn't work in my production site(not in a subfolder)!!


Title: Re: site down with version 0.17
Post by: Darren996 on May 24, 2007, 03:50:05 PM
Good luck with that.  :grin:


Title: Re: site down with version 0.17
Post by: VENT40 on May 24, 2007, 11:02:20 PM
Good luck with that!
ok i understand!!