Jump to content

Root server patch in global.inc.php


Guest llchrisb

Recommended Posts

Guest llchrisb

From the Troubleshooting PayPal API knowledgebase article printed today, its suggested to make sure that "the root server path in the file /includes/global.inc.php is correct" if Paypal log files aren't being generated.

My global.inc.php currently looks like:

$glob['rootDir' ] = '/home/xxxxx/public_html/shop' ;

$glob['rootRel' ] = '/shop/' ;

$glob['storeURL' ] = 'http://thewistfulrepublic.com/shop' ;

is this correct?

Cubecart currently isn't logging anything into /pear/tmp (debug mode is on), and I really need to be able to troubleshoot failed orders.

Thanks

Chris

(I posted this in the General Support forum instead of the Paypal forum, as the "root server path" question isn't paypal specific)

Link to comment
Share on other sites

Guest llchrisb

I ended up upgrading my Paypal API from the Cubecart 3.0.12 version to the 3.0.15 version, and logging is finally working. Thanks for the reply, though.

Looks OK except $glob['storeURL' ] = 'http://thewistfulrepublic.com/shop' ; might be $glob['storeURL' ] = 'http://www.thewistfulrepublic.com/shop' ;
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...