Page 18 of 21 FirstFirst ... 81617181920 ... LastLast
Results 171 to 180 of 210
  1. #171
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Encrypted Master Password support

    Server move without changes to functional zc154. Same version of php on new server as old. 5.6.40

    EMP no longer functions. At least using the same password that functioned prior to server move.
    Redirect to blank page with typical "WARNING: An Error occurred, please refresh the page and try again."

    No logfiles generated.

    Got any suggestions where to look. I see other users have been able to login & checkout without hiccups
    I'm sure a logfile would have been beneficial.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  2. #172
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,688
    Plugin Contributions
    9

    Default Re: Encrypted Master Password support

    Quote Originally Posted by RixStix View Post
    Server move without changes to functional zc154. Same version of php on new server as old. 5.6.40

    EMP no longer functions. At least using the same password that functioned prior to server move.
    Redirect to blank page with typical "WARNING: An Error occurred, please refresh the page and try again."

    No logfiles generated.

    Got any suggestions where to look. I see other users have been able to login & checkout without hiccups
    I'm sure a logfile would have been beneficial.
    rick,
    ZC no doubt tried to create a log file. are you sure you have write permissions to the log directory? have you seen any other ZC log files on the new server?

    you can ask your host where the log files for your site reside and get access to them. because i am sure the answer lies there.

    once you have access to the logs, you can then troubleshoot why the ZC log overrides are not working and then troubleshoot the EMP problem. which is no doubt another server configuration setting, if what you say is true.

    best.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  3. #173
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Encrypted Master Password support

    Quote Originally Posted by carlwhat View Post
    rick,
    ZC no doubt tried to create a log file. are you sure you have write permissions to the log directory? have you seen any other ZC log files on the new server?
    Yes, both PayPal and Auth.net are set to send logfiles for each transaction and they are present post server change

    Quote Originally Posted by carlwhat View Post
    you can ask your host where the log files for your site reside and get access to them. because i am sure the answer lies there.
    Holy crap. There's errors at the server level log folder instead of zencart level log folder. I did see an emp.something in on of the several thousand lines.

    [/QUOTE]

    TNX for pointing me in a direction other than my standing still looking lost.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  4. #174
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,478
    Plugin Contributions
    88

    Default Re: Encrypted Master Password support

    @RixStix, check your admin's Tools->Server/Version Information; my guess is that the server was converted to PHP-FPM.

    If that's the case, you can use the zc156c version of both /admin/includes/extra_configures/enable_error_logging.php and /includes/extra_configures/enable_error_logging.php to resurrect your logs' recording in the /logs sub-directory. Otherwise, check the /includes/configure.php to make sure that the definition of DIR_FS_LOGS is still valid.

  5. #175
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Encrypted Master Password support

    Quote Originally Posted by lat9 View Post
    @RixStix, check your admin's Tools->Server/Version Information; my guess is that the server was converted to PHP-FPM.
    didn't find any reference to PHP-FPM in system info but could have missed something in that long screen

    Quote Originally Posted by lat9 View Post
    If that's the case, you can use the zc156c version of both /admin/includes/extra_configures/enable_error_logging.php and /includes/extra_configures/enable_error_logging.php to resurrect your logs' recording in the /logs sub-directory. Otherwise, check the /includes/configure.php to make sure that the definition of DIR_FS_LOGS is still valid.
    both configure.php files
    define('DIR_FS_LOGS', '/home/CPANELid/public_html/logs');

    At least we didn't coordinate a upgrade CentOS and zencart upgrade at the same time.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  6. #176
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,478
    Plugin Contributions
    88

    Default Re: Encrypted Master Password support

    That makes sense (the DIR_FS_LOGS setting), since you'd indicated that PayPal logs were being created.

    Try using those updated enable_error_logging.php files.

  7. #177
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Encrypted Master Password support

    TNX Cindy,

    Will do... after coffee and I can get to a desktop instead of this "TV watching" laptop.
    Trying not to make too many changes while host is chasing things.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  8. #178
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Encrypted Master Password support

    After coffee. PHP-FPM seems to be the default in the latest version of CentOS. Host changed it to CGI/FastCGI

    At least the error files are being saved in the proper folder instead of being appended to a single file in a different folder.

    Here's the error. My expectation was that everything zencart "should" work as before the server update, so I have not made the file changes you suggested yet. php version stayed the same. mysql/maria should be the same.


    [29-Aug-2019 09:59:14 America/Los_Angeles] Request URI: /index.php?main_page=login&action=process, IP address: 98.146.164.107
    #1 trigger_error() called at [/home/CpanelID/public_html/includes/classes/db/mysql/query_factory.php:155]
    #2 queryFactory->show_error() called at [/home/CpanelID/public_html/includes/classes/db/mysql/query_factory.php:132]
    #3 queryFactory->set_error() called at [/home/CpanelID/public_html/includes/classes/db/mysql/query_factory.php:262]
    #4 queryFactory->Execute() called at [/home/CpanelID/public_html/includes/functions/functions_general.php:965]
    #5 zen_db_perform() called at [/home/CpanelID/public_html/includes/classes/observers/class.emp_order_observer.php:94]
    #6 emp_order_observer->update() called at [/home/CpanelID/public_html/includes/classes/class.base.php:103]
    #7 base->notify() called at [/home/CpanelID/public_html/includes/modules/pages/login/header_php.php:71]
    #8 require(/home/CpanelID/public_html/includes/modules/pages/login/header_php.php) called at [/home/CpanelID/public_html/index.php:36]

    [29-Aug-2019 09:59:14 America/Los_Angeles] PHP Fatal error: 1364:Field 'logmessage' doesn't have a default value :: INSERT INTO admin_activity_log (access_date, admin_id, page_accessed, page_parameters, ip_address, gzpost, flagged, attention) VALUES (now(), '6', 'login.php', '', '98.146.164.107', '«VJL.ÉÌÏS²RJÍ-ˆOLÉÍÌ‹ÏÉOÏÌSª\0', '0', '') ==> (as called by) /home/CpanelID/public_html/includes/functions/functions_general.php on line 965 <== in /home/CpanelID/public_html/includes/classes/db/mysql/query_factory.php on line 155
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  9. #179
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Encrypted Master Password support

    darn forum duplicates. deleted
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  10. #180
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,478
    Plugin Contributions
    88

    Default Re: Encrypted Master Password support

    Hmm, what version of EMP is installed? I'll note that the latest release (v2.4.2) does include that "required" logmessage value.

 

 
Page 18 of 21 FirstFirst ... 81617181920 ... LastLast

Similar Threads

  1. v139h tweaking encrypted master password and cowoa
    By lankeeyankee in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 28 Feb 2012, 08:50 PM
  2. Master Password Encrypted mod support
    By Woodymon in forum All Other Contributions/Addons
    Replies: 62
    Last Post: 16 May 2011, 02:48 AM
  3. encrypted master password stopped working
    By stagebrace in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 23 Jan 2010, 06:48 AM
  4. Master Password vs Encrypted Master Password
    By srturner47 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 24 Apr 2008, 04:05 PM
  5. Encrypted master password probs
    By icklebits in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 5 Jun 2007, 06:00 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