Jump to content

[PHP] WoWFailureCMS


THOR

Recommended Posts

  • 2 weeks later...
  • 2 weeks later...
Added Security Pages for the Admin, Management Pages, and Userplate is 70% of working, Custom, we will add Blizzlike Features soonPosted Image We increased the Security of the Pages and we make it more Secure day by day. Stay Tuned Posted Image Another Test Repo:https://github.com/WoWFailure/ has been Setup. This Organization is made for Development so the Repositories and the Website has no Security and its for Testing or Improvement of the Current Website. Stable Releases will be released on:https://github.com/Strawberry-Pr0jcts/WoWFailureCMS I hope you will enjoy the website, if you want to Submit Fixes or Scripts Visit:http://www.strawberry-pr0jcts.com/forum/index.php?/forum/28-php-script-submission/ if you want to submit Errors visit:http://www.strawberry-pr0jcts.com/forum/index.php?/forum/30-wowfailurecms-support/ Remember to always read the What is Working on: http://www.strawberry-pr0jcts.com/forum/index.php?/topic/81-info-what-works-and-what-doesnt/These Links will help you and us to improve the website and give our best on the support of the website. Enjoy and Have Fun! Remember to submit errors, we do not "Bite" we are simple men like you Posted Image
Link to comment
Share on other sites

  • 4 weeks later...
  • 2 weeks later...
  • 1 month later...
  • 1 month later...
  • 1 month later...

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: YES)' in C:wampdomainsdev.roadrovers.netcataclassesmysql.class.php:206 Stack trace: #0 C:wampdomainsdev.roadrovers.netcataclassesmysql.class.php(206): PDO->__construct('mysql:host=loca...', 'root', 'password') #1 C:wampdomainsdev.roadrovers.netcataclassesarmory.class.php(99): Character_Database->__construct(Array) #2 C:wampdomainsdev.roadrovers.netcataclassesarmory.class.php(8): Armory_Character->__construct('Furrious') #3 C:wampdomainsdev.roadrovers.netcataadvanced.php(6): Factory_Armory::createCharacter('Furrious') #4 {main} thrown in C:wampdomainsdev.roadrovers.netcataclassesmysql.class.php on line 206

That is the only thing shown on the armory page. It's all white with that message up top.

Is there another DB config other than configs.php?

Link to comment
Share on other sites

There is a file inside your folder called "classes" There you will find a file called "armory.class.php"

Open it with Notepad++ (ONLY) and find the lines: 99 and 100

Fix them but don't break them.

HOW THEY SHOULD LOOK:

$this->setCharDb(new Character_Database(array('host' => 'LOCALHOST','username' => 'USERNAME','password'=>'PASSWORD',ucfirst('character') => 'CHARACTERS DB')));

$this->setWorldDb(new World_Database(array('host' => 'LOCALHOST','username' => 'USERNAME','password'=>'PASSWORD',ucfirst('world') => 'WORLD DB')));

Names with Capitals is what you need to change.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.