Search:

Type: Posts; User: Website Rob

Page 1 of 10 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    20
    Views
    3,182

    v154 Re: client denied by server configuration

    As mentioned earlier, if you are using 'https' for you site then you need to use it in the redirect.


    RewriteRule .? https://your-domain-name.com/404.shtml [R=301,L]
  2. Replies
    20
    Views
    3,182

    v154 Re: client denied by server configuration

    RewriteCond %{REQUEST_URI} marine_images
    RewriteRule .? http://insert-your-actual-domain-name/404.shtml [R=301,L]
  3. Replies
    20
    Views
    3,182

    v154 Re: client denied by server configuration

    xxx = whatever it was called in your error path: public_html/images/xxx/cwr

    I don't know what it was actually called. Since you used 'xxx' so did I but you have to use the actual name.
  4. v155 Re: Plugin sql, auto-installer, self-deletion

    Had the same chat with another senior developer earlier this year. We both agreed the auto-installer is the way to go.

    Reason being is that an auto-installer (for everything, including the SQL...
  5. Replies
    20
    Views
    3,182

    v154 Re: client denied by server configuration

    Add the following into your 'images/.htaccess' file or create one if necessary.


    #############################
    ## General Settings

    Options +SymLinksIfOwnerMatch -FollowSymlinks -Indexes
    ...
  6. Replies
    12
    Views
    566

    Re: Connection Problems

    Thread was read but I guess I missed seeing where you made reference to the solution. Won't happen again.
  7. Replies
    20
    Views
    3,182

    v154 Re: client denied by server configuration

    Starting with the error msg. is the best option.

    If you need help in that area then you should post the complete error msg.--removing or substituting sensitive characters. See if the same error...
  8. Replies
    12
    Views
    566

    Re: Connection Problems

    Always beneficial to provide a solution to the problem when you've found one that works. That way everyone can share in both sides of the experience.
  9. v154 Re: No USA-based orders for 10 days, now PayPal error codes

    Are you using a PO Box address for your Merchant payments?
  10. Replies
    12
    Views
    566

    Re: Connection Problems

    The only time a request like that is made, or a request for disabling other security measures, is because of incorrect (lazy?) coding. You are better off to avoid using anything that needs weaker...
  11. Replies
    37
    Views
    1,722

    v155 Re: DATABASE IMPORT PROBLEM AND GZIP extention not enabled.

    A few steps that should help with what you want to do.

    1. Create a new dir./folder for the dev/test site.
    2. Password protect it using Apache .htaccess file
    3. Upload all files from current Live...
  12. Replies
    6
    Views
    296

    v139h Re: problem with Shopping cart

    You cannot. Upgrade of Zen Cart is required and you might as well upgrade to newest version - 1.5.5e.
  13. v154 Re: Hosting Co update MySQL to 10.0.32-MariaDB & PHP 5.6.31 Broke Site

    That's not the only reason I suggested contacting your Hoster. If everything was working fine, you did not change anything, and then the MySQL upgrade took place and now the site no longer works,...
  14. v154 Re: Hosting Co update MySQL to 10.0.32-MariaDB & PHP 5.6.31 Broke Site

    Best talk to your Hoster about this. Odds are the username has changed for your database and you'll need to update both configure.php files.
  15. Replies
    2,105
    Views
    422,336

    Re: SitemapXML v.2

    Just wanted to point out that no one has replied to your request as nobody really cares about v1.3.9h anymore. It is 7 years old and no longer worth installing, maintaining, or worrying about. Best...
  16. Replies
    3
    Views
    656

    Re: Google Chrome and "secure" sites

    This is not Zen Cart specific and applies to any site using the 'input' tag--for almost anything without an HTTPS connection. This is not unexpected as it could be seen coming. Google is wanting all...
  17. Replies
    1,621
    Views
    312,704

    v150 Re: Ultimate SEO 2.200 [Support Thread]

    I'm pretty sure you meant to say: Ultimate URLs 2.215 -- yes?
  18. v155 Re: Store works fine but admin page give HTTP ERROR 500

    So you can find the Apache error log entry and yet Tech Support cannot? What's wrong with that picture? Provide your error log information and see if that helps them.

    Also, you have a more serious...
  19. v155 Re: Checkout Timeout - Host Configuration Issue?

    Change to:

    Force Cookie Use True
  20. Replies
    12
    Views
    802

    Re: Add Questions to shopping cart

    The How Did You Hear About Us module might come in handy and should work with any 1.5.xx version of Zen Cart.
  21. Replies
    7
    Views
    1,229

    v151 Re: I'm in SSL Hell

    At the top of your .htaccess file:

    Replace


    RewriteCond %{SERVER_PORT} 80
    RewriteRule ^(.*)$ https://www.cheapsheetmusic.com/$1 [R=301,L]


    With
  22. Replies
    12
    Views
    11,818

    Re: Should a Plugin EVER use template_default?

    I would weigh in on the side of NOT placing customized files in the template_default dir.

    Reason being is that template_default are Core Files and not touching Core Files whenever and wherever...
  23. v155 Re: Goofed up templates. Can I reload orig ZC files without having to re-install stor

    The Apache error log is found in the Hosting Control Panel provided by your Hoster. Ask them where it is if you cannot find it.

    Even if you don't understand the information it provides, you can...
  24. Replies
    7
    Views
    1,229

    v151 Re: I'm in SSL Hell

    What you used is correct and should be placed at the very top of the .htaccess file.

    RewriteCond %{SERVER_PORT} 80
    RewriteRule ^(.*)$ https://www.cheapsheetmusic.com/$1 [R=301,L]


    Also check...
  25. v155 Re: Goofed up templates. Can I reload orig ZC files without having to re-install stor

    My mistake on 'responsive_classic' template. The template 'title' can be whatever you want, so long as it is in your custom dir.

    Basic troubleshooting would now dictate to check the 'logs' dir....
  26. v155 Re: Goofed up templates. Can I reload orig ZC files without having to re-install stor

    So you have these two dir's?

    includes/templates/aatf_responsive_template/
    includes/templates/responsive_template/

    Do you have the option in Admin to change to your custom template?
  27. Replies
    13
    Views
    7,147

    v150 Re: Editing a template for Easy Signup

    Admin -> Configuration -> Customer Details

    There you will find switches to enable/disable some of what you are looking to do.
  28. v155 Re: Goofed up templates. Can I reload orig ZC files without having to re-install stor

    Haven't read the Tutorial you mention but I do know this, in 'template_info.php' for your Custom Template you must edit this line:

    $template_name = 'Custom Template';

    You must then switch to...
  29. v155 Re: Goofed up templates. Can I reload orig ZC files without having to re-install stor

    Now that you know what template is being used you want to get a working site, front-end and back-end. Do what does it take to get to that point--without customizing anything. Only once you have that...
  30. v155 Re: Goofed up templates. Can I reload orig ZC files without having to re-install stor

    Find out what template is being used: Admin -> Tools -> Template Selection

    Once you know that you will know the template path. To find out what files you changed you can use Developers Tool Kit...
  31. Re: Display "Home" link ahead of "Products" in header bar

    Perhaps answering a few questions could give better direction to what you are asking.

    What version of Zen Cart are you using?
    Is this a custom template?
    What URL is to have the 'Home' and...
  32. v155 Re: date format fix suggestion in admin activity alert

    Thanks for the confirm.
  33. Replies
    13
    Views
    604

    Re: Session Timing out within 2 minutes?

    Change

    from:
    Recreate Session
    False

    to:
    Recreate Session
    True
  34. v155 Re: date format fix suggestion in admin activity alert

    Would this also fix for those who use y-m-d ?
  35. v155 Re: Admin login not working when SSL redirect is in place

    Remove this from your .htaccess file.

    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]


    Change to this in: includes/configure.php
  36. v155 Re: Admin login not working when SSL redirect is in place

    The following should help in what you what to achieve.

    1. In both config files make sure to use:

    define('HTTP_CATALOG_SERVER', 'https:/www.example.com');


    2. Admin -> Configuration ->...
  37. Replies
    22
    Views
    877

    v155 Re: Directory and URL issues

    What is say is all well and good Carl, but we cannot forget about eMail which config files don't cover and hasn't yet been discussed.
  38. Replies
    22
    Views
    877

    v155 Re: Directory and URL issues

    First thing to do is check in your Hosting account settings/control panel and see if you have an Addon Domain feature. Probably wont' so ask your Hoster about it. Not sure why you went with a Free...
  39. Replies
    22
    Views
    877

    v155 Re: Directory and URL issues

    Whenever having DNS problems it is always best to discuss them with your Hoster. Being as you are Hosting with a Free Hosting company they may have things setup a little differently than a pay for...
  40. Replies
    4
    Views
    1,157

    Re: will zencart install on mariadb?

    What version of Zen Cart and what version of PHP are you using?

    Is the problem happening with a fresh install or was the site working fine before and this problem just started?
  41. Replies
    31
    Views
    2,193

    v151 Re: Renamed folder and site links are broken

    It just dawned on me that the front-end can connect to the database so it stands the reason the back-end cannot because of something in your Admin configure.php file. Double check to make sure single...
  42. Replies
    31
    Views
    2,193

    v151 Re: Renamed folder and site links are broken

    Contact your Hoster. There could be a server problem you are not aware of and even if not, they can help solve this problem as well.
  43. Replies
    31
    Views
    2,193

    v151 Re: Renamed folder and site links are broken

    If you changed the username and/or password for the database, did you update your Admin configure.php file with those changes?
  44. Replies
    31
    Views
    2,193

    v151 Re: Renamed folder and site links are broken

    Change the Admin dir. to a new name then clear your Browser cache and try Admin login again. If not sure how to clear Browser cache I do believe it is CMD (command key) + F5.
  45. Replies
    31
    Views
    2,193

    v151 Re: Renamed folder and site links are broken

    In your /includes/configure.php does not have single quote marks on these two lines:

    define('DIR_WS_CATALOG', ‘/rosswells/‘);
    define('DIR_WS_HTTPS_CATALOG', ‘/rosswells/‘);

    change to

    ...
  46. Re: Ever increasing Physical Memory Usage

    There is probably no quick fix to current problems without doing Research. AwStats in cPanel can tell you more about site connections (perhaps someone is linking to your images or pages for example)...
  47. Re: Ever increasing Physical Memory Usage

    cPanel main page does not normally show the information you are describing and if it does it is usually for the Server usage. As you have a Shared Hosting account your usage would be part of that.
    ...
  48. Replies
    11
    Views
    1,152

    v154 Re: Recover Cart Sales - Can't Get It To Work

    Phil, I would first upload the "uninstall-recover-cart-sales.sql" and make necessary changes for the new 4.0.5 version and upload 4.0.5. Then run the auto installer.

    Let us know how it works out.
  49. v155 Re: Issues Moving from One Domain to another.

    Be a good idea to post your solution--for others in the future with the same problem.
  50. Replies
    11
    Views
    479

    v155 Re: Need Thank You Page Add-on

    What you say is true but that is not what the OP was asking for.
Results 1 to 50 of 500
Page 1 of 10 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR