Tech Support tag
February 03, 2025Viewed: 3543
A customer encountered an Error (#2) Internal Server Error after running an import script. This prevented access to the admin area , delaying their website launch. After reviewing the log files, our team identified the issue: Logging was enabled, but the log file name was invalid: Store Page Parse Time – False Log Destination – /var/page_parse_time.log The issue has been fixed and will be resolved in the next version. Since the customer could not access the admin area , they needed an alternative way to apply the fix. To resolve the issue, the support team advised to update the setting using SQL or a configuration file: Option 1: Update via SQL Run the following query: UPDATE configuration SET configuration_value = 'false' WHERE configuration_key = 'STORE_PAGE_PARSE_TIME'; Option 2: Modify Configuration File Add the following line to admin/includes/local/configure.php: define('STORE_PAGE_PARSE_TIME', 'false'); The customer applied the fix and successfully regained access to the admin area , allowing them to proceed with their website launch. Always remember about the importance of proper logging configuration. This success case provides a clear, accessible solution for users who may encounter similar issues.
Recent posts
post item
March 07, 2025
Success Story: Viewing Only Active Products in Admin Panel
March 07, 2025
Success Story: Viewing Only Active Products in Admin Panel ...
post item
March 05, 2025
Success Case: Resolving Missing Icons in a Copied Theme
March 05, 2025
Success Case: Resolving Missing Icons in a Copied Theme ...
post item
March 03, 2025
Success Case: Displaying Empty Categories in Your Store
March 03, 2025
Success Case: Displaying Empty Categories in Your Store ...
post item
February 28, 2025
Success Case: Managing Banner Image Sizes Effectively
February 28, 2025
Managing Banner Image Sizes Effectively ...
post item
February 26, 2025
Success Case: Enabling State/Province Field in Guest Checkout
February 26, 2025
Success Case: Enabling State/Province Field in Guest Checkout ...
post item
February 24, 2025
Success Case: Fixing Invoice Link Issues in Order Confirmation Emails
February 24, 2025
Success Case: Fixing Invoice Link Issues in Order Confirmation Emails ...
post item
February 21, 2025
Success Case: Customizing the Checkout Page – Changing or Removing the Box Image
February 21, 2025
Success Case: Customizing the Checkout Page – Changing or Removing the Box Image ...
post item
February 19, 2025
Success Case: Overcoming Database Migration Challenges
February 19, 2025
Success Case: Overcoming Database Migration Challenges ...
post item
February 17, 2025
Success Case: Resolving oscb156 Migration Tool Error
February 17, 2025
Success Case: Resolving oscb156 Migration Tool Error ...
post item
February 14, 2025
Success Case: Optimizing V2 URLs for SEO and Compatibility
February 14, 2025
Success Case: Optimizing V2 URLs for SEO and Compatibility ...
Products
Tags