Search found 18 matches

by rikic
Sat May 12, 2012 11:35 am
Forum: osCommerce Modules
Topic: [osCommerce] With $messageStack doesn't rewrite
Replies: 20
Views: 22900

Re: [osCommerce] With $messageStack doesn't rewrite

I've seen taht the problem is the same for contact_us.php and create_account.php (which are the pages taht MSU rewrites in default). I suppose this will appear in every pages like that. Modular_SEO_Header_Tags i s aquite common add-on donwloadble form the oscommerce page. maybe is better to change t...
by rikic
Sat May 12, 2012 11:07 am
Forum: osCommerce Modules
Topic: [osCommerce] With $messageStack doesn't rewrite
Replies: 20
Views: 22900

Re: [osCommerce] With $messageStack doesn't rewrite

keeping on investigating.... I've renamed the login.php as login_seo.php and I've change the .htaccess rewriting rule. of course I've also changed the login.php like this addded: require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_LOGIN_SEO); and changed: <?php echo tep_draw_form('login', tep_href...
by rikic
Sat May 12, 2012 10:26 am
Forum: osCommerce Modules
Topic: [osCommerce] With $messageStack doesn't rewrite
Replies: 20
Views: 22900

Re: [osCommerce] With $messageStack doesn't rewrite

ah ok.
and is not possible to somehow rewrite the query string?
by rikic
Sat May 12, 2012 8:55 am
Forum: osCommerce Modules
Topic: [osCommerce] With $messageStack doesn't rewrite
Replies: 20
Views: 22900

Re: [osCommerce] With $messageStack doesn't rewrite

if not, why in the .htaccess appears this rewriting rules?

Code: Select all

#login.php - login
RewriteRule ^([a-z]{2})/account/login\.html$ login.php?language=$1 [L,QSA]


It seems that rewrites the login.php Url.... ;)
by rikic
Sat May 12, 2012 4:05 am
Forum: osCommerce Modules
Topic: [osCommerce] With $messageStack doesn't rewrite
Replies: 20
Views: 22900

Re: [osCommerce] With $messageStack doesn't rewrite

hi! I've definitively understood that the problem is in login.php file. when if ($error == true) { $messageStack->add('login', TEXT_LOGIN_ERROR); and then <?php echo tep_draw_form('login', tep_href_link(FILENAME_LOGIN, 'action=process', 'SSL'), 'post', '', true); ?> it cannot rewrite FILENAME_LOGIN ...
by rikic
Fri May 11, 2012 12:44 pm
Forum: osCommerce Modules
Topic: [osCommerce] With $messageStack doesn't rewrite
Replies: 20
Views: 22900

Re: [osCommerce] With $messageStack doesn't rewrite

keeping on investigating by myself, I've got this idea: when come this lines if ($error == true) { $messageStack->add('login', TEXT_LOGIN_ERROR); and goes to http://www.detectalia-italia.it/login.php?action=process (for example in the login.php file) seems that it cannot redraw the form 'login', as ...
by rikic
Fri May 11, 2012 1:03 am
Forum: osCommerce Modules
Topic: [osCommerce] With $messageStack doesn't rewrite
Replies: 20
Views: 22900

Re: [osCommerce] With $messageStack doesn't rewrite

hi!
I've contacted with the developer of Modular_SEO_Header_Tags and they said that the problem is caused by MSU....
any idea for a solution?
because if it's like that, I think it's a bug for many other MSU users...
thank you
riccardo
by rikic
Thu May 10, 2012 11:24 am
Forum: osCommerce Modules
Topic: [osCommerce] With $messageStack doesn't rewrite
Replies: 20
Views: 22900

Re: [osCommerce] With $messageStack doesn't rewrite

ok. I try to contact them
tahnk you very much
by rikic
Thu May 10, 2012 11:00 am
Forum: osCommerce Modules
Topic: [osCommerce] With $messageStack doesn't rewrite
Replies: 20
Views: 22900

Re: [osCommerce] With $messageStack doesn't rewrite

I've just installed Modular SEO Header Tags and it works corretly till the error message apperas. This error used to appeared for non_seo pages, but, as I read in this forum, I've changed the html_put.php file and the .htaccess file adding new rules. and it works without problem. If I disable MSU, i...
by rikic
Thu May 10, 2012 10:43 am
Forum: osCommerce Modules
Topic: [osCommerce] With $messageStack doesn't rewrite
Replies: 20
Views: 22900

Re: [osCommerce] With $messageStack doesn't rewrite

ok, thank you.
my site is www.detectalia-italia.it
if you go directly to http://www.detectalia-italia.it/it/account/login.html and put a wrong mail address or password the error will appears. even if you click on the "entra" button without putting nothing.