Dear Gavick,
I tried to checkout using PayPal method, but noticed that layout is all messed up. So I analyzed via firebug and noticed that CSS is not loaded. Can someone please take a look and give me a possible solution?
Thank you in advance.
teitbite wrote:Hi
Please show me your site.
<link type="text/css" href="templates/gk_yourshop/css/menu.gkmenu.css" rel="stylesheet" />
teitbite wrote:Hi
Looks like a base url problem. Most of Your files are being loaded from location:
/web/abracadabra/templates/gk_yourshop/css/
While couple from
/templates/gk_yourshop/css/
Try set a correct base url in joomla configuration and if this will not work add it manually in /layout/blocks/head.php
- Code: Select all
<link type="text/css" href="templates/gk_yourshop/css/menu.gkmenu.css" rel="stylesheet" />
teitbite wrote:Hi
I have checked the validation of this page and there is so many issues that I do not even know where to start, but the most alarming are that the paypal plugin is adding a <html> tags into the content ;/
Please show this to paypal plugin developers, maybe they will know what is going on. If not send me an access to ftp I'll check this plugins code.
teitbite wrote:Hi
Ok. Ill be waiting.
teitbite wrote:Hi
Are You sure it was You ? An error in logs may tell a lot about the problem. Send me this file anyway, maybe there will be something useful in it. Server is still down, so I'll try later. Please do not forget attach the file.
Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request POST /check.
Reason: Error reading from remote server
teitbite wrote:Hi
The log file was not helpful, but when I'm trying to check the validation of the code, validator breaks. Which is probably becauase of the same error.
- Code: Select all
Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request POST /check.
Reason: Error reading from remote server
Anyway it's still poininting to the issue within paypal connection plugin. I think it will be faster if You ask it's developers for help here. I think it's just becuase it's outdated and PayPal may changed something not supported by this plugin.
I'll show this to programmers as well, but may be hard to get the help since this template is unsupported ;/
teitbite wrote:Hi
Sorry I cannot help more. But it looks like problem is during the connection with PayPal, so I believe they just need to update this plugin according to changes which has been done to PayPal recently.