jfoster1980 Posted February 29, 2008 Posted February 29, 2008 I just attempted to install google checkout into my store, my pages come up fine everything is good. Except when I try and add something to my cart i get an error. Also the responsehandler.php when I try to run it I get these errors: Warning: main(includes/application_top.php) [function.main]: failed to open stream: No such file or directory in /home/jfoster8/public_html/osc_googlecode/trunk/catalog/googlecheckout/responsehandler.php on line 117 Warning: main(includes/application_top.php) [function.main]: failed to open stream: No such file or directory in /home/jfoster8/public_html/osc_googlecode/trunk/catalog/googlecheckout/responsehandler.php on line 117 Warning: main(includes/application_top.php) [function.main]: failed to open stream: No such file or directory in /home/jfoster8/public_html/osc_googlecode/trunk/catalog/googlecheckout/responsehandler.php on line 117 Warning: main() [function.include]: Failed opening 'includes/application_top.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php:.:.') in /home/jfoster8/public_html/osc_googlecode/trunk/catalog/googlecheckout/responsehandler.php on line 117 Fatal error: Call to undefined function: tep_session_is_registered() in /home/jfoster8/public_html/osc_googlecode/trunk/catalog/googlecheckout/responsehandler.php on line 120 My next question would be this: Usually when installing a new module don't you have to insert a file into the sql database in myphpadmin? Anyways any help would be appreciated cause google checkout is not in my admin and it has totally messed up my site. Thanks in advance.
satish Posted February 29, 2008 Posted February 29, 2008 in googlecheckout folder where You have this responsehandler.php. Place a code in a seperate file <? echo phpinfo(); ?> then run this code. In your broswer You will find script path chek with /home/jfoster8/public_html/osc_googlecode/trunk/catalog/googlecheckout/ if same then You have to chek permissions. If wrong then chek in your configure.php value for dir_fs_catalog. Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
jfoster1980 Posted February 29, 2008 Author Posted February 29, 2008 in googlecheckout folder where You have this responsehandler.php.Place a code in a seperate file <? echo phpinfo(); ?> then run this code. In your broswer You will find script path chek with /home/jfoster8/public_html/osc_googlecode/trunk/catalog/googlecheckout/ if same then You have to chek permissions. If wrong then chek in your configure.php value for dir_fs_catalog. Satish I ran this phpinfo and am having a hard time understanding what you mean? what is the same? Your not really giving me a complete answer as I said before Im not a php coder and understand little of the language but im learning! Thanks for trying to help!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.