|
Hi,
I have a problem with paid extension EventList version 2.0.2 after upgrading to joomsef 3.5.0.
I have a 3-rd party module, mod_eventlistcal15q, which is an eventlist calendar.
If I click on a date containing more than one event, the resulting url is always www.MYSITE.com/it/eventi/todays-events.html thus I have the same url for any day.
So I tried to exclude var id from sef when view=day, because in this case id is the date.
I did so by adding a regular expression in the Variables filtering of the eventlist extension configuration:
.*id=.*view=day.*
after adding variable id in the filter variables
The result is
www.MYSITE.com/index.php?option=com_even...emid=488&lang=it
that is sef is completely skipped, everywhere
My aim was to get just something like
www.MYSITE.com/it/eventi/todays-events.html?id=20091124
but probably i'm misusing the new regexp feature.
Any ideas?
Thank you,
Alfredo Tripicchio
|
joomsef 3.5.0 + exte ...
|
Posted 15 years, 4 months ago
by a.tripicchio
|
|
I agree.
I should try turning it off. I think I'm going to do it from .htaccess, only for this virtual host, using something like php_flag eaccelerator.enable 0
php_flag eaccelerator.optimizer 0.
Before, though, I'd like to see if things get better using shared memory (eaccelerator.shm_only) instead of writing to disk as set by default. I don't think 6.2G is a normal size for /var/cache/php-eaccelerator/.
Thank you so much for your help.
Sincerely,
Alfredo Tripicchio
|
Joomsef crashes afte ...
|
Posted 15 years, 5 months ago
by a.tripicchio
|
|
Hi,
Thanks for your quick reply.
Here are the details:
Apache 2.2.2-1.3
MySql 5.0.27-1.fc5
Php 5.1.6-1.6 (Zend Engine v2.1.0 with eAccelerator v0.9.5, Zend Memory Manager Enabled)
Joomla! 1.5.14 Stable
Joomla Cache Configuration:
Cache NO
Cache time: 15 min
Cache manager: File (not eccelerator, and cache is off anyway)
JoomSEF Cache Configuration:
Use cache? NO
Maximum cache size: 1000
Minimum cache hits count: 10
Use standard file locking: NO (I just turned it off to see if this helps)
|
Joomsef crashes afte ...
|
Posted 15 years, 5 months ago
by a.tripicchio
|
|
Hi,
did you find the cause for this?
I'm experiencing the same exact problem on J1.5.14
PHP Fatal error: Unknown function: () in /***/***/libraries/joomla/environment/uri.php on line 324
the line is
if(isset ($_parts['query'])) parse_str($_parts['query'], $this->_vars);
but the php error log does not complain about parse_str function, it seems to be looking for a function with no name.
Anyway,
the effect is a blank page instead of the frontpage, sometimes even the backend gets blank.
I've tried with all possible combinations of skipped components in joomsef configuration, and with joomsef itself disabled, as well as native sef disabled, but the problem occurs every now and then, quite randomly.
The only thing I can do to restore the site is gracefully reloading apache, some times this is not enough, and I have to restart the server.
This makes me think that probably it's not a joomsef problem, maybe not even a joomla problem, but something related to the caching system. Sorry to post this problem here, but this is the only place I found it is mentioned.
Thank you,
Alfredo Tripicchio
|
Joomsef crashes afte ...
|
Posted 15 years, 5 months ago
by a.tripicchio
|
|
Right.
I guess there is a fix to apply somewhere in VM, just like the Registration Problem FIX for Eventlist shipped along with ext_joomsef32_eventlist.zip
Anyway,
thank you so much for your time.
Alfredo
|
Virtuemart print ord ...
|
Posted 15 years, 6 months ago
by a.tripicchio
|
|
|
Virtuemart print ord ...
|
Posted 15 years, 6 months ago
by a.tripicchio
|
|
|
Virtuemart print ord ...
|
Posted 15 years, 6 months ago
by a.tripicchio
|
|
Hi,
the print order icon in the order details page links to:
www.MYSITE.com/index2.php?option=com_vir...1&tmpl=component
but this link gets redirected back to:
www.MYSITE.com/shop/account.html
I see that Artio generated a SEF Url with:
New SEF URL= shop/account/order.html
Old Non-SEF Url = index.php?option=com_virtuemart&page=account.order_details
ItemID = 9
but I haven't saved it as Custom Redirect yet
I think the correct Url should include order_id also, in fact the link below works:
www.MYSITE.com/index2.php?option=com_vir...onent&order_id=8
And it works if I comment out line 591 in components/com_sef/sef_ext/com_virtuemart.php:
// ignored vars // if (isset($order_id)) $ignoreVars['order_id'] = $order_id;
Is there a better way to tell Artio not to ignore order_id?
Regards,
Alfredo Tripicchio
PS: These are my installation details:
J1.5.14
VM 1.1.3
ARTIO VM plugin 2.0.1
|
Virtuemart print ord ...
|
Posted 15 years, 6 months ago
by a.tripicchio
|
More |