user.php - Fatal Error - JDate::toMySQL()

  • Posts: 16
  • Thank you received: 0
12 years 1 week ago #75931

You meen @$_GET; at the end of that line or?

And why Im missing the end of the code?

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
12 years 1 week ago #75935

No I mean

@$_GET['lang'];
at the end of the code.

Please Log in or Create an account to join the conversation.

  • Posts: 16
  • Thank you received: 0
12 years 1 week ago #75944

Ok thanks, but it doesnt work in this way, sorry.
This message comes:

Mail-Funktion konnte nicht initialisiert werden! (In English: Mail function could not be initialized!)

But this can be now my server. I would try it later.

Last edit: 12 years 1 week ago by milanwehrmann.

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
12 years 1 week ago #75947

That's indeed an error of your email server.

Please Log in or Create an account to join the conversation.

  • Posts: 16
  • Thank you received: 0
12 years 1 week ago #76217

Okay I've tried it again. It works with Danish but with German I receive the 404-Error-Page again. But if I click on "Hjemmeside" (What means Webseite or Homepage) then I get the shop with a message I activate correctly the new username...

How I can skip the error page automatically?

Thank you for you help!

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
12 years 1 week ago #76540

Ok. So what is the URL with the German language ?
I suppose that the lang parameter of the URL of the email is either missing or not correct which is why you're getting the 404 error.

Please Log in or Create an account to join the conversation.

  • Posts: 16
  • Thank you received: 0
  • Posts: 26158
  • Thank you received: 4028
  • MODERATOR
12 years 1 week ago #76827

Hi,

There is no "lang" value in each of your urls.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 16
  • Thank you received: 0
12 years 1 week ago #76887

Yes I see it. But with Danish it works because thats the standard-language. But what can I do that it works also with German?

Please Log in or Create an account to join the conversation.

  • Posts: 26158
  • Thank you received: 4028
  • MODERATOR
12 years 1 week ago #77097

Hi,

I think that there is not "lang" parameter in your website, so when you added the language with " &lang='.@_GET; ", the langue never present so the value is empty.
So we need to get the current language with another method.
Maybe with a JRequest. Please replace @_GET by this :

JRequest::getVar('lang', 'de');
Or a more complexe code, by getting the Joomla language object to get the current code.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

Time to create page: 0.072 seconds
Powered by Kunena Forum