PDA

View Full Version : google.mvc not found


tleah
01-26-07, 08:05 PM
Hi,
I am using the google checkout module that comes with miva 5. It shows
the callback url at:
https://secure.hosting4less.com/dataqstore/mm5/graphics/00000001/goog... (https://secure.hosting4less.com/dataqstore/mm5/graphics/00000001/google/google.mvc?Store_Code=DOS)

I have entered this in my google checkout settings, but I am getting
the error: We encountered an error trying to access your server at
https://secure.hosting4less.com/dataqstore/mm5/graphics/00000001/goog... (https://secure.hosting4less.com/dataqstore/mm5/graphics/00000001/google/google.mvc?Store_Code=DOS)
-- the error we got is: Sending failed with HTTP response code: 404.
Response body was: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head> <title>404 Not Found</title> </head><body> <h1>Not
Found</h1> <p>The requested URL
/dataqstore/mm5/graphics/00000001/google/google.mvc was not found on
this server.</p> <p>Additionally, a 404 Not Found error was encountered
while trying to use an ErrorDocument to handle the request.</p> <hr>
<address>Apache/2.0.52 (Red Hat) Server at secure.hosting4less.com Port
443</address> </body></html>

Also, I looked in the graphics/00000001/ folder, all of my graphics are there, but google/google.mvc folder and module are not there. I have entered the merchant ID and key and updated, but nothing about google appears in this folder. Is there a way I can manually add the module
there?
Thanks.

Also, I changed the 00000001/ folder permissions to 777, and the graphics folder to 777 (full permission on both), and then updated the Merchant ID (payment configuration), but google/google.mvc still does not show up in the 00000001/ folder, and I am still getting the same error.

Vic - WolfPaw Computers
01-26-07, 11:06 PM
Something is VERY wrong.

Sounds like you have misconfigured your path to modules in your domain settings.

The google.mvc file belongs in the Merchant5 directory, not in your graphics directory.

leslienord
01-26-07, 11:44 PM
Actually, Vic I've been following this on the Google Group for this module. It does indeed put a google.mvc inside a google folder inside the 00000001 folder of the graphics folder. Why I don't know. But it sounds like this is a permissions problem that the site owner's host will have to figure out.

Vic - WolfPaw Computers
01-26-07, 11:49 PM
Very strange place to put a script file.

Guess I never noticed. Sounds like I need to spend more time playing with this module.


Actually, Vic I've been following this on the Google Group for this module. It does indeed put a google.mvc inside a google folder inside the 00000001 folder of the graphics folder. Why I don't know. But it sounds like this is a permissions problem that the site owner's host will have to figure out.

leslienord
01-26-07, 11:53 PM
Yeah - I had to go look too. I couldn't believe it myself. If you want yet another MIVA Merchant related group to monitor:

http://groups.google.com/group/google-checkout-for-miva-merchant?hl=en

Vic - WolfPaw Computers
01-27-07, 12:24 AM
I dont :)

But thank you!

Yeah - I had to go look too. I couldn't believe it myself. If you want yet another MIVA Merchant related group to monitor:

http://groups.google.com/group/google-checkout-for-miva-merchant?hl=en

tleah
01-29-07, 05:17 PM
The problem has been resolved here: http://groups.google.com/group/google-checkout-for-miva-merchant/browse_thread/thread/4072652150dabc24

Thanks!

sebenza
01-29-07, 08:02 PM
Very strange place to put a script file.
google.mvc is not the module file... it is a connector file for Google Checkout to communicate with the store. Being that the google.mvc file is unique to each store... it is placed in the stores graphics folder since that is also unique to the store.

BlueEgg
02-03-07, 03:28 PM
I had the same problem with the error messages from Google and did not know why. The google folder was in my graphics directory so I moved it to my Merchant5 directory - still did not work. Then I noticed that in the Payment Configuration in Admin, the Google API Callback link looked like it was hard coded to: https://my site.com/merchant5/graphics/00000001/google/google.mvc?Store_Code=xxxxx.
If you can't beat them, join them - so I moved the Google folder back to my graphics folder, changed the url in google to point to the graphics directory and now everything works.
If it had not been for this group pointing me in the direction of my graphics directory (which is the last place I would have checked), I am sure I would probably still be trying to figure it out.
Thank you.
Robin
www.theskinsavers.com

Vic - WolfPaw Computers
02-03-07, 06:07 PM
So is the s01 directory structure for the data. I personally do not understand the point of this and its contrary to the MIVA API.

I'm just saying thats the last place I would have looked for components of a module that were not a graphic it was installing.

google.mvc is not the module file... it is a connector file for Google Checkout to communicate with the store. Being that the google.mvc file is unique to each store... it is placed in the stores graphics folder since that is also unique to the store.

wraith622
02-08-07, 08:48 PM
Has anyone found a working solution for this? Im having a similar problem with my google checkout in Miva5.
Google is telling me this:
"We encountered an error trying to access your server at https://www.mysite.com/mm5/graphics/00000001/google/google.mvc?Store_Code=XXXXX -- the error we got is: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderE xception: unable to find valid certification path to requested target"

I've set all all folders to 777 except for mm5 which killed the site when i did for a sec.
Should I move the folder and adjust the url to match?
please help.

sebenza
02-08-07, 10:58 PM
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderE xception: unable to find valid certification path to requested target"

http://checkout.google.com/support/sell/bin/answer.py?answer=57856

wraith622
02-09-07, 03:19 PM
http://checkout.google.com/support/sell/bin/answer.py?answer=57856 Yes I did contact my SSL cert provider to verify that my current cert was one on that list and it is.

any other ideas? This issue is rather annoying. :-(

sebenza
02-09-07, 04:35 PM
There must be something up with how your cert is installed or something. Have you passed the error on to your host?

Vic - WolfPaw Computers
02-09-07, 05:39 PM
Just because it is on the list, doesnt mean it is correctly installed.

As Scott said, contact your host and report the error.

Yes I did contact my SSL cert provider to verify that my current cert was one on that list and it is.

any other ideas? This issue is rather annoying. :-(