![]() |
I appreciate you trying to help me out here. I still cant seem to get anything to work correctly.
localhost - shows nothing. localhost:8080 - shows what its supposed to. I tried to remove the 8080 port, but it says port 80 is used by something else and I can't find what it is. Code:
NameVirtualHost *:8080 Code:
127.0.0.1 localhost Code:
<?php Is there something I missed? //I did seem to get this error while trying to access the site through various urls such as "localhost:8080/Mysidia" Code:
Warning: PDO::__construct(): MySQL server has gone away in C:\xampp\htdocs\Mysidia\classes\class_database.php on line 57 |
Oh, ah... set script path to nothing.
PHP Code:
|
Ha, you would not believe this, but there isn't an issue with those files. I've been at this for the last few days, sifting through tens of webpages to try and fix this problem. I've managed to return Xampp to port 80. YES!
Xampp finally says that it is running perfectly. The only issue now.. I get this when I attempt to open "mysidia.dev" Code:
Could not connect to database, the following error has occurred: EDIT:: OMG I fixed it. Thank you so much Kyttias for digging through this and helping me out. I really appreciate it. <3 |
I'm glad you finally got it all working! :3
|
I was playing around with the idea of making some themes, but I wanted to test them on an unmodded install. Downloaded the program, everything seemed fine, but I'm getting this:
[25-Sep-2016 19:55:56 UTC] PHP Fatal error: Uncaught exception 'LanguageException' with message 'Language var nonexist does not exist.' in C:\wamp64\www\classes\class_language.php:68 Stack trace: #0 C:\wamp64\www\classes\class_customdocument.php(82) : Language->__get('nonexist') #1 C:\wamp64\www\classes\class_frame.php(135): CustomDocument->__construct('index') #2 C:\wamp64\www\view\indexview.php(7): Frame->getDocument('index') #3 C:\wamp64\www\classes\class_frontcontroller.php(10 0): IndexView->index() #4 C:\wamp64\www\index.php(74): FrontController->render() #5 C:\wamp64\www\index.php(78): IndexController::main() #6 {main} thrown in C:\wamp64\www\classes\class_language.php on line 68 Also, it isn't adding me as a user to the database, but it makes the tables and inserts the information on the "settings" tables. So... I don't know what that's about either. |
At this point you'll have to specify what version of WAMP you installed because WAMP will keep updating it's PHP version and Mysidia is now outdated in the world of PHP and will not run on the latest versions. This is going to be a real problem across the board at hosting companies in a few short years so I hope that Mysidia releases its next version soon. :cfrown:
Anyway, make sure you get WAMP with a PHP of 5.4, 5.6, or 5.8, and not PHP 7. |
There is no PHP 5.8 though, PHP 5.x only goes up to 5.6. If I recall correctly, WAMP's default version is PHP 5.6, though I can be mistaken. But anyway, PHP 7 compatibility is something I am thinking about for version 1.4.0, it will require a considerable change to the core script though.
|
Quote:
I've been having this exact same issue, so I'd love to know what you guys figured out... EDIT: and for posterity, it seems the solution is to download WAMP 2.5 from sourceforge, then follow the instructions on here. it seems to be working properly now. |
Well its important to note that Mysidia v1.3.x isnt compatible with PHP 7, this will change in version 1.4 for sure but to continue with version 1.3, you have to use PHP 5.3 - 5.6.
|
Okay, maybe I'm insane or I'm a lot more of a newb than I thought. But I'm stuck and have now spent a hour trying to fix this. I've gotten all the way to the Installing Mysidia Adoptables section. Accessing localhost/install gives me a 404 error. It says the requested URL /install was not found on this server.
Browsing through other articles (including setting up the script through an actual host) shows people pointing at the config file. The one this tutorial has us change from "config_adopts" to "config". My config file is empty. Is it supposed to be? I redownloaded the files and config_adopts is empty. I'm probably missing something obvious but help would be appreciated! |
All times are GMT -5. The time now is 11:43 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.