Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,036
    Plugin Contributions
    2

    Default Re: Apache server gone wrong?????

    Provided that it is a fairly recent version of the MySQL 4 series you shouldn't be having that problem - it's only very old versions of MySQL 4 that have that problem.

    Vger

  2. #12
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Apache server gone wrong?????

    1. You are running a windows server
    2. you have apache installed
    3. you have PHP installed
    4. you have MySQL installed

    Did you also download and install the MySQL Connector for PHP (basically the PHP client to talk to the MySQL engine)? You can get it from the downloads area of the MySQL website.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #13
    Join Date
    Feb 2004
    Posts
    1,774
    Plugin Contributions
    14

    Default Re: Apache server gone wrong?????

    I fixed this using another of those methods on the mysql site:

    Code:
    mysql> SET PASSWORD FOR
        -> 'some_user'@'some_host' = OLD_PASSWORD('newpwd');
    That did it for me. Be sure to only type the first line. then hit enter and it makes the -> for you. then add the rest

  4. #14
    Join Date
    Jan 2006
    Location
    UK
    Posts
    43
    Plugin Contributions
    0

    Default Re: Apache server gone wrong?????

    Did you resolve this? if you got it running on windows server but no css and proper formatting - could it be a local host error on an internal window server issue? if so resolve on local ip address not local host in cofigure.php.

    long shot.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Apache server.
    By Alan Rodgers in forum General Questions
    Replies: 3
    Last Post: 26 Nov 2010, 06:51 PM
  2. Apache/1.3.33 Server Error
    By moonbeamsoycandles in forum General Questions
    Replies: 2
    Last Post: 8 Feb 2010, 06:55 PM
  3. Is Apache needed for a windows server?
    By totalsam in forum Installing on a Windows Server
    Replies: 1
    Last Post: 15 Nov 2009, 03:42 PM
  4. Test Server wtih Apache and IIS
    By Lfong6266 in forum Installing on a Windows Server
    Replies: 3
    Last Post: 16 Sep 2007, 12:56 AM
  5. xml schema validation crashes apache server
    By janbom in forum General Questions
    Replies: 4
    Last Post: 29 Mar 2007, 08:58 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg