Forbidden You don't have permission to access /.html
Professional eCommerce VirtueMart Joomla template with responsive design discussion forum.
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Wed Mar 08, 2017 3:47 pm
- Reply with quote
- Report this post
Hi,
when i am trying to login clicking button "Συνδεση" the result is 403
Forbidden
You don't have permission to access /.html on this server.
But if i use the login from top left corner everything is going all right.
The same problem and when i disconnect.
http://theyellowumbrellashop.gr/%CE%BB% ... CF%82.html
when i am trying to login clicking button "Συνδεση" the result is 403
Forbidden
You don't have permission to access /.html on this server.
But if i use the login from top left corner everything is going all right.
The same problem and when i disconnect.
http://theyellowumbrellashop.gr/%CE%BB% ... CF%82.html
-
- Fresh Boarder
- GK User
- Wed Mar 08, 2017 6:44 pm
- Reply with quote
- Report this post
I think i found the problem. The problem is to /components/com_virtuemart/sublayouts/login.php to this code
if (empty($this->url)){
$url = vmURI::getCleanUrl();
} else{
$url = $this->url;
}
The url contains greek characters so i replaced the code with this: $url = JRoute::_(htmlspecialchars(JUri::getInstance()->toString(), ENT_COMPAT, 'UTF-8'));
Now it seems to work ok
if (empty($this->url)){
$url = vmURI::getCleanUrl();
} else{
$url = $this->url;
}
The url contains greek characters so i replaced the code with this: $url = JRoute::_(htmlspecialchars(JUri::getInstance()->toString(), ENT_COMPAT, 'UTF-8'));
Now it seems to work ok
-
- Fresh Boarder
- teitbite
- Wed Mar 08, 2017 8:10 pm
- Reply with quote
- Report this post
Hi
I'm afraid this is a hack to VM core files which is not advised. You will have to implement it each time You will update VM. Instead You should mention this on VM forum so they may instruct You how to add this fix outside of the core folders or implement it in new update hopefully.
I'm afraid this is a hack to VM core files which is not advised. You will have to implement it each time You will update VM. Instead You should mention this on VM forum so they may instruct You how to add this fix outside of the core folders or implement it in new update hopefully.
-
- Moderator
3 posts
• Page 1 of 1