Results 1 to 10 of 14

Hybrid View

  1. #1
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,036
    Plugin Contributions
    2

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

    The quickest fix is to actually downgrade your MySQL version to MySQL 4.

    Vger

  2. #2
    Join Date
    May 2005
    Posts
    539
    Plugin Contributions
    0

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

    Okay I have now got the database connected again and the front page of the site shows, but just plain text and no css. Also I cannot log into admin with out apache falling over.

    It certainly was not like this two days ago and I have checked for viruses and have not installed anything new.

    So I seem to have a different issue now. Any thoughts would be most welcome.

    Many thanks

    MG

  3. #3
    Join Date
    Nov 2004
    Location
    Norfolk, United Kingdom
    Posts
    3,036
    Plugin Contributions
    2

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

    Did you downgrade to MySQL 4?

    Vger

  4. #4
    Join Date
    May 2005
    Posts
    539
    Plugin Contributions
    0

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

    Hi vger

    I have now down graded and I am back to the authentication protocol problem and messages asking me to upgrade my client again.

  5. #5
    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

  6. #6
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    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.

  7. #7
    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

  8. #8
    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.

 

 

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