Menu Content

Support

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

Profile for edango

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 13:37
  • Posts: 9
  • Profile Views: 4234
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
I'd really appreciate a response to this. It's basically a either a configuration issue (i hope) or a major flaw with ARTIO's VM2.0 extension addon for J2.5. I understand theres only a certain level of support but this is also a paid product and I have clients and deadlines I have to meet. I'd be happy to pay for premium support if I didn't think this was an actual issue with the software because its such a new territory and theres only minimal aids available for upgrading JoomSEF and even less for Virtuemart. (I mirrored the previous configuration setting I had with J1.5/VM1.1.9 on my J2.5/VM2 setup but I believe VM's core for handling SEF has changed)

If I have to pay for premium support, that's fine, but I'd like to know either way as I need this resolved ASAP, thank you
Virtuemart Link Stru ...
Category: Extensions
emo
SEF URL from 1.5: /view-cart/axis-labs -> index.php?option=com_virtuemart&manufacturer_id=42&page=shop.browse

2.5: /view-cart/axis-labs -> redirects to main VM page /view-cart/manufacturer/axis-labs however redirects to it correctly. It's very important we maintain the link structure for SEO.

The view-cart comes from a menu alias. The menu has the link index.php?option=com_virtuemart and is set to the VM components.

By multiple categories redirect I mean that before /view-cart/category/product would redirect to the product, regardless of which
of the product's categories (for instance I could redirect view-cart/categorya/product AND
view-cart/categoryb/product), however the new system will only redirect one of the categories (e.g. categorya but not categoryb).

I'm happy to PM direct physical examples as well, if that helps? Thanks alot for your help
Virtuemart Link Stru ...
Category: Extensions
emo
I'm in the middle of upgrading from Joomla 1.5.25 and Virtuemart 1.1.9 to Joomla 2.5.3 and Virtuemart 2.0

I've purchased the VM extension with JoomSEF 4, however the link structure has appeared to have changed, as it doesn't match the old SEF structure from VM1.1.9? I've done several mods to get it to work, including mirroring the old config to the new, but still no luck. Plus, multiple categories won't redirect either. Has anyone else experienced this and any possible solutions? Thanks
Virtuemart Link Stru ...
Category: Extensions
emo
Can you please send me an email at Diese E-Mail-Adresse ist gegen Spambots geschützt! Du musst JavaScript aktivieren, damit Du sie sehen kannst. or PM me as I'd like for you to just handle the installation and setup of the component. I spent $130 on this and addons and its useful because it can't even function. I don't mind paying for your services but I need it done today as I have client waiting on this and its taking several days when this should have been an out-of-box solution.
Blank Homepage after ...
Category: JoomSEF 3
emo
Yes, I did try to fully comment it out:

site: www.blackchinalabs.co.uk

It's a VPS running Plesk 8.6, do you think theres an additional server setting that needs to be in place?

I do know theres another Joomla account on the server that has SEF turned on (not using ArtioSEF though) from the global config, and doesn't seem to have a problem?
Blank Homepage after ...
Category: JoomSEF 3
emo
This is exactly what it is:

RewriteBase /

I tried the full domain name, with/without forward slash as well

?
Blank Homepage after ...
Category: JoomSEF 3
emo
I have the below:

[Tue Jun 16 11:48:33 2009] [alert] [client edited out] /var/www/vhosts/blackchinalabs.co.uk/httpdocs/.htaccess: RewriteBase: argument is not a valid URL
[Tue Jun 16 11:48:35 2009] [alert] [client edited out] /var/www/vhosts/blackchinalabs.co.uk/httpdocs/.htaccess: RewriteBase: argument is not a valid URL
[Tue Jun 16 11:48:36 2009] [alert] [client edited out] /var/www/vhosts/blackchinalabs.co.uk/httpdocs/.htaccess: RewriteBase: argument is not a valid URL

So it's telling me the URL is wrong, but I don't know how to verify the domain path then? I always assumed a root path would suffice, Joomla is in the root directory.
Blank Homepage after ...
Category: JoomSEF 3
emo
I did that and just used "/" if I use any other "domain" path (i.e. the URL or whatnot) it errors out, still getting the blank white page. Any suggestions or is there another way for me to verify the domain path is correct? Perhaps thats a stupid question but I'm scratching my head on why this won't work. Thanks
Blank Homepage after ...
Category: JoomSEF 3
emo
I've editted .htaccess file properly, checked root path access, (.htaccess copied below)

And whenever I turn on SEF within the global configuration it makes the homepage blank, with/without apache mod_rewrite turned on from the global config, any thoughts on what I missed? I reviewed FAQs, Docs, Forum, etc without any luck:

##
# @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 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 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 /var/www/vhosts/blackchinalabs.co.uk/httpdocs


########## 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
Blank Homepage after ...
Category: JoomSEF 3
More
User Login Empty