Results 1 to 10 of 10
  1. #1
    Join Date
    Jul 2009
    Location
    Norwich, UK
    Posts
    120
    Plugin Contributions
    0

    help question get rid of messages such as; "Super Orders v4.0 install completed!" from the top?

    Hi guys,

    How do I get rid of messages such as; "Super Orders v4.0 install completed!" from the top?

    I tried to install super orders v4.0 and after doing so it messed up my admin so I couldn't access the entire section, so I removed everything related to super orders and the ftp'd a fresh admin folder with everything in it.

    Thanks.

    James
    FMUK Consulting - Web Design & Development | Graphics | Marketing | Apps - http://www.FMUKConsulting.co.uk

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Install completed messages

    Does this module require a SQL patch when installing?

    If so, you made changes to the database as well.

    To revert to core behaviour, you need to "un-do" those database changes.

    And riding rough-shod over your admin files is not really a good idea... You may have damaged other functionality - for example, CK Editor (if you use it).

    When you do an install, make sure you know how to UN-PICK it if things go wrong. If you are unsure of how to unpick something, then don't go ahead with the install.

    Also, all first-time installs of modules should be done on test sites. Never live sites.
    20 years a Zencart User

  3. #3
    Join Date
    Jul 2009
    Location
    Norwich, UK
    Posts
    120
    Plugin Contributions
    0

    Default Re: Install completed messages

    Quote Originally Posted by PetleyJ View Post
    Hi guys,

    How do I get rid of messages such as; "Super Orders v4.0 install completed!" from the top?

    I tried to install super orders v4.0 and after doing so it messed up my admin so I couldn't access the entire section, so I removed everything related to super orders and the ftp'd a fresh admin folder with everything in it.

    Thanks.

    James
    Hi SB,

    It did require a SQL Patch however I didn't get this far as the files installed from Super orders messed up the admin thus not letting me access any folders in the admin section.

    I will try and re-install super orders to see if this patches the errors.

    James
    FMUK Consulting - Web Design & Development | Graphics | Marketing | Apps - http://www.FMUKConsulting.co.uk

  4. #4
    Join Date
    Jul 2009
    Location
    Norwich, UK
    Posts
    120
    Plugin Contributions
    0

    Default Re: Install completed messages

    This did not work and I removed all base files from the super orders plugin.

    However I am now experiencing the dreaded "The shopping cart is empty." upon trying to add a product to the cart. Same with trying to add a test user, it refreshes, and when looking in admin the test user does not appear.

    James
    FMUK Consulting - Web Design & Development | Graphics | Marketing | Apps - http://www.FMUKConsulting.co.uk

  5. #5
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Install completed messages

    ... a sorry consequence of blindly re-loading all core files...

    As I said, if you ADD something, then be sure you know how to un-pick it. To "panic" and overwrite everything en-masse is a recipe for bigger problems.

    Unfortunately, as none of us has any idea of how your structure was set up and modified, there is little that we can suggest.

    If you can retreive your database, then at least you will not have lost data.

    The remedy may be doing a fresh install, making a COPY of the database, pointing the fresh install to that copied database and seeing how behaviour is affected.
    20 years a Zencart User

  6. #6
    Join Date
    Jul 2009
    Location
    Norwich, UK
    Posts
    120
    Plugin Contributions
    0

    Default Re: Install completed messages

    Quote Originally Posted by schoolboy View Post
    ... a sorry consequence of blindly re-loading all core files...

    As I said, if you ADD something, then be sure you know how to un-pick it. To "panic" and overwrite everything en-masse is a recipe for bigger problems.

    Unfortunately, as none of us has any idea of how your structure was set up and modified, there is little that we can suggest.

    If you can retreive your database, then at least you will not have lost data.

    The remedy may be doing a fresh install, making a COPY of the database, pointing the fresh install to that copied database and seeing how behaviour is affected.
    Thanks SB,

    I have a backup of the database, it has been modded heavily, however I have a few ideas that I will use tonight to get it working again. I will remove all the files related to the last couple of days of adding plugins and go from that. Been working in zen for a couple of years so I have a rough idea.

    Will let you know how I get on.
    FMUK Consulting - Web Design & Development | Graphics | Marketing | Apps - http://www.FMUKConsulting.co.uk

  7. #7
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Install completed messages

    Quote Originally Posted by PetleyJ View Post
    How do I get rid of messages such as; "Super Orders v4.0 install completed!" from the top?
    Usually this indicates a number of files added when installing the module have not yet been removed. At the minimum - there is probably a file in the "admin/includes/auto_loaders" and "admin/includes/init_includes". This also indicates the the user your webserver runs as does not have permission to delete the file under "/admin/includes/auto_loader" automatically for you.

    To uninstall Super Orders essentially you:
    0) Create a backup of the database and all files. This is just to be on the safe side.
    1) Remove any new files you added during the installation ("Base Files" in the distribution).
    2) Undo any changes you made when merging with core Zen Cart files ("Modified Core Files" in the distribution).
    3) Run the provided SQL Uninstall file to remove the database changes (found in "SQL" in the distribution).

    If you follow the above steps you should be able to successfully remove Super Orders.

    If you have not installed any other plugins / modules which modify the same core Zen Cart files (step 2 of the removal) you can just overwrite those files with ones from the stock Zen Cart files for your version of Zen Cart. If you have installed any plugins / modules which modify the same core Zen Cart files... you will need to use a tool like WinMerge or BeyondCompare to undo the changes (or start from stock Zen Cart files and redo the installation of those plugins / modules).

    Otherwise... the remedy (as schoolboy mentioned) may be doing a full backup of DB and files... then doing a fresh install... running the SO db uninstall... and seeing how things go...
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

  8. #8
    Join Date
    Jul 2009
    Location
    Norwich, UK
    Posts
    120
    Plugin Contributions
    0

    Default Re: Install completed messages

    Quote Originally Posted by lhungil View Post
    Usually this indicates a number of files added when installing the module have not yet been removed. At the minimum - there is probably a file in the "admin/includes/auto_loaders" and "admin/includes/init_includes". This also indicates the the user your webserver runs as does not have permission to delete the file under "/admin/includes/auto_loader" automatically for you.

    To uninstall Super Orders essentially you:
    0) Create a backup of the database and all files. This is just to be on the safe side.
    1) Remove any new files you added during the installation ("Base Files" in the distribution).
    2) Undo any changes you made when merging with core Zen Cart files ("Modified Core Files" in the distribution).
    3) Run the provided SQL Uninstall file to remove the database changes (found in "SQL" in the distribution).

    If you follow the above steps you should be able to successfully remove Super Orders.

    If you have not installed any other plugins / modules which modify the same core Zen Cart files (step 2 of the removal) you can just overwrite those files with ones from the stock Zen Cart files for your version of Zen Cart. If you have installed any plugins / modules which modify the same core Zen Cart files... you will need to use a tool like WinMerge or BeyondCompare to undo the changes (or start from stock Zen Cart files and redo the installation of those plugins / modules).

    Otherwise... the remedy (as schoolboy mentioned) may be doing a full backup of DB and files... then doing a fresh install... running the SO db uninstall... and seeing how things go...
    Hi,

    Followed your steps and overided with stock files.

    Removed successfully.

    Resolved the cart / user problem, I restored both my ZC database and directory from a couple of days ago when it was running fine.

    I have made a test site for future and also will follow steps you mentioned in the future.

    I'm glad I have automatic backups or I'd be lost without them.

    Thanks to both of you guys.

    James
    FMUK Consulting - Web Design & Development | Graphics | Marketing | Apps - http://www.FMUKConsulting.co.uk

  9. #9
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: Install completed messages

    Well... that's why backups are essential - so you've followed the main cardinal rule !

    Best of luck with future plugin installs - and by doing them in a test enviro first, you can't mess up a live site.

    One more tip...

    Whenever a CORE file is affected, re-name the ORIGINAL to xxxxxxxxxxxx.TEMP

    Here's what I do...

    Let's say I modify tpl_main_page.php

    I rename it to tpl_main_page-php.TEMP

    (notice how I leave the "php" in the name, but hyphenate it from the rest).

    PS (I do not use "TEMP" as my file extension, but something else consisting of four letters which I do not reveal in public forums.)

    Anyway... if things go belly up, then I remove my edited version of the core file, and name the original back to tpl_main_page.php
    20 years a Zencart User

  10. #10
    Join Date
    Jul 2009
    Location
    Norwich, UK
    Posts
    120
    Plugin Contributions
    0

    Default Re: Install completed messages

    Quote Originally Posted by schoolboy View Post
    Well... that's why backups are essential - so you've followed the main cardinal rule !

    Best of luck with future plugin installs - and by doing them in a test enviro first, you can't mess up a live site.

    One more tip...

    Whenever a CORE file is affected, re-name the ORIGINAL to xxxxxxxxxxxx.TEMP

    Here's what I do...

    Let's say I modify tpl_main_page.php

    I rename it to tpl_main_page-php.TEMP

    (notice how I leave the "php" in the name, but hyphenate it from the rest).

    PS (I do not use "TEMP" as my file extension, but something else consisting of four letters which I do not reveal in public forums.)

    Anyway... if things go belly up, then I remove my edited version of the core file, and name the original back to tpl_main_page.php
    Thanks Schoolboy, Will use that tip in future. :)

    James
    FMUK Consulting - Web Design & Development | Graphics | Marketing | Apps - http://www.FMUKConsulting.co.uk

 

 

Similar Threads

  1. v151 Admin install messages will not go away for Super Orders, Edit Orders plugins
    By rcrosier in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 15 Oct 2013, 06:10 PM
  2. How to get rid of "...... More Info" from product Listing?
    By hcd888 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 May 2009, 12:45 AM
  3. Trying to get rid of "lbs" from php files - developers tool kit not finding it.
    By mtimber in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 26 Oct 2008, 10:13 PM
  4. How do I get rid of, "Free shipping for orders over $0.00"?
    By debtag in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 3 Feb 2008, 05:37 PM
  5. completed orders are not showing up under "orders" options
    By james739 in forum Managing Customers and Orders
    Replies: 11
    Last Post: 15 Aug 2007, 04:29 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