Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Profile for rhand

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 13:40
  • Posts: 42
  • Profile Views: 4557
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
Never mind. Emptying Artio SEF Cache did the trick. Do not know why this was necessary now though...
Newly created articl ...
Category: JoomSEF 3
emo
We are using Joomla! 1.5.23 and Artio SEF 3.9.5 with order number 24265 at workcycles.com . We created a new page workcycles.com/workshop in the article manager using no section nor category like we do for all our Joomla! articles. We published it as well. When we go to that page using www.workcycles.com/workshop we get a error 404. Page does exist and is published. I also do not seem to find the sef url in Artio url management. So that must be the issue. No idea why this is happening though. What are we missing here?

FYI raw url www.workcycles.com/index.php?option=com_...ew=article&id=43 does work
Newly created articl ...
Category: JoomSEF 3
emo
Just bought one hour of support. Hope I can be helped asap.
http:// does not wor ...
Category: JoomSEF 3
emo
Disabling JoomSEF in the Artio JoomSEF and emptying cache and loading workcycles.com still leads to a redirect error and a blank page. Another strange thing is that regular Joomla! SEF is turned on, but all links are now like:
www.workcycles.com/component/virtuemart/...e&category_id=16
www.workcycles.com/about-workcycles.html
but I guess the latter is a J! 1.5 SEF URL

Here is my .htaccess one more time:
 
##
# @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
 
# non-www to www

#RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
#RewriteRule ^(.*)$ http://www.%1/$1 [R=301,L]

 
##### Old pages to new pages
#
RewriteRule ^lastenfahrrad/(.*)$ http://www.workcycles.de/ [L,R=301]
RewriteRule ^workbike/(.*)$ http://www.workcycles.com/ [L,R=301]
RewriteRule ^bakfiets/(.*)$ http://www.workcycles.nl/ [L,R=301]
#
###### End Old to new pages

 
# 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 .* - [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 exploits

 
######## Redirect to keep old site running
#
DirectoryIndex index.php index.html
#
######## End Redirect preservation

######## Fix memory issue
php_value memory_limit 40M
php_value max_execution_time 200
php_value max_input_time 200
php_value upload_max_filesize 20M
 
http:// does not wor ...
Category: JoomSEF 3
emo
Turning off your plugin will undoubtedly remove all sef urls or at least make them unavailable. Could you not just check if I give you admin access?
http:// does not wor ...
Category: JoomSEF 3
emo
Turning off your plugin will undoubtedly remove all sef urls or at least make them unavailable. Could you not just check if I give you admin access?
http:// does not wor ...
Category: JoomSEF 3
emo
My order status is 23097 . I run PHP 5.2 . This should complement all data added earlier. Now can I get some help please.
http:// does not wor ...
Category: JoomSEF 3
emo
@ www.workcyles.com we are running the latest JoomSEF3 with an extension for Virtuemart and Joomfish.
  • JoomSEF3 3.9.5
  • Virtuemart JoomSEF extension 2.1.1
  • Joomla! 1.5.23
  • Virtuemart 1.1.9
  • Joomfish 2.0.4


.htaccess:
 
##
# @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
 
# non-www to www

#RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
#RewriteRule ^(.*)$ http://www.%1/$1 [R=301,L]

 
##### Old pages to new pages
#
RewriteRule ^lastenfahrrad/(.*)$ http://www.workcycles.de/ [L,R=301]
RewriteRule ^workbike/(.*)$ http://www.workcycles.com/ [L,R=301]
RewriteRule ^bakfiets/(.*)$ http://www.workcycles.nl/ [L,R=301]
#
###### End Old to new pages

 
# 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 .* - [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 exploits

 
######## Redirect to keep old site running
#
DirectoryIndex index.php index.html
#
######## End Redirect preservation

######## Fix memory issue
php_value memory_limit 40M
php_value max_execution_time 200
php_value max_input_time 200
php_value upload_max_filesize 20M
 

Somehow all links used without www lead to a 303 and a blank page. I have started a topic here stackoverflow.com/questions/10308050/htt...-results-in-loop-303 . Firefox gives me this message visiting workcycles.com :
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

, but as this seems to be a SEF url issue I decided to open a topic here just after I upgraded JoomSEF and Virtuemart extension to the latest version available. I really need this fixed asap. Can someone please tell me what I am missing here?
http:// does not wor ...
Category: JoomSEF 3
emo
Any news?
Virtuemart 1.1.8, Jo ...
Category: Extensions
emo
Considering an upgrade myself to Artio 3.8.1 myself - we have
Joomla! 1.5.22, latest is 1.5.23
Artio 3.7.6 latest is 3.8.1
VirtueMart 1.1.7, latest is 1.1.8
Joomfish 2.0.4, latest is 2.1.7
- and read this. Would love to see this come to a nice end. Do need Joomfish and VM to play nice with Artio SEF. Any news?
Virtuemart 1.1.8, Jo ...
Category: Extensions
emo
Added:
####### Fix memory issue
php_value memory_limit 40M
php_value max_execution_time 200
php_value max_input_time 200
php_value upload_max_filesize 20M

And then got ERROR LOADING FEED DATA

and manage SEF urls still gives me a white screen. I am using version 3.7.6
Allowed memory size ...
Category: JoomSEF 3
emo
Wanted to open the backend JoomSEF urls page. Got the white screen of death and these errors:

 
[Thu Apr 28 14:42:57 2011] [error] [client xx.76.20.9] , referer: http://domain.com/administrator/index.php?option=com_sef&controller=extension
[Thu Apr 28 14:42:57 2011] [error] [client xx.76.20.9] Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 12851201 bytes) in /var/www/vhosts/domain/httpdocs/administrator/components/com_sef/views/sefurls/tmpl/default.php on line 330, referer: http://domain.com/administrator/index.php?option=com_sef&controller=extension
[Thu Apr 28 14:43:54 2011] [error] [client xx.76.20.9] PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 12851201 bytes) in /var/www/vhosts/domain.com/httpdocs/administrator/components/com_sef/views/sefurls/tmpl/default.php on line 330, referer: http://domain.com/administrator/index.php?option=com_sef
[Thu Apr 28 14:43:54 2011] [error] [client xx.76.20.9] , referer: http://workcycles.com/administrator/index.php?option=com_sef
[Thu Apr 28 14:43:54 2011] [error] [client xx.76.20.9] Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 12851201 bytes) in /var/www/vhosts/domain.com/httpdocs/administrator/components/com_sef/views/sefurls/tmpl/default.php on line 330, referer: http://domain.com/administrator/index.php?option=com_sef
 
Allowed memory size ...
Category: JoomSEF 3
emo
But why is this happening now? Never had the issue with Virtuemart products before. And this happens to Joomfish translated pages only. So a translated version of an English page is shown with the wrong url.
EN and DE SEF Urls g ...
Category: JoomSEF 3
emo
Eighty views, but no replies. Can I get some help please?
EN and DE SEF Urls g ...
Category: JoomSEF 3
emo
Well one of the urls in question is www.workcycles.nl/websites-terms-of-use/...ters-and-accessories and the "website-terms-of-use added to the sef url is a separate Joomla! page. It is added to all DE and NL pages in the Virtuemart category children-s-bikes-scooters-and-accessories. How can Artio add a page in a sef url to a VM product? how is this possible?
EN and DE SEF Urls g ...
Category: JoomSEF 3
emo
I am using J! 1.5.22, Joom!Fish Version V2.0.4, VM 1.15 and Artio SEF URL 3.7.6 + Joomfish and VM extension. Somehow products under category a are added to category B on their Dutch and German counterpart pages. how is this possible? Should I just purge urls to rebuild. Does this happen often?
EN and DE SEF Urls g ...
Category: JoomSEF 3
emo
Well with help I fixed search. In JoomSEF > extensions > search > common tab
we had to add searchword to Custom non-SEF variables. No search seems to work again. very odd we did not have to do any adjustments there before the upgrade.
Post Upgrade:: title ...
Category: JoomSEF 3
emo
I keep on getting the same 0 search results after a JoomSEF upgrade - using 3.6.2 now - as well. It keeps on showing one keyword + 020LB and 0 search results. I do use Joomfish and yes JFRouter is turned off. I need to have this fixed asap.
com_search component ...
Category: JoomSEF 3
emo
When I try I any search a word + 020LB is returned as keyword and 0 as search result. Very odd!! Why is this? Does the JoomSEF upgrade - using 3.6.2 now - affect the JoomSEF module?
Post Upgrade:: title ...
Category: JoomSEF 3
emo
Anybody?
Post Upgrade:: title ...
Category: JoomSEF 3
More
User Login Empty