Skip to main content

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

More
13 years 10 months ago #75931 by milanwehrmann
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.

More
13 years 10 months ago #75935 by nicolas
No I mean
Code:
@$_GET['lang'];
at the end of the code.

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

More
13 years 10 months ago - 13 years 10 months ago #75944 by milanwehrmann
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: 13 years 10 months ago by milanwehrmann.

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

More
13 years 10 months ago #75947 by nicolas
That's indeed an error of your email server.

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

More
13 years 10 months ago #76217 by milanwehrmann
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.

More
13 years 10 months ago #76540 by nicolas
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.

More
13 years 10 months ago #76827 by Jerome
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.

More
13 years 10 months ago #76887 by milanwehrmann
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.

More
13 years 10 months ago #77097 by Jerome
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 :
Code:
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.247 seconds
Powered by Kunena Forum