Transfer joomshopping from xampp to linux server

21.02.2012 14:39
#1
nicktgr15
Joomshopping forum user no avatar
Name: Nikos
23.01.2012
Posts: 9
Quote
Transfer joomshopping from xampp to linux server (SOLVED)

Hi,
I have a problem with the redirect when a user has not entered valid credentials. In windows (XAMPP) the redirection works as it should and i get the message "Username and password do not match or you do not have an account yet.". The url is:

/index.php/my-account/user/login?return=L2xhY3JpbW9zYS9pbmRleC5waHAvbXktYWNjb3VudA==

But on linux server (ipage hosting) when i'm trying to log in with wrong username or password i get:

Error: 500
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, cgiadmin@yourhostingaccount.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.

The url in this case is : /index.php/my-account/user/loginsave

What can be wrong???


Joomla: 1.7
JoomShopping: 3.4.2
PHP: -
MySQL: -
Website Url: -

Last change: 22.02.2012 10:48
 
21.02.2012 15:35
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Transfer joomshopping from xampp to linux server

See joomla configuration "Registration"

 
21.02.2012 18:20
#3
nicktgr15
Joomshopping forum user no avatar
Name: Nikos
23.01.2012
Posts: 9
Quote
Aw: Transfer joomshopping from xampp to linux server

Thanks for the reply,

In joomla 1.7 under "User Manager" options i don't see something that could fix the issue. I tried to change the settings but i still get the 500 error.

Allow User Registration:Yes
New User Registration Group: Registered

Which setting should I change?

I'm in the right place? Users -> Users Manager -> Options

 
21.02.2012 18:23
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Transfer joomshopping from xampp to linux server

I did a test
http://www.lacrimosahome.com/index.php/my-account/user/register
....

not see error

 
21.02.2012 22:49
#5
nicktgr15
Joomshopping forum user no avatar
Name: Nikos
23.01.2012
Posts: 9
Quote
Aw: Transfer joomshopping from xampp to linux server

If you try to login

http://www.lacrimosahome.com/index.php/my-account/user/login

without entering a password or username you will see the error.

Thanks for the quick replies!

 
22.02.2012 07:50
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Transfer joomshopping from xampp to linux server

Send ftp to support@webdeisgmer-profi.de

 
22.02.2012 10:47
#7
nicktgr15
Joomshopping forum user no avatar
Name: Nikos
23.01.2012
Posts: 9
Quote
Aw: Transfer joomshopping from xampp to linux server

Hi,

The problem is solved. I had wrong settings in the joomla configuration.php file for tmp and logs folders.

I did something like this to get the absolute path to tmp and log:

$path=getcwd();
$logpath=$path."/logs"

Thanks for the support.

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.