ERROR LOGIN AND NEW USERS

24.10.2014 12:25
#1
kiamarts
Joomshopping forum user no avatar
Name: jakob
21.05.2013
Posts: 23
Quote
ERROR LOGIN AND NEW USERS

I HAVE A BIG PROBLEM ;

MY USSER ACCES AND MY NEW USER REGISTRATION DOES NOT WORK

I NEED URGENT HELP !!!!

PLEASE

URL LOGIN URL LANGUAGES:

(ES) - http://www.marmagic.es/es/micuenta/login.html
(CA) - http://www.marmagic.es/ca/el-meu-comte/login.html
(EN) - http://www.marmagic.es/en/my-account/login.html
ERROR LOGIN AND NEW USERS
Captura_de_pantalla_2014_10_24_a_la_s__12.20.50.png


Joomla: Joomla! 2.5.24
JoomShopping: Jommshopping 3.19.2
Website Url: http://www.marmagic.es/es/micuenta/login.html
 
24.10.2014 12:30
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: ERROR LOGIN AND NEW USERS

http://www.webdesigner-profi.de/joomla-webdesign/joomla-shop/forum/posts/11/5324.html?lang=en

 
24.10.2014 12:57
#3
kiamarts
Joomshopping forum user no avatar
Name: jakob
21.05.2013
Posts: 23
Quote
Aw: ERROR LOGIN AND NEW USERS

I'm sorry, I do not understand the German

 
24.10.2014 13:55
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: ERROR LOGIN AND NEW USERS

Problem in template.

Use default template.

or

Add code

<?php echo JHtml::_('form.token');?>
in
templates\{YOURTEMPLATE}\user\login.php
templates\{YOURTEMPLATE}\user\register.php

 
24.10.2014 13:59
#5
kiamarts
Joomshopping forum user no avatar
Name: jakob
21.05.2013
Posts: 23
Quote
Aw: ERROR LOGIN AND NEW USERS

I make a changes , and not play !!!

and I put my default jomshopping template anf the page is blank;


if you need user and pass, I can give it to you, but really, I need to fix this problem.
is a store, and people can not buy, and they do not register.


Last change: 24.10.2014 14:00
 
24.10.2014 14:00
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: ERROR LOGIN AND NEW USERS

Add code

<?php echo JHtml::_('form.token');?>
in
templates\{YOURTEMPLATE}\user\login.php
templates\{YOURTEMPLATE}\user\register.php

 
24.10.2014 14:10
#7
kiamarts
Joomshopping forum user no avatar
Name: jakob
21.05.2013
Posts: 23
Quote
Aw: ERROR LOGIN AND NEW USERS

??????

I told you that I have done, and I get the blank page


Last change: 24.10.2014 14:13
 
24.10.2014 14:15
#8
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: ERROR LOGIN AND NEW USERS

Add
<?php echo JHtml::_('form.token');?>

before </form>
Aw: ERROR LOGIN AND NEW USERS

 
24.10.2014 14:50
#9
kiamarts
Joomshopping forum user no avatar
Name: jakob
21.05.2013
Posts: 23
Quote
Aw: ERROR LOGIN AND NEW USERS

::::this is my code - login.php ::::::::::

<div class="jshop">
<h1><?php print _JSHOP_LOGIN ?></h1>

<?php if ($this->config->shop_user_guest && $this->show_pay_without_reg) {?>
<span class="text_pay_without_reg"><?php print _JSHOP_ORDER_WITHOUT_REGISTER_CLICK?> <a href="<?php print SEFLink('index.php?option=com_jshopping&controller=checkout&task=step2',1,0, $this->config->use_ssl);?>"><?php print _JSHOP_HERE?></a></span>
<?php } ?>

<table width="100%">
<tr>
<td width="50%" valign="top" class="login_block">

<form method = "post" action = "<?php print SEFLink('index.php?option=com_jshopping&controller=user&task=loginsave', 0,0, $this->config->use_ssl)?>" name = "jlogin">

<fieldset>

<legend><?php print _JSHOP_HAVE_ACCOUNT ?></legend>

<span><?php print _JSHOP_PL_LOGIN ?></span>

<table style="margin-top:3px;">
<tr>
<td><?php print _JSHOP_USERNAME ?>: </td>
<td><input type = "text" name = "username" value = "" class = "inputbox" /></td>
</tr>
<tr>
<td><?php print _JSHOP_PASSWORT ?>: </td>
<td><input type = "password" name = "passwd" value = "" class = "inputbox" /></td>
</tr>
<tr>
<td colspan="2">
<label style="width:auto; margin-left:80px" for = "remember_me"><?php print _JSHOP_REMEMBER_ME ?></label><input type = "checkbox" name = "remember" id = "remember_me" value = "yes" />

</td>
</tr>


<tr>
<td colspan="2">
<input type="submit" class="button" value="<?php print _JSHOP_LOGIN ?>" /><br /> <br />
<a href = "<?php print $this->href_lost_pass ?>"><?php print _JSHOP_LOST_PASSWORD ?></a>

</td>
</tr>
</table>
<input type = "hidden" name = "return" value = "<?php print $this->return ?>" />
<input type = "hidden" name = "Itemid" value = "<?php print $this->Itemid ?>" />
<input type = "hidden" name = "<?php print $this->validate ?>" value = "1" />

</fieldset>

</form>
</td>

<td width="50%" valign="top" class="register_block">

<span class="small_header"><?php print _JSHOP_HAVE_NOT_ACCOUNT ?></span>
<span><?php print _JSHOP_REGISTER ?></span>
<?php if (!$this->config->show_registerform_in_logintemplate){?>
<div style="padding-top:3px;"><input type="button" class="button" value="<?php print _JSHOP_REGISTRATION ?>" onclick="location.href='<?php print $this->href_register ?>';" /></div>
<?php }else{?>
<?php $hideheaderh1 = 1; include(dirname(__FILE__)."/register.php"); ?>
<?php }?>
</td>
</tr>
</table>
</div>


Last change: 24.10.2014 14:50
 
24.10.2014 14:54
#10
kiamarts
Joomshopping forum user no avatar
Name: jakob
21.05.2013
Posts: 23
Quote
Aw: ERROR LOGIN AND NEW USERS

IF I put th code , not see the page !!!!!!!!
Aw: ERROR LOGIN AND NEW USERS
Captura_de_pantalla_2014_10_24_a_la_s__14.54.10.png

 
24.10.2014 14:59
#11
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: ERROR LOGIN AND NEW USERS

joomla configuration
Error reporting: simple or maximum

 
24.10.2014 15:01
#12
kiamarts
Joomshopping forum user no avatar
Name: jakob
21.05.2013
Posts: 23
Quote
Aw: ERROR LOGIN AND NEW USERS

???????

Aw: ERROR LOGIN AND NEW USERS


AND MY

:::::php.ini :::::::

error_reporting = E_ALL
display_errors = Off


Last change: 24.10.2014 15:05
 
24.10.2014 15:22
#13
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: ERROR LOGIN AND NEW USERS

display_errors = On

 
24.10.2014 15:28
#14
kiamarts
Joomshopping forum user no avatar
Name: jakob
21.05.2013
Posts: 23
Quote
Aw: ERROR LOGIN AND NEW USERS

??????

but then errors are displayed on the web

I can not have errors on the web, too long


enabled, please, watch it quick, I have to remove


Last change: 24.10.2014 15:31
 
24.10.2014 15:34
#15
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: ERROR LOGIN AND NEW USERS

ok.
Send me
url?
admin login?
ftp?
(privat)

 


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.