Search:

Type: Posts; User: pixodaros

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    378

    v158 Re: Subdomains and Subfolders

    I tried that, deleted the cache on Firefox, and tried the URLs and I can still see shop.blah.com but shop.blah.com/MY_ADMIN redirects to blah.com/MY_ADMIN Thanks for your help and suggestions!

    I...
  2. Replies
    9
    Views
    378

    v158 Re: Subdomains and Subfolders

    Yes, a very long .htaccess in public_html/1.5.8/MY_ADMIN and a short .htaccess in public_html/1.5.8

    I think I previously tweaked .htaccess to set the PHP version on the old ZC 1.5.4 store to...
  3. Replies
    9
    Views
    378

    v158 Re: Subdomains and Subfolders

    Thanks a lot!

    In includes and admin/includes the values were:

    define('HTTP_SERVER', 'https://MY_DOMAIN');
    define('HTTPS_SERVER', 'https://MY_DOMAIN');
    define('DIR_WS_CATALOG', '/1.5.8/');...
  4. Replies
    9
    Views
    378

    v158 Re: Subdomains and Subfolders

    shop.MY_DOMAIN.com loads the customer-facing page.

    The configure.php files have entries like define('HTTP_SERVER', 'https://MY_DOMAIN.com');
    define('HTTPS_SERVER', 'https://MY_DOMAIN.com');
    ...
  5. Replies
    724
    Views
    199,180

    Re: Printable Price list :: zc158

    I followed the instructions for a database-only upgrade of the ZC 1.5.4 install, plus the additional steps to convert the database from latin-1 to utf8. I think I built the customer-facing part of...
  6. Replies
    9
    Views
    378

    v158 Subdomains and Subfolders

    I have a store saved at public_html/1.5.8 with the admin folder public_html/1.5.8/MY_ADMIN

    I set up a subdomain on my Apache server using cPanel so that shop.MY_DOMAIN.com draws on...
  7. Replies
    724
    Views
    199,180

    Re: Printable Price list :: zc158

    # Trial no. 5

    Hypothesis: the problem is caused because the imported database has traces of a ZC 1.5.4 install with PPL and the installation process tries to INSERT things which already exist
    ...
  8. Replies
    724
    Views
    199,180

    Re: Printable Price list :: zc158

    Some of the issues seem to be related to the old database I am importing, so a clean test environment would not help, but I agree its always wise to backup site and database before trying (and to...
  9. Replies
    724
    Views
    199,180

    Re: Printable Price list :: zc158

    Just to confirm, are you suggesting restoring the backup, then running the pricelist remove SQL script, then installing PPL?

    On the broken ZC 1.5.8 install, there is no such table as...
  10. Replies
    724
    Views
    199,180

    Re: Printable Price list :: zc158

    (second reply today, first reply describes error and log)

    I had a look at table 'configuration' on a clean copy of the database. It does not seem to contain anything that begins with 'PL_' So...
  11. Replies
    724
    Views
    199,180

    Re: Printable Price list :: zc158

    When I installed the zc158 files version of PPL from the latest Github and clicked a button in the Admin interface I saw:

    "WARNING: An Error occurred, please let us know! If you were entering...
  12. Replies
    724
    Views
    199,180

    Re: Printable Price list :: zc158

    Great, I will try to install that set of files using the instructions in the readme on Wednesday.
  13. Replies
    724
    Views
    199,180

    Re: Printable Price list :: zc158

    I had a look at the 1.5.8 download on Github. Two of the README files have BMH in the names and includes/modules/sideboxes/YOUR_TEMPLATE/information.php in the official PPL 3.0.1 download becomes...
  14. Replies
    724
    Views
    199,180

    Re: Printable Price list :: zc158

    Sometime in the next week or two, I would be willing to try the fix by OldNGrey on a test install of my "1.5.4 to 1.5.8 database-only upgrade" and see if that fixes it for me.
  15. Replies
    200
    Views
    45,980

    Re: Logo Sidebox Help

    Adding
    global $template; near the top of logo_sidebox_defines.php as per PHP Fatal error: Call to a member function get_template_dir() on null in credit_cards seems to fix this problem

    Now I am...
  16. Replies
    200
    Views
    45,980

    Re: Logo Sidebox Help

    Installing this plugin on Zen Cart 1.5.8a with PHP 7.4 causes the customer-side page to appear blank. I can log in to the admin interface and see the plugin under Tools > Layout Boxes Controller.
    ...
  17. v155 Re: PHP Fatal error: Call to a member function get_template_dir() on null in credit_c

    Just for documentation, I have noticed that I can get the same error when I upload a plugin but make a mistake such as not renaming one of the files which expects to be renamed before upload, or...
  18. v158 Re: "Add image to sidebox or centerbox" Documentation

    I think when I am done this project I can submit two or three tweaks to the documentation https://github.com/zencart/documentation but for this one I have to figure out how to do the thing before I...
  19. v158 "Add image to sidebox or centerbox" Documentation

    The documentation page for Add image to sidebox or centerbox explains where to store additional images for a template, and how to tweak the CSS which renders the images after you add them, but not...
  20. Replies
    724
    Views
    199,180

    Re: Printable Price list :: zc158

    Ok, I see that the post with the first quote from the logs may have been blocked.

    I ran pricelist_remove.sql on the test database. When I log in to the test instance admin interface, I still get...
  21. Replies
    724
    Views
    199,180

    Re: Printable Price list :: zc158

    The text which I quoted was found in several dozen files with names like WEBROOT/logs/myDEBUG-adm-20231231-xxxx-xxxx-error.log The lines from "PHP Fatal Error" onwards always seemed to be the same. ...
  22. Replies
    724
    Views
    199,180

    Re: Printable Price list :: zc158

    A typical error message from /logs


    PHP Fatal error: 1062:Duplicate entry 'PL_DEFAULT_PROFILE' for key 'unq_config_key_zen' :: INSERT INTO configuration
    (configuration_title,...
  23. Replies
    724
    Views
    199,180

    Re: Printable Price list :: zc158

    A typical error message from /logs


    PHP Fatal error: 1062:Duplicate entry 'PL_DEFAULT_PROFILE' for key 'unq_config_key_zen' :: INSERT INTO configuration
    (configuration_title,...
  24. Replies
    724
    Views
    199,180

    Re: Printable Price list :: zc158

    I created a new test instance using the Database-only upgrade method. It worked fine at first, but when I logged in to the admin interface and moved the files for printable pricelist and refresh the...
  25. Replies
    724
    Views
    199,180

    Re: Printable Price list :: zc158

    Will do. Will this fix the issues with the install or do I also need to apply the changes from Github?
  26. Replies
    724
    Views
    199,180

    Re: Printable Price list :: zc158

    In the /logs folder I see an error similar to the errors reported by Gothstone in September 2023.


    [29-Dec-2023 21:13:53 America/Vancouver] Request URI: /MY_ADMIN/, IP address: 75.156.33.72,...
  27. Replies
    724
    Views
    199,180

    Re: Printable Price list :: zc158

    None of those entries has appeared. I just went through my files checking that every file listed in the readme was copied into the right folder and I think they are all there.

    Edit: PHP version:...
  28. Replies
    724
    Views
    199,180

    Re: Printable Price list :: zc158

    I am having trouble installing printable price list 3.0.1 in Zen Cart 1.5.8a, I copied over the files but I don't see it in the Zen Cart Admin interface when I reload the tab or log out and log in. ...
  29. Replies
    12
    Views
    3,228

    v155 Re: Problems with your MySQL (mysqli) support

    When we remove the .htaccess rule trying to enable a different PHP version than the server default, the errors about missing PHP extensions go away, and there is just a warning "For maximum security...
  30. Replies
    12
    Views
    3,228

    v155 Re: Problems with your MySQL (mysqli) support

    The host seems to have set it up so that nd_mysqli overrides mysqli. "nd_pdo_mysql appears to be a custom plugable extension provided by the cPanel hosting platform in order to opt-in the MySQL...
  31. Replies
    12
    Views
    3,228

    v155 Re: Problems with your MySQL (mysqli) support

    cPanel shows mysqli as enabled with the default PHP version. The host is tweaking some things and they may have a recommended fix.

    Zen Cart seems to expect that a few files like favicon.io are in...
  32. Replies
    12
    Views
    3,228

    v155 Re: Problems with your MySQL (mysqli) support

    I am also getting this error when I try to create a new install at MYDOMAIN/1.5.8 I set that folder to use PHP version: 8.2.13 whereas the root folder (which is still running Zen Cart 1.5.4) still...
  33. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Humh, I will see if I can find traces of that plugin, it seems one which is mostly modifications to preexisting files.

    On Desktop, I see the EZ-Pages sidebox as Important links with links to the...
  34. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    It looks like the database-only update successfully imported the EZ-Pages, so I could go in to the admin interface and make them visible with the Layout Boxes Controller tool. Now I am trying to...
  35. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    On an old site the contents of the custom pages were stored directly under public_html. Where are ez-pages and their configuration files on the file system currently?
  36. Sticky: v155 Re: Responsive Classic (built in to Zen Cart v1.5.5) [Support Thread]

    Was the Important Links sidebox from the old barebones template in 1.5.4 and earlier removed in the responsive classic template? It is mentioned under the responsive classic template at...
  37. Replies
    3
    Views
    234

    v158 Re: Database Only Upgrade and configure.php

    I extracted the current zen cart download in a new folder on my server.

    I uploaded the includes/configure.php and admin/includes/configure.php pointing to the old database. I did not delete the...
  38. Replies
    3
    Views
    234

    v158 Re: Database Only Upgrade and configure.php

    Good point, I forgot to make that change to the configure.php files so the clean install from the installer wizard threw that exact same error like on the install which I play around with.
  39. Replies
    3
    Views
    234

    v158 Database Only Upgrade and configure.php

    The Zen Cart 1.5.8a download contains two dist-configure.php files but no configure.php like an instance installed with the installer.

    The Database-Only Upgrade Instructions ask users to "change...
  40. Re: Site Crashed U_ILLEGAL_ARGUMENT_ERROR

    That fixed worked for me when the customer-facing page and the admin page were both blank and the log listed an "Uncaught Error: Found unconstructed IntlDateFormatter". Thanks.
  41. Re: Site Crashed U_ILLEGAL_ARGUMENT_ERROR

    That fix for a blank store with the log "Uncaught Error: Found unconstructed IntlDateFormatter" worked for me! I changed the two cofigure.php files and now both the customer-facing page and the...
  42. Replies
    8
    Views
    4,994

    v158 Re: Setup Freezes at Database Setup

    Activating PHP 8.0 and turning on some more PHP packages appears to have solved this problem. Now I have a test install with test data.
  43. Replies
    8
    Views
    4,994

    v158 Re: Setup Freezes at Database Setup

    Yes, I used the "copy the Zip file onto the web server with File Manager then extract it, load the URL, and install through the web interface" method because that is what the Zen Cart installation...
  44. Replies
    8
    Views
    4,994

    v158 Re: Setup Freezes at Database Setup

    Here is a thread with a similar error. It looks like the poster talked to their web host ("Dreamhost support was finally able to figure this out - they didn't tell me how they fixed it, but it's all...
  45. Replies
    8
    Views
    4,994

    v158 Re: Setup Freezes at Database Setup

    The version is 1.5.8a (the latest version linked from the ZenCart homepage).

    At my first look the logs at /home/mysite/public_html/zencart-1.5.8a-test/logs say something like this:


    PHP...
  46. Replies
    8
    Views
    4,994

    v158 Setup Freezes at Database Setup

    I am creating a test install on a Linux web server which also has Wordpress on it. My interface is through cPanel.

    I can reach the home page for the installation and start the setup process, but...
  47. Replies
    7
    Views
    439

    Re: Upgrading from 1.5.4

    Anyways, thinking of it as "create a new install, port the database, then rewrite the custom features to work with the new version of PHP" not "update the software dealing with issues as they come...
  48. Replies
    7
    Views
    439

    Re: Upgrading from 1.5.4

    If a clean install can hook up to the old database that is good news. I will poke around the online documentation to see if they have a page for hooking a new install to an old database.

    Two of my...
  49. Replies
    7
    Views
    439

    Re: Upgrading from 1.5.4

    Humh, so you suggest creating a clean 1.5.8 install then importing and recreating as much of the old store as possible? I will check the documentation to see what would likely be lost in transition....
  50. Replies
    7
    Views
    439

    Upgrading from 1.5.4

    Hello,

    I am thinking of taking on a contract to upgrade a long-established Zen Cart store from version 1.5.4 to the latest version (currently 1.5.8 I think). I don't have a lot of experience...
Results 1 to 50 of 50
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR