Page 86 of 168 FirstFirst ... 3676848586878896136 ... LastLast
Results 851 to 860 of 1674
  1. #851
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: Ultimate SEO 2.200+ (new features)

    I just upgraded a cart from 1.3.9h to 1.5.4. Plugin manager not installed so I did this as i have a number of time before. This time uploading the files to admin kills off the admin. With no error log. I have reinstalled and made sure everything else is working correctly. If I remove the config.usu_onetime.php file, admin is fine. So I checked the path and all files are there. there's no missing upgrade but on this server it just won't run. PHP version is 5.4.39. Major hosting company that is playing with their servers like crazy and I no longer recommend for hosting. It's possible there's something hinky but I don't see it now.

    How can I run the upgrade for the database without this? Aren't I just lacking the sql upgrade most likely?
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

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

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by delia View Post
    I just upgraded a cart from 1.3.9h to 1.5.4. Plugin manager not installed so I did this as i have a number of time before. This time uploading the files to admin kills off the admin. With no error log. I have reinstalled and made sure everything else is working correctly. If I remove the config.usu_onetime.php file, admin is fine. So I checked the path and all files are there. there's no missing upgrade but on this server it just won't run. PHP version is 5.4.39. Major hosting company that is playing with their servers like crazy and I no longer recommend for hosting. It's possible there's something hinky but I don't see it now.

    How can I run the upgrade for the database without this? Aren't I just lacking the sql upgrade most likely?
    Running this on quite a few different host companies with no issues:

    • Camelot
    • Bluehost
    • Hostmonster
    • InMotion
    • Arvixe
    • Net Firms


    If any the companies listed are the one you are working with, check your install again.. The current version was one of the EASIEST mods I've ever installed for Zen Cart.. In fact the install went so smooth that I thought something HAD to be wrong.. and don't sleep on the Plugin Manager.. It makes a good thing even EASIER!!!
    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.

  3. #853
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: Ultimate SEO 2.200+ (new features)

    yep I know and this client on one of the ones you mentioned. If I can just get this upgraded and prove that it works on the site, I can rule out other things. Right now all I can tell you is that it should work and I haven't run into this before. I was one of the testers on this new version so I have experience!

    This server was really really slow earlier but that is no longer an issue and the same thing is still happening. blank screen with that file uploaded and no error log.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

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

    Default Re: Ultimate SEO 2.200+ (new features)

    Enable "error logging to file" in your php.ini (if supported by your host). This should help track down issues occurring before the internal debug logging in Zen Cart is loaded.

    You will also need to edit the section pertaining to STRICT_ERROR_REPORTING in the Zen Cart admin (/admin/includes/application_top.php)... Either set it to true (or if you have edited the php.ini comment out "error_reporting(0);")... Just don't forget to reset the file when done with testing...

    Usual causes are: files uploaded to wrong locations, files "backed up" via file copy (and left on the server), and mistakes doing any manual merging (or caused by previous manual merges to any of the "modified" files).


    NOTE: "Plugin Manager (full)" usually handles issues during an upgrade better (and will usually result in a Zen Cart debug log if an error occurs) as an init_script is not used. If you have access I would recommend using this method instead... One can always uninstall "Plugin Manager (full)" afterwards.
    Last edited by lhungil; 15 Apr 2015 at 01:11 AM.
    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

  5. #855
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: Ultimate SEO 2.200+ (new features)

    error logging is working - or at least was. I've deleted all the error logs while I was doing this and there were some there. I changed the php to 5.4 after I did the upgrade so can't swear the error logs happened after that. How would you enable errors via ini files. Never had to do that ever in 15 years.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  6. #856
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: Ultimate SEO 2.200+ (new features)

    The cart is error logging correctly. I deliberately screwed the admin english file and the error log did get created in the log folder. Therefore anything that creates a blank screen should be logged in that folder, right?
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  7. #857
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by delia View Post
    The cart is error logging correctly. I deliberately screwed the admin english file and the error log did get created in the log folder. Therefore anything that creates a blank screen should be logged in that folder, right?
    Mostly correct, it is possible for errors to be generated before or outside the ZC error logging. It is the first place to take a look though and if the error isnot logged there then that is an indication of what to look at next or what the problem is.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

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

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    My previous posts included instructions neccessary to further debug the issue(s). This includes configuring PHP to log errors BEFORE runtime. Once configured and enabled, please provide the contents of the configured PHP error log.

    Quote Originally Posted by delia View Post
    The cart is error logging correctly. I deliberately screwed the admin english file and the error log did get created in the log folder. Therefore anything that creates a blank screen should be logged in that folder, right?
    To catch some errors PHP must be configured to show or log errors prior to runtime (before any PHP scripts are loaded / run). For exampe from the PHP manual: "Although display_errors may be set at runtime (with ini_set()), it won't have any effect if the script has fatal errors. This is because the desired runtime action does not get executed." The same holds true when logging errors to a file.

    Also keep in mind PHP scripts inside "init_scripts" are currently run before Zen Cart enables logging specific types of errors to a log file.

    How PHP and Zen Cart error display / logging work are not related specifically to Ultimate URLs. Further discussion of the HOW and WHY would be better suited to a new thread.
    Last edited by lhungil; 21 Apr 2015 at 03:46 PM.

  9. #859
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    Got nothing. Followed your instructions and nothing is being written to the designated php error file.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  10. #860
    Join Date
    Apr 2015
    Posts
    7
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 (new features) [Support Thread]

    3,. Install / Upgrade (using Plugin Manager)
    This module is compatible with Plugin Manager and can be installed and upgraded using the administrative page included with a full installation of Plugin Manager.
    Newbie question. What is the Plug manager? I could not figure out what it is, and where I could get it.

 

 

Similar Threads

  1. Ultimate Fade-In Slidehow Support thread
    By outeredge2 in forum All Other Contributions/Addons
    Replies: 158
    Last Post: 4 Feb 2017, 03:10 AM
  2. Ultimate Cross Sell [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 239
    Last Post: 17 May 2015, 03:25 AM
  3. Ultimate Content Glider [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 4 Sep 2012, 05:16 AM
  4. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 PM

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