Page 8 of 81 FirstFirst ... 6789101858 ... LastLast
Results 71 to 80 of 805
  1. #71
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by DanT View Post
    Anyone?

    What permission does "another" administrator need to access "super_payments"?

    I still get: Sorry, your security clearance does not allow you to access this resource.
    Please contact your site administrator if you believe this to be incorrect.
    Sorry for any inconvenience.


    Thanks, Dan
    Find this in: YOUR_ADMIN/includes/extra_datafiles/super_orders_defines.php
    Code:
    //define('BOX_CUSTOMERS_SUPER_PAYMENTS', 'Super Payments');
    Change to this:
    Code:
    define('BOX_CUSTOMERS_SUPER_PAYMENTS', 'Super Payments');

    Then you need to register the page using the following data:

    Page Key: customersSuperPaymentPopUp
    Page Name: BOX_CUSTOMERS_SUPER_PAYMENTS
    Page Filename: FILENAME_SUPER_PAYMENTS
    Page Parameters (leave blank)
    Menu: customers
    Display on Menu?: N
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  2. #72
    Join Date
    May 2008
    Posts
    52
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    Diva, All, Good Evening

    I have a prior version of super orders 1.3.9 running on my live site and am testing the latest version 4.0.3 on my test system using data from the live system (ie I am attempting to upgrade)

    The test system is running under LAMP on Ubuntu. The recommended way of working with the security present in Ubuntu linux is to create a folder in the home directory and arrange for the LAMP folders to copy the files

    I followed the instructions for installation but I did not see any auto installer activity or messages. Further the admin screen went blank. Uninstalling all files and reinstating the originals recovered the situation

    A second attempt ended in a similar result. I checked out the log files and it would appear that the operating system is not allowing the auto install permission to carry out its process.

    I have uninstalled and tried a third time doing a manual install of the files with similar results

    Please could anyone suggest how I might work around this

    Thank you

    centec2b
    Last edited by Centec2b; 15 Dec 2012 at 04:22 AM.

  3. #73
    Join Date
    Jan 2009
    Posts
    45
    Plugin Contributions
    0

    Default Re: Super Orders v4.0 Support Thread

    Hi,
    Where I find a list of files that were changed from version v4.0.4 to v4.0.5.
    Thank you for your answer.

  4. #74
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Super Orders v4.0 Support Thread

    Quote Originally Posted by Lopi View Post
    Hi,
    Where I find a list of files that were changed from version v4.0.4 to v4.0.5.
    Thank you for your answer.
    One was not included.. The changelog outlines the scope of the updates. You can easily get the list of changed files using a file comparison program like Beyond Compare..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  5. #75
    selcyis Guest

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Hello, I'm running zen cart 5.1 and just installed Super Orders 4.0. Once I place lcsd_merged_packing_slips.php, My admin area becomes blank. You said to look in the cache folder for the log files but I dont see the log files. I see a cache folder in my root but no log file.
    can you help?

  6. #76
    selcyis Guest

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Quote Originally Posted by selcyis View Post
    Hello, I'm running zen cart 5.1 and just installed Super Orders 4.0. Once I place lcsd_merged_packing_slips.php, My admin area becomes blank. You said to look in the cache folder for the log files but I dont see the log files. I see a cache folder in my root but no log file.
    can you help?
    Here the log file from this error.
    [19-Dec-2012 20:17:17] PHP Parse error: syntax error, unexpected '.' in /home/MYWEBSITE/public_html/MYWEBSITE_backend/includes/classes/fpdf/fpdf.php on line 1047

  7. #77
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Quote Originally Posted by selcyis View Post
    Here the log file from this error.
    [19-Dec-2012 20:17:17] PHP Parse error: syntax error, unexpected '.' in /home/MYWEBSITE/public_html/MYWEBSITE_backend/includes/classes/fpdf/fpdf.php on line 1047
    And what Super Order 4.0 version are you running?
    What is the code on line 1047 in the /home/MYWEBSITE/public_html/MYWEBSITE_backend/includes/classes/fpdf/fpdf.php file?

    When reporting errors you want to provide as MUCH information as possible..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  8. #78
    selcyis Guest

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    I took out //set_magic_quotes_runtime($mqr); on line 1323 and line 1047 //set_magic_quotes_runtime($mqr); and it worked. But it might not be the correct way to solve this issue.
    Last edited by selcyis; 20 Dec 2012 at 05:43 AM.

  9. #79
    selcyis Guest

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Quote Originally Posted by DivaVocals View Post
    And what Super Order 4.0 version are you running?
    What is the code on line 1047 in the /home/MYWEBSITE/public_html/MYWEBSITE_backend/includes/classes/fpdf/fpdf.php file?

    When reporting errors you want to provide as MUCH information as possible..
    Okay sorry about that. Im running super_orders_4-0-5_final.
    I installed all files twice and still got the same issue.

  10. #80
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Super Orders v4.0 Support Thread (for ZC v1.5.x)

    Hi Divavocals
    just an observation... SU 4.05
    admin/orders.php (modified core files 2A folder) line 519

    PHP Code:
    <link rel="stylesheet" type="text/css" href="includes/typt_stylesheet.css"
    should this not be

    PHP Code:
    <link rel="stylesheet" type="text/css" href="includes/super_stylesheet.css"
    or am I missing something?

 

 
Page 8 of 81 FirstFirst ... 6789101858 ... LastLast

Similar Threads

  1. v150 Edit Orders v4.0 Support Thread
    By DivaVocals in forum Addon Admin Tools
    Replies: 1877
    Last Post: 6 May 2025, 05:10 PM
  2. Edit Orders v3.0 for ZC 1.3.9 [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 656
    Last Post: 18 Apr 2016, 06:28 PM
  3. v139h Super Orders v3.0 Support Thread (for ZC v1.3.9)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 1018
    Last Post: 28 Apr 2014, 11:38 PM
  4. OLD Super Orders 2.0 (See v3.0 thread instead)
    By BlindSide in forum All Other Contributions/Addons
    Replies: 2019
    Last Post: 17 Jan 2012, 05:43 AM
  5. RE: Super Orders v3.0 Support Thread
    By Johnnyd in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 22 Jun 2011, 09:28 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR