Help Me!!!!!!!!!!!

Results 1 to 14 of 14
  1. #1
    Newbie User Name: is offline
    MemberRank
    Apr 2007 Join Date
    21Posts

    Help Me!!!!!!!!!!!

    ...... old post
    Last edited by User Name:; 30-01-09 at 04:33 AM.


  2. #2
    Newbie User Name: is offline
    MemberRank
    Apr 2007 Join Date
    21Posts

    Re: Help Me!!!!!!!!!!!

    can anyone help me

  3. #3
    Newbie User Name: is offline
    MemberRank
    Apr 2007 Join Date
    21Posts

    Re: Help Me!!!!!!!!!!!

    plzzz

  4. #4
    Newbie Keytachi is offline
    MemberRank
    Apr 2007 Join Date
    PortugalLocation
    23Posts

    Re: Help Me!!!!!!!!!!!

    you know... posting 6 minutes after your first post, and one minute after that wont do you much help. if people help you, you should be thankful, this isnt an "instant answer forum".

  5. #5
    Newbie User Name: is offline
    MemberRank
    Apr 2007 Join Date
    21Posts

    Re: Help Me!!!!!!!!!!!

    k srry just my brothers pushing me to get it fixxed

  6. #6
    Grand Master Suicide is offline
    Grand MasterRank
    Jun 2005 Join Date
    A CoffinLocation
    2,498Posts

    Re: Help Me!!!!!!!!!!!

    you have 4 pictures.. how do we know which error you are talking about?

  7. #7
    Newbie User Name: is offline
    MemberRank
    Apr 2007 Join Date
    21Posts

    Re: Help Me!!!!!!!!!!!

    they all have eroors they are all diffrent files

  8. #8
    Newbie User Name: is offline
    MemberRank
    Apr 2007 Join Date
    21Posts

    Re: Help Me!!!!!!!!!!!

    it tells me to run all four of them non of them finish they all say canot find file dir

  9. #9
    Newbie BloodReaver is offline
    MemberRank
    Jan 2007 Join Date
    10Posts

    Re: Help Me!!!!!!!!!!!

    When all else fails: Join us, SWITCH TO MaNGOS, other than that, look for these things:
    1) Have you got your map/data dirs where they should be (look at config, change if needed)
    2) Look at the I.P. you have it set to. (Use 10.1.1.1 whatever your PC is set to)
    3) Looking at those logs, I should have to also say, look at the connection info in SQLYog/Navicat (whichever you have) **IMPORTANT** Look at your configs, and look at your SQL databases.

    With all this said, join the MaNGOS revolution, I know a lot more. And to all those who posted unhelpful posts, Shame on you, we were all newbs once!

  10. #10
    Sorcerer Supreme FamineMK is offline
    Member +Rank
    Jun 2006 Join Date
    In the clouds.Location
    378Posts

    Re: Help Me!!!!!!!!!!!

    In every window it says the same thing. It is having a problem connecting to your MySQL server... try starting there.

  11. #11
    Newbie User Name: is offline
    MemberRank
    Apr 2007 Join Date
    21Posts

    Re: Help Me!!!!!!!!!!!

    ok im just droping this cause its not working im going to try MaNGOS if it will sopport WoW BC 2.0.12

  12. #12
    Banned Yamachi is offline
    BannedRank
    Oct 2006 Join Date
    Jolly EnglandLocation
    3,515Posts

    Re: Help Me!!!!!!!!!!!

    look, the only problem you are having atm is that diskw cannot start on w:\, so, change your start.bat to this:
    Code:
    @echo off
    
    diskw\home\admin\program\pskill.exe Apache.exe
    IF NOT ERRORLEVEL 1 goto started
    set Disk=%1
    IF "%Disk%"=="" set Disk=y
    rem create the disk
    subst %Disk%: "diskw"
    IF ERRORLEVEL 1 goto hint
    set apachepath=\usr\local\apache2\
    set apacheit=%Disk%:%apachepath%bin\Apache.exe -f %apachepath%conf\httpd.conf -d %apachepath%.
    set programit=%Disk%:\home\admin\program\
    set closeit=%programit%close.bat %Disk%
    %Disk%:
    cd \usr\local\php
    start \usr\local\mysql\bin\mysqld-nt.exe --defaults-file=/usr/local/mysql/bin/my-small.cnf
    CLS
    echo The server is working on the disk %Disk%:\ [http/127.0.0.1/a/]
    start %Disk%:\home\admin\WWW\redirect.html
    start %programit%miniserv.exe "%apacheit%" "%closeit%"
    goto end
    :hint
    CLS
    echo The disk %Disk% is busy. Use start.bat [disk letter]
    goto pause
    :started
    CLS
    echo ERROR!!! 
    echo One of the instances of Apache server is started. Use stop.bat
    :pause
    echo .
    pause
    :end
    exit
    This will tell it to use disk "y" instead. Anyways, you have to run start.bat BEFORE you run the server, as it starts the MySQL server.

  13. #13
    Newbie User Name: is offline
    MemberRank
    Apr 2007 Join Date
    21Posts

    Re: Help Me!!!!!!!!!!!

    ok i tryed it with y it worked but i ran the ws and it worked but the other 2 files still got the error so i stoped it all then when to try it a second time and now i get the error on y

  14. #14
    Member THE_Wolfman is offline
    MemberRank
    Feb 2007 Join Date
    58Posts

    Re: Help Me!!!!!!!!!!!

    Actually the first error is the biggie, and the main cause for the rest. Odds are good that the other "diskw" distro is running Apache, mySQL, and PhP, meaning that a second one will attempt to start up secondary copies which will conflict. Then the mapped "virtual" drive will remain busy, possibly even failing to release when the stop.bat file is run (Check "My Computer" after running stop bat... is the drive still there?).

    I haven't tried running a RS server, but would suggest you consider the possibility of either merging the two server applications into one "diskw", or think about setting up Apache, mySQL, PhP, and both of your servers as seperate applications.



Advertisement