Results 1 to 10 of 10
  1. #1
    Join Date
    Aug 2007
    Posts
    19
    Plugin Contributions
    0

    Default Mystery Error Code - installed ANZ pmt module and Gallery mod

    I've had installed Zen Cart for a month or so now, and just now finally got round to adding a payment module for Australia's ANZ eGate.

    Then I tried to get into the Admin but got this message:

    Warning: main(/home/qldresul/public_html/shop/includes/autoload_func.php) [function.main]: failed to open stream: Permission denied in /home/byronbay/public_html/shop/admin/includes/application_top.php on line 149

    Warning: main(/home/qldresul/public_html/shop/includes/autoload_func.php) [function.main]: failed to open stream: Permission denied in /home/byronbay/public_html/shop/admin/includes/application_top.php on line 149

    Fatal error: main() [function.require]: Failed opening required '/home/qldresul/public_html/shop/includes/autoload_func.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/byronbay/public_html/shop/admin/includes/application_top.php on line 149

    Is this hard to fix? Or should I just take it over to the Commercial Help section? (I'm NOT a programmer!)

    Only thing changed is I also tried to solve a problem with Zen Gallery on another part of the site and buggered it up as well . . .

    Hope someone can offer advice on this one

    Cheers

    John

  2. #2
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Mystery Error Code - installed ANZ pmt module and Gallery mod

    Weird- a quick check shows that the line giving you problems is (assuming there's no changes to application_top.php):

    PHP Code:
    require(DIR_FS_CATALOG 'includes/autoload_func.php'); 
    I don't appear to have this either. But I'm not getting the same error.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  3. #3
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Mystery Error Code - installed ANZ pmt module and Gallery mod

    Quote Originally Posted by hem View Post
    PHP Code:
    require(DIR_FS_CATALOG 'includes/autoload_func.php'); 
    I don't appear to have this either. But I'm not getting the same error.
    hem, I don't know why you don't have that file ... it's a critical core system file.
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Mystery Error Code - installed ANZ pmt module and Gallery mod

    Quote Originally Posted by johnwey View Post
    Hope someone can offer advice on this one
    Tracking it down as an outsider is rather difficult when we have no idea what you've changed, etc, and whether you've put contribution files in the correct folders, etc.

    Here's your best starting point: http://www.zen-cart.com/wiki/index.p...Obscure_Issues
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Aug 2007
    Posts
    19
    Plugin Contributions
    0

    Default Re: Mystery Error Code - installed ANZ pmt module and Gallery mod

    I should have made myself more clear.

    1. The cart has been working right up to asking for a credit card and going through the motions to complete a sale, for more than a month.
    2. All the products, photos, prices, various emails etc have been configured.
    3. Another coder installed Zen Gallery on the same site.
    4. It also worked in every way, except for being able to upload a .zip of images.
    5. To fix that, the coder for Zen Gallery told me to CHMOD some files, in the gallery section and I stuffed up
    6. Now neither Zen Gallery nor the Admin for Zen Cart are working.


    But I'm in here only asking about Zen Cart.

    The only other factor I can think of is that just today I ftp'd a payment module into exactly the correct directories, in Zen Cart

    Hope this clears up my blurriness earlier

    Cheers

    John

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Mystery Error Code - installed ANZ pmt module and Gallery mod

    I am trying to understand why I appear to be looking at references to two separate domains/user names ...
    Warning: main(/home/qldresul/public_html/shop/includes/autoload_func.php) [function.main]: failed to open stream: Permission denied in /home/byronbay/public_html/shop/admin/includes/application_top.php on line 149
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #7
    Join Date
    Aug 2007
    Posts
    19
    Plugin Contributions
    0

    Default Re: Mystery Error Code - installed ANZ pmt module and Gallery mod

    Oh yeah -- the client wanted his old site to remain live until the new site was ready, and I had this domain name doing nothing, so I developed the site in qldresults.com, and then had a coder migrate the site to byronbaybrewery.com.au

    Cheers

    John

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Mystery Error Code - installed ANZ pmt module and Gallery mod

    But the point is ... in the same error message you should not see the two names mixed or you have an error in the configuration or the database or something is running amuck ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  9. #9
    Join Date
    Aug 2007
    Posts
    19
    Plugin Contributions
    0

    Default Re: Mystery Error Code - installed ANZ pmt module and Gallery mod

    Aah -- so it means when the guy migrated the site, he didn't get all the code changes done correctly?

    And of course, it would still be working OK until now because the development site is still live hey?

    I'd better talk to the second coder.

    If he can't help (it was a favour while he did a different job for me) are you interested in having a look at it, for a fee?

    Are we allowed to cover that subject in this forum?

    Cheers

    John

  10. #10
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Mystery Error Code - installed ANZ pmt module and Gallery mod

    Quote Originally Posted by DrByte View Post
    hem, I don't know why you don't have that file ... it's a critical core system file.
    It's okay I found it now- I was looking in the wrong location
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

 

 

Similar Threads

  1. help i installed a shipping mod and now im getting wierd error
    By bigbear in forum Addon Shipping Modules
    Replies: 3
    Last Post: 27 Oct 2010, 04:27 AM
  2. How do I insert my iframe payment module into the cart and override existing pmt proc
    By jonasrullo in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 23 Sep 2009, 11:09 PM
  3. how to change pmt mod to only accept MO and NOT checks
    By CCarter in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 22 Jun 2007, 02:54 AM
  4. Echo Pmt mod?
    By hendrickx in forum Addon Payment Modules
    Replies: 3
    Last Post: 18 Jan 2007, 08:49 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg