Well I am posting here in hopes that some kind, knowledgable person, might help me troubleshoot my recent server updates.
I did have my support questions going in a thread on ac -web, but for some reason my last post said "needs to be approved by admin" so who knows how long that might take. Plus I know there are some very skilled people here that might be able to figure this one out.
Before someone shouts "ITS A REPACK WE DON'T DO THOSE YOU CRAZY IDIOT WHO CANT COMPILE THINGS >:O !!" for whatever your die-hard reason might be ..... please just hear my question, as it does not really pertain to anything related to the repack, but more about MySQL and Apache in general. I will mention some things about the repack so you have some history to understand the question though.
If it is important to know specifically, I am working with a trinity repack called Jeuties Blizzlike Repack and use FusionCMS as the website system for this repack/server. I was attempting to update the repack.
Below I will first list posts I had made on the other forum to get anyone up to speed on the matter, so that they can understand my current situation better. Again, I understand some of it does touch on repack related issues, but the END question I have now come down to, is not repack related; it is Apache/SQL based.
Post 1) - Updating Jeuties Blizzlike Repack
Hello Everyone! I hope someone will be able to point me in the right direction on this one, as I really think I did everything right and was expecting there to be no problems![]()
I was updating from 9.7.4 to 9.8.1
I did everything as I should and executed each update correctly in sequence.
My auth server starts up fine but the World server will crash saying:
[1054] Unknown column 'Id' in 'Field list'
Your database structure is not up to date Please make sure you've executed all queries in the sql/updates folders.
Please Helpssss
Just to show everyone my thought process I made a checklist while going through executing the updates, as I noticed there was not necessarily an update for char and auth per repack revision number. So, if I marked [No] for does update exist, it means there wasnt an sql update for this and I jumpped to executing the update below it.
My update sequence checklist
For Characters
Does update exist_____________update name________Now "current revision"
[Yes]__________________9.7.4_characters_db.sql________.5
[ No]__________________9.7.5_characters_db.sql________.6
[Yes]__________________9.7.6_characters_db.sql________.7
[Yes]__________________9.7.7_characters_db.sql________.8
[ No]__________________9.7.8_characters_db.sql_________.9
[Yes]__________________9.7.9_characters_db.sql_______8.0
[Yes]__________________9.8.0_characters_db.sql_______8.1
For Auth
Does update exist_____________update name________Now "current revision"
[ No]__________________9.7.4_auth_db.sql________.5
[Yes]__________________9.7.5_auth_db.sql________.6
[Yes]__________________9.7.6_auth_db.sql________.7
[Yes]__________________9.7.7_auth_db.sql________.8
[ No]__________________9.7.8_auth_db.sql_________.9
[Yes]__________________9.7.9_auth_db.sql_______8.0
[ No]__________________9.8.0_auth_db.sql_______8.1
Post 2) - Found a solution, but create website problem.
To further explain my above problem to any one knowledgeable in the field I have manipulated some things and found a solution to the original problem, but that creates another, perhaps more simple problem that someone on here could more likely help me overcome.![]()
My setup:
- Home based cpu running both a fusioncms website and the wow server all in one (such that I have the usual databases auth, char etc + fusion_cms used for the website)
- Run Apache and MySQL through Xampp
Originally would receive the [1054] Unknown column 'Id' in 'Field list' error when I would try to run the worldserver on the setup as it was (Apache and MySQL through xampp).
Just to try things out I decided to, (using the exact same autch char database that originally threw the 'Id' error) run the "all in one" mysql provided in the repack 9.8.1. and What do you know the world server runs just fine :P
So, my logic?
Well ditch xampp and just use the provided Apache and MySQL services in the Jeuties Blizzlike Repack 9.8.1/Server folder.
Moving the fusioncms website over to repack www folder:
Copy contents of htdocs folder from xampp and place --------> into Jeuties Blizzlike Repack 9.8.1/Server/www
**I am sure to edit all requirements FusionCMS needs in the Apache httpd.conf file, which are to enable:
- mod_rewrite
- mod_headers
- mod_expires
- mod_deflate
and in the php.ini file
- php_curl
- php_openssl
- php_soap
- php_gd2
Everything should be good now, am sure xamp apache and sql services are off, launch provided MySQL, Apache, and go ahead with auth server and world server.
--> Go to website on localhost and have error![]()
"Unable to connect to your database server using the provided settings.
Filename: C:\Users\Gerald\Desktop\Jeuties Blizzlike Repack 9.8.1\Server\www\system\database\DB_driver.php
Line Number: 124"
--> Go to localhost/debug.php and find
Testing your server connections...
MySQL connection to CMS database could not be established: Access denied for user 'fusion'@'localhost' (using password: YES)
Does any repack sql/apache / fusioncsm aficionado know what I should do next?
Current Situation:
MySQL work from repack: ✓
apache/fusioncms website work from repack: ✖