Results 1 to 10 of 1684

Hybrid View

  1. #1
    Join Date
    Dec 2006
    Location
    near Atlanta Georgia
    Posts
    216
    Plugin Contributions
    0

    Default Re: Price Updater

    I have narrowed the offending file down: config.dpu.php (admin/includes/autoloaders)

    looks like it is missing "?>" at the end of the below code. Anyone else see any problems?

    <?php
    // Dynamic Price Updater 5.0


    if (!defined('IS_ADMIN_FLAG')) {
    die('Illegal Access');
    }


    if (IS_ADMIN_FLAG === true) {
    $autoLoadConfig[999][] = array(
    'autoType' => 'init_script',
    'loadFile' => 'init_dpu_config.php'
    );
    } else {
    trigger_error(__FILE__ . ' loaded from catalog side, verify upload of files.', E_USER_WARNING);
    @unlink(__FILE__);
    }


    // uncomment the following line to perform a uninstall
    // $uninstall = 'uninstall';

    Quote Originally Posted by lat9 View Post
    500 error implies a PHP log present in the site's /logs sub-directory. Since you can't log in, view that sub-directory either using an FTP program (e.g. WinSCP or FileZilla) or via your webhost's cPanel's File Manager tool.

    Remember that since the log was issued from the admin, its contents will include reference to your admin directory's name. Be sure and xxx those occurrences out and post a pertinent log within a "CODE" tag (the big # in the menu bar shown when you're writing your response).
    Quote Originally Posted by dbltoe View Post
    Yep, those old installers were supposed to be gone. They are now.

    You should have a log file for the spinner. Check for that.

    AND, a new fix for the spinner. fingers crossed
    Best,
    Goldbuckle

  2. #2
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,838
    Plugin Contributions
    31

    Default Dynamic Price Updater

    Note to Admin, please link plugin to this active repository:

    https://github.com/dbltoe/Zen-Cart-D...-Price-Updater


    The code in "158" is being actively reviewed but currently installs and works in ZC158.

    I'm currently reviewing this complex plugin.
    So, if others have bugs or points to make, first try out the code from the "158" branch on a vanilla ZC158 site to reproduce the bug/demonstrate your point, then raise an issue on the repository, then someone may try and fix it if you can't.
    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

 

 

Similar Threads

  1. v151 Help with dynamic price updater
    By anderson6230 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 23 Jul 2014, 08:52 AM
  2. v139h Dynamic Price Updater 3.0 Help!
    By Newbie 2011 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 12 Mar 2014, 06:46 AM
  3. Dynamic Price Updater Error
    By Inxie in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 26 Oct 2012, 06:19 PM
  4. Alternative to Dynamic Price Updater?
    By thebigkick in forum General Questions
    Replies: 0
    Last Post: 9 Jul 2012, 11:41 PM
  5. Dynamic Price Updater with href
    By maxell6230 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 1 Mar 2012, 12:34 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