Results 1 to 10 of 62

Threaded View

  1. #11

    Default Re: Updating Mod for 150 - Little Problem

    A question about learning to interpret error messages:

    How can I tell that the error message below is telling me that I'm missing a define? Is there something specific in there that points me in that direction, or does it just come with time and learning?
    Code:
    [31-Mar-2012 22:09:27]
    PHP Warning:  include(includes/modules/FILENAME_RECENT_PRODUCTS_MODULE.php) [<a 
    href='function.include'>function.include</a>]: failed to open stream: No such file or directory in 
    /***/***/public_html/***/includes/templates/atestcustom/templates/tpl_modules_recent_products.php 
    on line 12
    
    [31-Mar-2012 22:09:27] 
    PHP Warning:  include() [<a href='function.include'>function.include</a>]: Failed opening 
    'includes/modules/FILENAME_RECENT_PRODUCTS_MODULE.php' for inclusion 
    (include_path='.:/usr/lib/php:/usr/local/lib/php') in 
    /***/***/public_html/***/includes/templates/atestcustom/templates/tpl_modules_recent_products.php on line 12

    Note that I've already made the following changes, yet the error remains the same:


    Changed includes/modules/FILENAME_RECENT_PRODUCTS_MODULE.php

    to

    includes/modules/FILENAME_RECENT_PRODUCTS.php

    and

    Changed line 12 of /includes/templates/atestcustom/templates/tpl_modules_recent_products.php from

    PHP Code:
    include(DIR_WS_MODULES zen_get_module_directory(FILENAME_RECENT_PRODUCTS_MODULE)); 
    to

    PHP Code:
    include(DIR_WS_MODULES zen_get_module_directory(FILENAME_RECENT_PRODUCTS)); 
    Last edited by ScriptJunkie; 2 Apr 2012 at 05:39 PM.
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

 

 

Similar Threads

  1. v150 Updating GV Admin Edit mod for 1.5?
    By ecclescake in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 9 Mar 2013, 04:25 PM
  2. Checklist for 150 mod upgrades?
    By dw08gm in forum Upgrading to 1.5.x
    Replies: 4
    Last Post: 8 Dec 2011, 03:32 AM
  3. Need expert help updating Optional Insurance Mod for 1.3.8
    By jettrue in forum Upgrading from 1.3.x to 1.3.9
    Replies: 12
    Last Post: 28 Dec 2007, 04:34 PM
  4. Need advice for updating an older shipping by product mod
    By bettysue in forum Addon Shipping Modules
    Replies: 0
    Last Post: 10 Dec 2006, 09:01 AM

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