Search:

Type: Posts; User: FluffyTigger

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    2,621

    Re: can i access my other website database

    You don't need things to be hosted on Linux/Apache/CPanel, you only need MySQL with networking to access a DB server remotely and not have any firewalls blocking access from outside the local network...
  2. Replies
    13
    Views
    3,575

    Re: Advice please! Which MySql and Which PHP

    Used PHP 5.1.4 and MySQL 5.0.24 on my server without a problem for ZC. If your server has the resources, I would say you should install both mySQL4 and mySQL5 on it. That way you can switch the DB...
  3. Re: Images not showing in new install of v1.3.5

    Well, the 2 top things I can think of that would get your images not showing up would be wrong permission, or the path somehow is incorrect. maybe recheck your paths again? Go into the source of...
  4. Re: Images not showing in new install of v1.3.5

    can we see your site? might help if we can double check the paths.
  5. Replies
    5
    Views
    2,900

    Re: how about using a remote mySQL server

    Connect to the outside mysql server through SSL. I don't know if that's build in to the standard rpm, you might need to compile your own mysql.
  6. Replies
    2
    Views
    1,751

    Re: Installing to SubDomain for Development

    no troubles at all, just change the 2 config file, and the last time I did it, there was one item in the database configuration table that needed to be change.
  7. Replies
    5
    Views
    3,869

    Re: SQL Cache Method

    SHOW STATUS LIKE '%qcache%'

    SHOW VARIABLES LIKE '%query_cache%'

    High number of low memory prunes are bad.
  8. Re: Instal issues - No stylesheet? or somthing like that...

    http://www.dreamtimecreations.eu/store/includes/templates/nifty_zen/css/stylesheet_new.css where the stylesheet should be can't be access. DId you actually uploaded the stylesheet? and other...
  9. Replies
    3
    Views
    1,436

    Re: A tip about the warning message

    DId yer move host or something? The paths are completely different :unsure:

    One's going to public_html, the other's mydomain-www, not sure what's going on.

    Usually that warning come up if you...
  10. Replies
    7
    Views
    1,840

    Re: PHP error on new server

    And they might be doing mankind a service :laugh:

    Budsy, dude, for da love of Small Fluffy Animals, run at least 4.4.1. There were some major major major security problems with all versions...
  11. Replies
    4
    Views
    2,088

    Re: SSL admin is only HTTPS on 1st page

    In the admin config file, there's an option for HTTP_SERVER and HTTPS_SERVER, where HTTP SERVER has an http:// url, if you change that to https:// then you'll be under SSL for every single page.
  12. Replies
    5
    Views
    3,869

    Re: SQL Cache Method

    The one that has the most effect would be caching at the server level set up by your host. I do this on my servers, it cache the result directly in RAM, which really does decrease the load time...
  13. Re: MySQL and PHP inconsistency Install problem

    in /etc/php.ini there's a couple of settings that define your default mySQL socket location. If you installed PHP and MySQL rpm then you shouldn't have a problem. If you compiled your own, set the...
  14. Re: SSL installed after zen. Config.php modification needed?

    Oh, and now come the fun part:yes: , you get to customize the templates to a lampy look :laugh:
  15. Re: SSL installed after zen. Config.php modification needed?

    // * DIR_WS_* = Webserver directories (virtual/URL)
    // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
    define('DIR_WS_CATALOG', '/');...
  16. Replies
    14
    Views
    4,665

    Re: Re-Install

    Is the database correct? Is it populated with the information you wanted?
  17. Replies
    8
    Views
    1,953

    Re: safe_mode = ON ??

    Look at your apache configure file for your control panel, I use PLESK and PLESK add a DIRECTORY directive with php_admin_value that set safe mode to ON for the web hosting directories.

    You can...
  18. Re: Firefox has detected that the server is redirecting the request for this address

    You can test any htaccess setting by putting a php file with
    <?php phpinfo(); ?> in the body, just call that in a subdir and it will show PHP. There is a column (right) that will show you the LOCAL...
  19. Re: Firefox has detected that the server is redirecting the request for this address

    Is this is a complete fresh install? You can try doing a complete fresh install or a migration? I have both migration and fresh test of ZC on PHP 5.1.4 on mine and it's working fine.

    Oh yeah,...
  20. Replies
    3
    Views
    2,099

    Re: database connections

    Can you connect to it some other way like via phpMyAdmin or through shell with that account?

    If no, try setting the user's host to localhost.
  21. Replies
    12
    Views
    3,863

    Re: To https or not https ?

    If you're small and going for something that'll do but don't need premium stuff then the picking point should be the seal, some of those like the Rapid SSL one doens't have an interactive verify...
  22. Replies
    12
    Views
    3,863

    Re: To https or not https ?

    The SSL certificate have encryption keys that allow your servers to set up a secure connection. Then all you have to do is use https instead of http and the server secure any normal URL for you...
  23. Replies
    12
    Views
    3,863

    Re: To https or not https ?

    They don't, the encryption strength is auto-negotiated between the Server and Browser. You usually get AES-256 bits with FireFox and an updated Apache. The certificate is only used as an...
  24. Replies
    14
    Views
    6,284

    Re: SSL from GoDaddy

    Godaddy SSL require the intermediate certificate installed to play nice. I've heard of colleagues having the same problem on cpanel with the installation. On my Plesk Server the SSL installed fine...
  25. Replies
    14
    Views
    6,284

    Re: SSL from GoDaddy

    You can always do a re-install :) That'll get ya familiar with Zen Cart more as well. I probably did about 15 or 20 reinstalls before I got what I wanted. :laugh:
  26. Replies
    2
    Views
    1,925

    Re: AGH!! Cart won't save changes!

    What do you mean nothing happen? do you get a blank page? a normal page that look like it worked? or a 404 error?
  27. Replies
    14
    Views
    6,284

    Re: SSL from GoDaddy

    There's only 2

    /includes/configure.php and /admin/includes/configure

    Around the top, there should be a couple of settings, one with a url for normal, one with a url for https, and one that...
  28. Replies
    14
    Views
    6,284

    Re: SSL from GoDaddy

    Yes, I don't think there's a db key, so just changing the config files should work. :yes:
  29. Replies
    14
    Views
    6,284

    Re: SSL from GoDaddy

    Shopping doesn't need to be secure, only the checkout portion where they actually enter the credit card and other information need to be. If you go to the checkout section then Zencard does switch...
  30. Replies
    14
    Views
    6,284

    Re: SSL from GoDaddy

    It's automatic. SSL encrypt the data transmittion layer between computers, it doesn't matter what you're transfering on that layer. All you have to do is install it and allocate a unique ip, then...
  31. Replies
    3
    Views
    1,725

    Re: Do I need SSL

    If you're going to use SSL, get your own certificate, it's $20 a year from Godaddy, and a few places $15/yr. Share Cert just doesn't look good. Most host have ip for $1/mo so you're looking at...
  32. Replies
    11
    Views
    4,139

    Re: zen cart appears as directory listing

    DirectoryIndex at_domains_index.html index.html index.html.var index.shtml index.cfm index.php index.htm

    Is this in your httpd.conf? is the index.php in there? Are you Really Really sure it's...
  33. Replies
    11
    Views
    4,139

    Re: zen cart appears as directory listing

    Index file settings? Apache has a list of files it look for as the default file to run when you hit a directory, index.htm, index.html index.php index.cfm ... and so on...
Results 1 to 33 of 238
Page 1 of 5 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR