View Single Post
  #3  
Old 10-05-2012, 01:21 PM
 
KShepherd KShepherd is offline
 

Newbie
  
Join Date: Feb 2010
Posts: 5
 

Default Re: x-payments installation

Thanks Joss....I did get past this point. Having another issue, however. I get the email now but the link takes me to an internal error and when I view the log files, I see:

ERROR [2012-05-10 15:06:14]
User: unknown; IP: 97.97.157.123
Zone: Model
Code: TARGET_UNALLOWED (843)
Unallowed target - "\"blank\""

Affected systems: Model/Permissions.php file (373:assert); Model/Permissions.php file (486:checkTarget); Transport/Router.php file (148:checkRouterInfo); Application.php file (147:__construct); /var/www/html/xpayments/admin.php file (26:run)

Since it seemed like a permissions issue and I wasn't finding anyone else with the same problem, I did go back and see that one set of instructions specifies making sure permissions are set on the x-payments directories and files (http://help.x-cart.com/index.php?title=X-Payments:Setting_up_file_permissions_for_X-Payments)

So, per this page's instructions, I discovered that the "privileged mode" is enabled on my server, and then followed the "terminal" commands and modified permissions as specified on this page for privileged mode:

$ find . -name '*' -type d -exec chmod 0711 {} \;
$ find . -name '*' -type f -exec chmod 0600 {} \;
$ chmod -R 755 var public lib/XPay/Templates lib/XPay/Skin

Still getting that same error though.....any ideas?
__________________
X-Cart Gold
Reply With Quote