CSS Not Loaded at Order Confirmation Page when Used PayPal

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Tue Aug 13, 2013 5:28 pm
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.
User avatar
Gold Boarder

teitbite
Tue Aug 13, 2013 6:51 pm
Hi

Please show me your site.
User avatar
Moderator

GK User
Tue Aug 13, 2013 6:54 pm
teitbite wrote:Hi

Please show me your site.

Hi, Teitbite. I will have to send you a PM for this, if you don't mind.

Thank you.
User avatar
Gold Boarder

teitbite
Tue Aug 13, 2013 9:53 pm
Hi

Unfortunately I cannot open Your site. I have a message "Time limit exceeded". Do You have some security measures on Your server ? Maybe my country IP is blocked or something.
User avatar
Moderator

GK User
Wed Aug 14, 2013 12:06 am
It looks like I had some problems with my ISP. I think it should be good. Please try again.

I am sorry for the inconvenience.

Thanks so much.
User avatar
Gold Boarder

teitbite
Thu Aug 15, 2013 1:33 am
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" />
User avatar
Moderator

GK User
Thu Aug 15, 2013 6:08 pm
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" />


Hi Tteitbite,

Thanks for looking into this. I thing configuration is fine. I made a manual change and it did fix it on the most part. However, it still has some minor issues. The menu is till slightly not quite the same as on other pages and there is not footer. Do you mind looking at it once again?

Thank you in advance.
User avatar
Gold Boarder

teitbite
Fri Aug 16, 2013 10:07 am
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.
User avatar
Moderator

GK User
Sat Aug 17, 2013 4:35 am
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.


I think I saw the errors as well. This is built in to VM itself. So I am not sure why it has so many errors.

I would really appreciate if you could take a look. I will send you FTP credentials shortly.

Thank you so much.
User avatar
Gold Boarder

teitbite
Mon Aug 19, 2013 4:09 pm
Hi

Ok. Ill be waiting.
User avatar
Moderator

GK User
Mon Aug 19, 2013 5:02 pm
teitbite wrote:Hi

Ok. Ill be waiting.

I've sent it over the weekend. :)

Thanks.
User avatar
Gold Boarder

teitbite
Tue Aug 20, 2013 11:24 pm
Hi

During testing the server stopped responding. It happened when I tried to display the page with PayPal. This means that the php for this plugin may be broken. Please make a backup of the site and try update VM to the latest version. Send me an error log so we will know what happened exactly and where.
User avatar
Moderator

GK User
Tue Aug 20, 2013 11:42 pm
I am sorry for the inconvenience, but I was actually restarting the server few minutes ago. Bad timing. Please try again and once again, thank you so much.
User avatar
Gold Boarder

teitbite
Wed Aug 21, 2013 12:24 am
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.
User avatar
Moderator

GK User
Wed Aug 21, 2013 3:49 am
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.

I just emailed you the file. Thanks so much.
User avatar
Gold Boarder

teitbite
Thu Aug 22, 2013 5:08 pm
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 ;/
User avatar
Moderator

GK User
Fri Aug 23, 2013 3:46 am
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 ;/


I think you are right. It looks like a PayPal plugin bug. Here's the post over at VM forum: https://forum.virtuemart.net/index.php?topic=117469.0

It doesn't seem to be fixed at the moment.

I appreciate you taking time to look into this.

Thanks so much.
User avatar
Gold Boarder

teitbite
Mon Aug 26, 2013 10:08 pm
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.
User avatar
Moderator

GK User
Tue Aug 27, 2013 5:49 am
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.

No worries. Thank you, though, for trying to help.
User avatar
Gold Boarder


cron