Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   Help! (http://www.mysidiaadoptables.com/forum/showthread.php?t=5548)

goofyunicorn 02-02-2018 02:52 PM

Quote:

Originally Posted by Dinocanid (Post 36955)
It should be located under public html. It's listed underneath the folders but above the php files:
http://www.clipular.com/c/6285684906...2sJewcoToQc6ck
(you won't have all of these exact files and folders, since they're mostly custom, but you get the idea)
If it isn't there, then you should be able to make one by creating a new file called ".htaccess" and add this inside of it:
PHP Code:

RewriteEngine On
RewriteCond 
%{REQUEST_FILENAME} !-f
RewriteCond 
%{REQUEST_FILENAME} !-d
#RewriteCond %{HTTP_HOST} ^www\.(.*) [NC]
#RewriteRule ^ http://%1%{REQUEST_URI} [L,R=301]
RewriteCond %{REQUEST_URI} !\.(js|css|gif|jpg|png|ico)$ [NC]
RewriteRule ^(.*)$ index.php [QSA,L]
RewriteRule ^get/([0-9]+).gif$ /click/siggy/$[L]
php_value error_reporting 1 

Or at least, I think you can make your own. I'm not sure if cPanel prevents this or not. If it doesn't let you make one, then you should be able to make one with notepad++ or something and uploading it.

I did that and it still doesn't work. ;-;

Dinocanid 02-02-2018 03:09 PM

Quote:

Originally Posted by goofyunicorn (Post 36956)
I did that and it still doesn't work. ;-;

What's your folder structure? Is it similar to this?:

http://www.clipular.com/c/6563510503...pOAISdhWifCs6Y

I'm trying to think of the possible issues, and you might have to re-install since something probably went wrong there.

goofyunicorn 02-02-2018 03:17 PM

Quote:

Originally Posted by Dinocanid (Post 36957)
What's your folder structure? Is it similar to this?:

http://www.clipular.com/c/6563510503...pOAISdhWifCs6Y

I'm trying to think of the possible issues, and you might have to re-install since something probably went wrong there.

Yep all in that order. How do I reinstall?

Dinocanid 02-02-2018 03:22 PM

Quote:

Originally Posted by goofyunicorn (Post 36958)
Yep all in that order. How do I reinstall?

Just go to /install/index.php and you should be able to do everything again. I think you might have to remove all the tables from the database first, since they might duplicate. During re-installation, make sure you put the url without www or http (so just beausaviary.x10.bz). Then leave script path empty (since there's no subfolder) and make sure the database host says "localhost".

goofyunicorn 02-02-2018 03:29 PM

Quote:

Originally Posted by Dinocanid (Post 36959)
Just go to /install/index.php and you should be able to do everything again. I think you might have to remove all the tables from the database first, since they might duplicate. During re-installation, make sure you put the url without www or http (so just beausaviary.x10.bz). Then leave script path empty (since there's no subfolder) and make sure the database host says "localhost".

How do I remove the tables from the database?

Dinocanid 02-02-2018 03:32 PM

Quote:

Originally Posted by goofyunicorn (Post 36960)
How do I remove the tables from the database?

Go to phpMyAdmin and click on the database. If you click the structure tab and scroll to the bottom, you should be able to mass-select all of the tables. Then under the dropdown you click "drop".

goofyunicorn 02-02-2018 03:49 PM

Quote:

Originally Posted by Dinocanid (Post 36961)
Go to phpMyAdmin and click on the database. If you click the structure tab and scroll to the bottom, you should be able to mass-select all of the tables. Then under the dropdown you click "drop".

I have reinstalled and surprise, surprise... Doesn't work... :catfish:

Dinocanid 02-02-2018 03:51 PM

Quote:

Originally Posted by goofyunicorn (Post 36962)
I have reinstalled and surprise, surprise... Doesn't work... :catfish:

I'm afraid I don't know what the issue is then. Since you're using x10premium, did you try contacting support and checking to see if it's an issue on their end?

goofyunicorn 02-02-2018 03:53 PM

Quote:

Originally Posted by Dinocanid (Post 36963)
I'm afraid I don't know what the issue is then. Since you're using x10premium, did you try contacting support and checking to see if it's an issue on their end?


Will do and will keep you updated.

goofyunicorn 02-06-2018 07:18 AM

Quote:

Originally Posted by goofyunicorn (Post 36937)
It works! I get to step 3 though and when I select to go on to the next step, this error message appears:

Could not connect to database, the following error has occurred:
SQLSTATE[28000] [1045] Access denied for user 'beausavi_adopts'@'localhost' (using password: YES)


I got this error again on the Mysidia Host (Which uses cPanel). What do I do? I have made a database user but it isn't working properly


All times are GMT -5. The time now is 02:47 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.