Search:

Type: Posts; User: sperdie

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    50
    Views
    2,578

    v153 Re: Not able to log into Admin

    What I'm afraid of is that the issue is with my mySQL data base - after re-installing the same version that I think it is- I wind up with the same problem.
  2. Replies
    50
    Views
    2,578

    v153 Re: Not able to log into Admin

    I thinking that is the case as the error logs indicate as such.
    I was able to add one of the tables with this command.


    alter table admin add column pwd_last_change_date datetime not null...
  3. Replies
    50
    Views
    2,578

    v153 Re: Not able to log into Admin

    Not sure if you mean to put the admin location in the configure file or not.
    When I go to the admin directory- just by typing it in -I get a log in page, which is what I expect.
    After I put in the...
  4. Replies
    50
    Views
    2,578

    v153 Re: Not able to log into Admin

    Thanks for your input.
    I tried with and without www. and it does not make any difference to the website- it still works fine but I still have same issue with accessing the admin area.
    I changed...
  5. Replies
    50
    Views
    2,578

    v153 Re: Not able to log into Admin

    Last log file indicates missing admin folders (confirmed missing in mySQL):

    [29-Nov-2018 13:01:44 America/New_York] PHP Fatal error: 1054:Unknown column 'reset_token' in 'field list' :: select...
  6. Replies
    50
    Views
    2,578

    v153 Re: Not able to log into Admin

    Thank you so much for your help.
    Here are my admin config and root config php files.
    I do not see any references in either to the actual admin directory (perhaps that is my issue?)
    Perhaps an...
  7. Replies
    50
    Views
    2,578

    v153 Re: Not able to log into Admin

    My includes/version shows:
    define('PROJECT_VERSION_NAME', 'Zen Cart');
    define('PROJECT_VERSION_MAJOR', '1');
    define('PROJECT_VERSION_MINOR', '5.4');
    define('PROJECT_VERSION_PATCH1', '');...
  8. Replies
    50
    Views
    2,578

    v153 Re: Not able to log into Admin

    When I first discovered the issue, I did a search on this forum and I saw that referencing the wrong database or having the wrong settings there can be an issue.
    I triple checked it- looked at all...
  9. Replies
    50
    Views
    2,578

    v153 Re: Not able to log into Admin

    I can manually access the tables but not sure what I'm looking for.
    Do I need to add tables or should I backup the mySQL data and run install?
    Thanks.
  10. Replies
    50
    Views
    2,578

    v153 Re: Not able to log into Admin

    when I use:


    DELETE FROM admin WHERE admin_name = 'Admin';
    INSERT INTO admin (admin_name, admin_email, admin_pass, admin_profile)
    VALUES ('Admin', 'admin@localhost',...
  11. Replies
    50
    Views
    2,578

    v153 Re: Not able to log into Admin

    Finally got a log for the error:
    [28-Nov-2018 22:38:20 America/New_York] PHP Fatal error: 1054:Unknown column 'reset_token' in 'field list' :: select admin_id, admin_name, admin_email, admin_pass,...
  12. Replies
    50
    Views
    2,578

    v153 Re: Not able to log into Admin

    I tried to sign in. Got error message. Checked logs and I do not see anything for the time that I attempted to sign in.
    The only change made to database was to run some code to reset the admin...
  13. Replies
    50
    Views
    2,578

    v153 Re: Not able to log into Admin

    I dropped the AFTER prep_pass3 as I did not see that in the database and it added a pwd_last_change_date column but now I'm back to getting an error: "WARNING: An Error occurred, please refresh the...
  14. Replies
    50
    Views
    2,578

    v153 Re: Not able to log into Admin

    When I run that I get:
    Error
    SQL query:
    ALTER TABLE admin ADD COLUMN pwd_last_change_date DATETIME NOT NULL DEFAULT '0001-01-01 00:00:00' AFTER prev_pass3;
    MySQL said: Documentation

    #1054 -...
  15. Replies
    50
    Views
    2,578

    v153 Re: Not able to log into Admin

    I changed all servers to https: (and corrected the .com) but I'm back to the page going back to a blank sign in. If I put incorrect info in the sign in - I don't get a bad password error- just get...
  16. Replies
    50
    Views
    2,578

    v153 Re: Not able to log into Admin

    The log error:
    [28-Nov-2018 17:23:30 America/New_York] PHP Fatal error: 1054:Unknown column 'pwd_last_change_date' in 'field list' :: select admin_id, admin_name, admin_email, admin_pass,...
  17. Replies
    50
    Views
    2,578

    v153 Re: Not able to log into Admin

    Now I seem to be getting: "WARNING: An Error occurred, please refresh the page and try again."
    I noticed 2 days ago I was getting e-mails for Admin Log-in Failure notice. I have not been getting...
  18. Replies
    50
    Views
    2,578

    v153 Re: Not able to log into Admin

    define('HTTP_SERVER', 'http://www.doma-italian-market.com');
    define('HTTPS_SERVER', 'https://www.doma-italian-market.com');
    define('HTTP_CATALOG_SERVER', 'http://www.doma-italian-market.com');...
  19. Replies
    50
    Views
    2,578

    v153 Re: Not able to log into Admin

    I made those changes and nothing changed.
    I used the code here: https://www.zen-cart.com/showthread.php?110948-Not-able-to-log-in-to-admin
    to change the admin password to default using mySQL
    -...
  20. Replies
    50
    Views
    2,578

    v153 Re: Not able to log into Admin

    Version is 5.4
  21. Replies
    50
    Views
    2,578

    v153 Not able to log into Admin

    I had a problem with the site not processing credit cards - the server company changed the PHP version to 7.1. I changed it back to 5.6 but when I try to log in, I see the message: "This is a...
  22. v155 Re: Unable to process payment due to a communications error

    Using Square.
    I was waiting for a ticket that i submitted to my Hosting service. I noticed that pay by check was the "default" payment method.
    I changed the default to Square. ...
  23. v155 Re: Unable to process payment due to a communications error

    OK so I removed .htaccess in the "extras" folder.
    That allowed me to run the curl test https://corsoitalianspecialties.com/extras/curltester.php
    I see error here: "Error 60: server certificate...
  24. v155 Re: Unable to process payment due to a communications error

    I was not sure of what the expectations are when I go to
    http://corsoitalianspecialties.com/extras/curltester.php
    So going to that url from my computer, I get message:
    Forbidden
    You don't have...
  25. v155 Re: Unable to process payment due to a communications error

    Ignore the part: "Getting error:"This is a non-secure form.
    This form will be sent in a way that is not secure. Are you sure you want to send it?" Then the user and password disappears and asks me...
  26. v155 Unable to process payment due to a communications error

    I was getting an error when someone tries to make a credit card payment. At the point where they confirm the payment they get:
    "Unable to process payment due to a communications error. You may try...
  27. Replies
    2
    Views
    367

    v155 Enabling SSL Causes Blank Page

    ZenCart Version v1.5.5e
    This version was upgraded using official upgrade procedure (I think)
    www.doma-italian-market.com
    When I try to enable SSL (by changing the configure.php as in the code...
  28. Replies
    20
    Views
    4,116

    Re: Logo Image Not showing Up

    I just pasted what you put there and it worked (thanks) I thought that I had that line exactly before but I guess not.
    I am noticing that if I change the logo dimensions that there is no change to...
  29. Replies
    20
    Views
    4,116

    Logo Image Not showing Up

    Having a problem getting my logo to show up. Only see ? where the image should be.
    I have changed the location in header.php several times but still not there.
    When I change the HEADER_ALT_TEXT I...
  30. Replies
    9
    Views
    1,333

    Re: Credit Card Processing Choices

    I contacted TSYS via e-mail regarding setting up authorize.net vs Transaction Express.
    Got the following reply:
    "The Merchant would need to have an Authorize. Net account which does include...
  31. Replies
    9
    Views
    1,333

    Re: Credit Card Processing Choices

    It turns out that this bank partners with TSYS and said that they have their own Gateway called Transaction Express.
    He said that they are also compatible with Authorize.net and Cayenne.
    I don't...
  32. Replies
    9
    Views
    1,333

    Re: Credit Card Processing Choices

    Thank you for your reply.
    I'm not sure what you meant by "you would generally use an api or similar to connect"
    I know how to use a mod designed for zencart but not sure if this is what you mean....
  33. Replies
    9
    Views
    1,333

    Credit Card Processing Choices

    If I have a merchant account setup for credit card processing already, (i.e.: First National Community Bank) is there a way to connect this account to the Zencart Interface? Is there a mod that for...
  34. Replies
    4
    Views
    698

    v154 Re: Cannot Change tile_back.gif

    Its purple for me too. First thing I did was try different browsers and different computers and clearing cache. i even tried it on my iPhone. (cleared safari cache and tried again) I posted this...
  35. Replies
    4
    Views
    698

    v154 Cannot Change tile_back.gif

    I had to rebuild a site after a php upgrade. For some reason I cannot change the tile_back.gif
    I have a custom template with an edited tile_back.gif that is purple in color. The one on the site is...
  36. Re: Host forced php upgrade to 5.3 Now site will not load

    Thanks- as soon as I put in the path, I was able to get the admin area to come up.
    I went back into panic mode when I saw that the front page went down with a message that the site could not connect...
  37. Re: Host forced php upgrade to 5.3 Now site will not load

    Thanks- It appears that the last slash was red. I just typed over it and now the text is gone but I am getting the setup page when I go to the admin site:
    Hello. Thank you for loading Zen Cart®.
    ...
  38. Re: Host forced php upgrade to 5.3 Now site will not load

    I uploaded install files for 1.5.4 ran the install, changed the admin > Includes > configure file for my database and other info.
    Now getting an error when I go to website/admin:

    * URLs for your...
  39. Host forced php upgrade to 5.3 Now site will not load

    My web host company forced update to PHP 5.3
    My site will not load - getting "Sorry!
    There seems to be a problem connecting to our database. Please give us a few minutes to remedy the problem....
  40. Replies
    4
    Views
    918

    Re: USPS Options Changing

    I uninstalled, downloaded, FTP'd and reinstalled and so far it looks like my test order is working. I guess we will see what happens with orders today.
    My next task is the dreaded upgrade which has...
  41. Replies
    4
    Views
    918

    USPS Options Changing

    I have a site that has been working fine for 5 years. Recently the shipping module started to act up. When you select standard post and go to the payment section, the selection is changed to...
  42. v1371 Re: Cannot take out weight displayed on products

    Ah. Thanks for the help with this.
  43. Replies
    3
    Views
    774

    Re: Page Names are all PHP Code

    I figured. Thanks for your input.
  44. v1371 Re: Cannot take out weight displayed on products

    Thanks- That did the trick. What is the setting in Admin Configuration > Product Listing > Display Product Weight (and other things on this page) do?
  45. v1371 Cannot take out weight displayed on products

    I do not want the product weight to display in the #productDetailsList tag (In the description of each product.
    I tried to turn this off in Admin area - Configuration > Product Listing > Display...
  46. Replies
    3
    Views
    774

    Page Names are all PHP Code

    I received the following message from someone (selling something I guess) telling me that better page names would improve results.
    When I look at the source code of any of my pages the titles...
  47. Replies
    10
    Views
    1,904

    Re: Changing Page Titles in Admin Section

    I am searching for Cart!
    I went to the login page and viewed source code: <title>Zen Cart!</title>
    I downloaded all the files and searched for Cart!
    found only one instance in...
  48. Replies
    10
    Views
    1,904

    Re: Changing Page Titles in Admin Section

    Thanks for your help. I used TexFinderX (searching using the Developers tool kit seems to be hit and miss) to search the files but could not find it . I am going to download a backup of the site...
  49. Replies
    10
    Views
    1,904

    Re: Changing Page Titles in Admin Section

    Just to be clear- You mentioned changes to "Templates" the meta_tags.php that I edited is not in the Template directory. I found it in Includes>Languages>English>meta_tags.php
  50. Replies
    10
    Views
    1,904

    Re: Changing Page Titles in Admin Section

    This was a fairly new install. I didn't have a chance to change anything from the original files. (I scanned for file changes since install date and no suspects) Obviously it has to come from...
Results 1 to 50 of 131
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR