- Posts: 16
- Thank you received: 0
user.php - Fatal Error - JDate::toMySQL()
- milanwehrmann
-
Topic Author
- Offline
Less
More
13 years 10 months ago #75931
by milanwehrmann
Replied by milanwehrmann on topic Re: user.php - Fatal Error - JDate::toMySQL()
You meen @$_GET; at the end of that line or?
And why Im missing the end of the code?
And why Im missing the end of the code?
Please Log in or Create an account to join the conversation.
13 years 10 months ago #75935
by nicolas
Replied by nicolas on topic Re: user.php - Fatal Error - JDate::toMySQL()
No I mean
at the end of the code.
Code:
@$_GET['lang'];
Please Log in or Create an account to join the conversation.
- milanwehrmann
-
Topic Author
- Offline
Less
More
- Posts: 16
- Thank you received: 0
13 years 10 months ago - 13 years 10 months ago #75944
by milanwehrmann
Replied by milanwehrmann on topic Re: user.php - Fatal Error - JDate::toMySQL()
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.
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.
13 years 10 months ago #75947
by nicolas
Replied by nicolas on topic Re: user.php - Fatal Error - JDate::toMySQL()
That's indeed an error of your email server.
Please Log in or Create an account to join the conversation.
- milanwehrmann
-
Topic Author
- Offline
Less
More
- Posts: 16
- Thank you received: 0
13 years 10 months ago #76217
by milanwehrmann
Replied by milanwehrmann on topic Re: user.php - Fatal Error - JDate::toMySQL()
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!
How I can skip the error page automatically?
Thank you for you help!
Please Log in or Create an account to join the conversation.
13 years 10 months ago #76540
by nicolas
Replied by nicolas on topic Re: user.php - Fatal Error - JDate::toMySQL()
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.
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.
- milanwehrmann
-
Topic Author
- Offline
Less
More
- Posts: 16
- Thank you received: 0
13 years 10 months ago #76603
by milanwehrmann
Replied by milanwehrmann on topic Re: user.php - Fatal Error - JDate::toMySQL()
Please Log in or Create an account to join the conversation.
13 years 10 months ago #76827
by Jerome
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.
Replied by Jerome on topic user.php - Fatal Error - JDate::toMySQL()
Hi,
There is no "lang" value in each of your urls.
Regards,
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.
- milanwehrmann
-
Topic Author
- Offline
Less
More
- Posts: 16
- Thank you received: 0
13 years 10 months ago #76887
by milanwehrmann
Replied by milanwehrmann on topic user.php - Fatal Error - JDate::toMySQL()
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.
13 years 10 months ago #77097
by Jerome
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.
Replied by Jerome on topic user.php - Fatal Error - JDate::toMySQL()
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 :
Or a more complexe code, by getting the Joomla language object to get the current code.
Regards,
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');
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