SincerelyL.Cohen Posted June 19, 2009 Posted June 19, 2009 Hi, I've posted this problem before to no avail! Would really appreciate some help with this one. This is the error I'm getting in the admin section: Warning: main() [function.include]: Failed opening '/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/authorizenet_cc_aim.php' for inclusion (include_path='.:/usr/local/lib/php') in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 Line 128 reads thus: include(DIR_FS_CATALOG_LANGUAGES . $language . '/modules/' . $module_type . '/' . $file); What is amiss? Here is a link to the site - http://www.traditionalironmongery.co.uk/shop/ thanks Kris
cooch Posted June 19, 2009 Posted June 19, 2009 Hi, I've posted this problem before to no avail! Would really appreciate some help with this one. This is the error I'm getting in the admin section: Warning: main() [function.include]: Failed opening '/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/authorizenet_cc_aim.php' for inclusion (include_path='.:/usr/local/lib/php') in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 Line 128 reads thus: include(DIR_FS_CATALOG_LANGUAGES . $language . '/modules/' . $module_type . '/' . $file); What is amiss? Here is a link to the site - http://www.traditionalironmongery.co.uk/shop/ thanks Kris Gotta ask the stupid question: is the file really there with read permissions?
SincerelyL.Cohen Posted June 20, 2009 Author Posted June 20, 2009 Gotta ask the stupid question: is the file really there with read permissions? Yep, the file is there! the permissions all seem in order. Just don't get it! Driving me insane, the client is uploading his products and is now paying for Paypoint, but I can't get the bleeding thing to work! Again any ideas would be a Godsave. cheers Kris
cooch Posted June 20, 2009 Posted June 20, 2009 Yep, the file is there! the permissions all seem in order. Just don't get it! Driving me insane, the client is uploading his products and is now paying for Paypoint, but I can't get the bleeding thing to work! Again any ideas would be a Godsave. cheers Kris The only thing I can see is this: if I go to any one of my osc stores and try to hit any file in that directory directly via browser, (in your case: http://www.traditionalironmongery.co.uk/sh...net_cc_aim.php), I get a blank screen which is expected. However, if I try to hit it on your site, I get a "you are not allowed to see this file" type error... Are you sure you don't have some htaccess file blocking access, or a directory permissions problem? Can you work with any other payment module?
SincerelyL.Cohen Posted June 20, 2009 Author Posted June 20, 2009 The only thing I can see is this: if I go to any one of my osc stores and try to hit any file in that directory directly via browser, (in your case: http://www.traditionalironmongery.co.uk/sh...net_cc_aim.php), I get a blank screen which is expected. However, if I try to hit it on your site, I get a "you are not allowed to see this file" type error... Are you sure you don't have some htaccess file blocking access, or a directory permissions problem? Can you work with any other payment module? Ok i'll look into the permissions again, thanks for checking that out. It's actually all the payment modules, not just authorizenet. I'll be back....
SincerelyL.Cohen Posted June 20, 2009 Author Posted June 20, 2009 The persmissions for /web/shop/includes/languages/english/modules/payment/ Are all set to 775 when I chmod it - the folders - modules + payment + the php pages. I actually want to use secpay.php which is now Paypoint. That is what the customer has setup. Kris
SincerelyL.Cohen Posted June 20, 2009 Author Posted June 20, 2009 Right: The error is pointing to here: /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/ But when I login to the admin and check the path at the bottom of the payment module page, the path is this: /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/modules/payment/ There is obviously some conflict with paths, but I can't work out what lines of code I need to change or where?
cooch Posted June 20, 2009 Posted June 20, 2009 The persmissions for /web/shop/includes/languages/english/modules/payment/ Are all set to 775 when I chmod it - the folders - modules + payment + the php pages. I actually want to use secpay.php which is now Paypoint. That is what the customer has setup. Kris Below is a list of files in your payment directory...I don't see the file: authorizenet_cc_aim.php... authorizenet.php 26 Nov 08 02:30 1.4Kb cc.php 26 Nov 08 02:30 1.0Kb cod.php 26 Nov 08 02:30 0.3Kb ipayment.php 26 Nov 08 02:30 1.3Kb moneyorder.php 26 Nov 08 02:30 0.7Kb nochex.php 26 Nov 08 02:30 0.4Kb paypal.php 26 Nov 08 02:30 0.3Kb pm2checkout.php 26 Nov 08 02:30 1.5Kb psigate.php 26 Nov 08 02:30 1.0Kb secpay.php 26 Nov 08 02:30 0.6Kb
cooch Posted June 20, 2009 Posted June 20, 2009 Right: The error is pointing to here: /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/ But when I login to the admin and check the path at the bottom of the payment module page, the path is this: /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/modules/payment/ There is obviously some conflict with paths, but I can't work out what lines of code I need to change or where? The module IS in the includes/modules/payment/ directory. The language file is in the includes/languages/english/modules/payment/ directory...2 different files!
SincerelyL.Cohen Posted June 20, 2009 Author Posted June 20, 2009 The module IS in the includes/modules/payment/ directory.The language file is in the includes/languages/english/modules/payment/ directory...2 different files! Indeed, I understand that, but the error is pointing to: /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/ Why? A conflict, or I'm missing something really simple, which is probably the case! This is the full error read out from the admin section: Warning: main(/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/authorizenet_cc_aim.php) [function.main]: failed to open stream: No such file or directory in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 Warning: main(/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/authorizenet_cc_aim.php) [function.main]: failed to open stream: No such file or directory in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 Warning: main() [function.include]: Failed opening '/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/authorizenet_cc_aim.php' for inclusion (include_path='.:/usr/local/lib/php') in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 MODULE_PAYMENT_AUTHORIZENET_CC_AIM_TEXT_TITLE Warning: main(/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/authorizenet_cc_sim.php) [function.main]: failed to open stream: No such file or directory in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 Warning: main(/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/authorizenet_cc_sim.php) [function.main]: failed to open stream: No such file or directory in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 Warning: main() [function.include]: Failed opening '/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/authorizenet_cc_sim.php' for inclusion (include_path='.:/usr/local/lib/php') in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 MODULE_PAYMENT_AUTHORIZENET_CC_SIM_TEXT_TITLE Credit Card 0 Warning: main(/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/chronopay.php) [function.main]: failed to open stream: No such file or directory in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 Warning: main(/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/chronopay.php) [function.main]: failed to open stream: No such file or directory in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 Warning: main() [function.include]: Failed opening '/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/chronopay.php' for inclusion (include_path='.:/usr/local/lib/php') in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 MODULE_PAYMENT_CHRONOPAY_TEXT_TITLE Cash on Delivery 0 iPayment Warning: main(/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/ipayment_cc.php) [function.main]: failed to open stream: No such file or directory in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 Warning: main(/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/ipayment_cc.php) [function.main]: failed to open stream: No such file or directory in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 Warning: main() [function.include]: Failed opening '/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/ipayment_cc.php' for inclusion (include_path='.:/usr/local/lib/php') in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 MODULE_PAYMENT_IPAYMENT_CC_TEXT_TITLE Check/Money Order NOCHEX PayPal Warning: main(/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/paypal_direct.php) [function.main]: failed to open stream: No such file or directory in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 Warning: main(/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/paypal_direct.php) [function.main]: failed to open stream: No such file or directory in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 Warning: main() [function.include]: Failed opening '/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/paypal_direct.php' for inclusion (include_path='.:/usr/local/lib/php') in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 MODULE_PAYMENT_PAYPAL_DIRECT_TEXT_TITLE Warning: main(/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/paypal_express.php) [function.main]: failed to open stream: No such file or directory in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 Warning: main(/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/paypal_express.php) [function.main]: failed to open stream: No such file or directory in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 Warning: main() [function.include]: Failed opening '/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/paypal_express.php' for inclusion (include_path='.:/usr/local/lib/php') in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 MODULE_PAYMENT_PAYPAL_EXPRESS_TEXT_TITLE Warning: main(/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/paypal_standard.php) [function.main]: failed to open stream: No such file or directory in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 Warning: main(/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/paypal_standard.php) [function.main]: failed to open stream: No such file or directory in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 Warning: main() [function.include]: Failed opening '/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/paypal_standard.php' for inclusion (include_path='.:/usr/local/lib/php') in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 MODULE_PAYMENT_PAYPAL_STANDARD_TEXT_TITLE Warning: main(/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/paypal_uk_direct.php) [function.main]: failed to open stream: No such file or directory in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 Warning: main(/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/paypal_uk_direct.php) [function.main]: failed to open stream: No such file or directory in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 Warning: main() [function.include]: Failed opening '/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/paypal_uk_direct.php' for inclusion (include_path='.:/usr/local/lib/php') in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 MODULE_PAYMENT_PAYPAL_UK_DIRECT_TEXT_TITLE Warning: main(/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/paypal_uk_express.php) [function.main]: failed to open stream: No such file or directory in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 Warning: main(/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/paypal_uk_express.php) [function.main]: failed to open stream: No such file or directory in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 Warning: main() [function.include]: Failed opening '/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/paypal_uk_express.php' for inclusion (include_path='.:/usr/local/lib/php') in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 MODULE_PAYMENT_PAYPAL_UK_EXPRESS_TEXT_TITLE 2CheckOut PSiGate SECPay 0 Warning: main(/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/sofortueberweisung_direct.php) [function.main]: failed to open stream: No such file or directory in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 Warning: main(/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/sofortueberweisung_direct.php) [function.main]: failed to open stream: No such file or directory in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 Warning: main() [function.include]: Failed opening '/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/sofortueberweisung_direct.php' for inclusion (include_path='.:/usr/local/lib/php') in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 MODULE_PAYMENT_SOFORTUEBERWEISUNG_DIRECT_TEXT_TITLE Warning: main(/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/worldpay_junior.php) [function.main]: failed to open stream: No such file or directory in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 Warning: main(/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/worldpay_junior.php) [function.main]: failed to open stream: No such file or directory in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128 Warning: main() [function.include]: Failed opening '/content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/includes/languages/english/modules/payment/worldpay_junior.php' for inclusion (include_path='.:/usr/local/lib/php') in /content/DesignerPlus/t/r/traditionalironmongery.co.uk/web/shop/admin/modules.php on line 128
cooch Posted June 20, 2009 Posted June 20, 2009 I Why? A conflict, or I'm missing something really simple, which is probably the case! Yes, you are missing my point. All the errors say that the files are not in the includes/languages/english/modules/payment/ directory, and they are not. I sent you a list of the files that ARE in that directory, and none of the ones in the error messages are there. These are the only ones there: authorizenet.php 26 Nov 08 02:30 1.4Kb cc.php 26 Nov 08 02:30 1.0Kb cod.php 26 Nov 08 02:30 0.3Kb ipayment.php 26 Nov 08 02:30 1.3Kb moneyorder.php 26 Nov 08 02:30 0.7Kb nochex.php 26 Nov 08 02:30 0.4Kb paypal.php 26 Nov 08 02:30 0.3Kb pm2checkout.php 26 Nov 08 02:30 1.5Kb psigate.php 26 Nov 08 02:30 1.0Kb secpay.php 26 Nov 08 02:30 0.6Kb Look for yourself...can you actually find includes/languages/english/modules/payment/authorizenet_cc_aim.php ? I don't see it in the list.
SincerelyL.Cohen Posted June 20, 2009 Author Posted June 20, 2009 Yes, you are missing my point.All the errors say that the files are not in the includes/languages/english/modules/payment/ directory, and they are not. I sent you a list of the files that ARE in that directory, and none of the ones in the error messages are there. These are the only ones there: authorizenet.php 26 Nov 08 02:30 1.4Kb cc.php 26 Nov 08 02:30 1.0Kb cod.php 26 Nov 08 02:30 0.3Kb ipayment.php 26 Nov 08 02:30 1.3Kb moneyorder.php 26 Nov 08 02:30 0.7Kb nochex.php 26 Nov 08 02:30 0.4Kb paypal.php 26 Nov 08 02:30 0.3Kb pm2checkout.php 26 Nov 08 02:30 1.5Kb psigate.php 26 Nov 08 02:30 1.0Kb secpay.php 26 Nov 08 02:30 0.6Kb Look for yourself...can you actually find includes/languages/english/modules/payment/authorizenet_cc_aim.php ? I don't see it in the list. Ahh ok, sorry I'm losing the plot! Yes I see what you mean... Thanks, I'll re-approach it after a fag and a cup of coffee!
bgoffa Posted December 5, 2009 Posted December 5, 2009 I have exactly the same problem. All htaccess files are gone - so should not be an issue and all files referred to in the warning log are realy there. However, I do have the same result when opening one of these files (http://www.g041t.com/clnt/kidizi2/osc/admin/modules.php?selected_box=modules&set=payment) I've checked and all permissions are set to 767 (for the moment) The folders are set to 777 An other suggestions? My error log : http://www.g041t.com/clnt/kidizi2/osc/admin/modules.php?selected_box=modules&set=payment Thanks in advance
Recommended Posts
Archived
This topic is now archived and is closed to further replies.