Help!

Forum
Last Post
Threads / Messages

goofyunicorn

Kelpie
Member
Joined
Feb 1, 2018
Messages
101
Points
16
Location
Unicorn Land
Mysidian Dollar
8,047
I am using x10Premium and I have downloaded MA 1.3.4. I follow installation directions and when I get to the part where you do "yoursite.com/install/index.php" and I input that into my browser and it says "404 Not Found". How do I fix this? Also, how do I make my actual website as I can't seem to find out how to do so on x10Premium... I am very new to this, haha. Thanks for any help.
 
You need to install the script before you can make the actual website. You said you followed installation directions, then tried to install the script, can you elaborate on that? Which tutorial are you using? (the youtube one is quite old and should not be used)
It also seems like a pathing issue. Is the script contained in a subfolder or did you extract the zip file directly under public_html?
 
You need to install the script before you can make the actual website. You said you followed installation directions, then tried to install the script, can you elaborate on that? Which tutorial are you using? (the youtube one is quite old and should not be used)
It also seems like a pathing issue. Is the script contained in a subfolder or did you extract the zip file directly under public_html?

I was following the 1.3.4. tutorial. I extracted the zip file under public_html and it came up with the MysidiaAdoptables subfolder with all the script folders inside it.
 
I was following the 1.3.4. tutorial. I extracted the zip file under public_html and it came up with the MysidiaAdoptables subfolder with all the script folders inside it.

If you didn't take it out of the subfolder, then the url to it should be "yoursite.com/mysidia adoptables 1.3.4/install/index.php".
I recommend moving everything out of that folder and straight into public_html.
 
If you didn't take it out of the subfolder, then the url to it should be "yoursite.com/mysidia adoptables 1.3.4/install/index.php".
I recommend moving everything out of that folder and straight into public_html.

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)
 
The information for the database user probably doesn't match what you used during installation. (If you didn't make a database user, you can do that from cPanel and make sure to add all permissions)
 
The information for the database user probably doesn't match what you used during installation. (If you didn't make a database user, you can do that from cPanel and make sure to add all permissions)

I have finally finished! But when I get to the final page, I follow the link to log in to the AdminCp and it says This Page is Not Working?
 
I tried it but I must be doing it wrong. Do you have any knowledge of coding? If so, on the yoursitename part, do I put the database user or site url?

Yeah, I'm a coder. For yoursitename, you don't do either (the name is misleading, i know). On the left side of cPanel's file manager, you should see a path thing with a home icon followed by the path of whatever folder you're viewing. You should put what it says between the home and public_html there. So it should actually be "home/foldername/public_html".
I can provide a screenshot if I need to, since I might not have worded that in the best way.
 
Yeah, I'm a coder. For yoursitename, you don't do either (the name is misleading, i know). On the left side of cPanel's file manager, you should see a path thing with a home icon followed by the path of whatever folder you're viewing. You should put what it says between the home and public_html there. So it should actually be "home/foldername/public_html".
I can provide a screenshot if I need to, since I might not have worded that in the best way.

May I have a screenshot please? :) Thank you for all the help
 
May I have a screenshot please? :) Thank you for all the help
I was on mobile at the time of my last comment, and the full path isn't clear from the file manager, sorry ^^;
It can be found under the statstics section of cPanel though:
5983082449207296.png

Where it says "home directory", that's what you should use. So for example, mine would say "/home/foodbabs/public_html/". If the script is in a subfolder, then it would be "/home/name/public_html/subfolder_name".
 
I was on mobile at the time of my last comment, and the full path isn't clear from the file manager, sorry ^^;
It can be found under the statstics section of cPanel though:
5983082449207296.png

Where it says "home directory", that's what you should use. So for example, mine would say "/home/foodbabs/public_html/". If the script is in a subfolder, then it would be "/home/name/public_html/subfolder_name".

Ugh... I did exactly what you said, all info correct. It still doesn't work... ;-;
 
Ugh... I did exactly what you said, all info correct. It still doesn't work... ;-;
Hmm. If you go to public_html/inc/config.php, does it say anything next to "SCRIPTPATH"? It should look like this:
PHP:
define('SCRIPTPATH', '');     //The folder you installed this script in
Assuming there isn't a subfolder involved.
 
Hmm. If you go to public_html/inc/config.php, does it say anything next to "SCRIPTPATH"? It should look like this:
PHP:
define('SCRIPTPATH', '');     //The folder you installed this script in
Assuming there isn't a subfolder involved.


Yes it does say that :)
 
Yes it does say that :)

This is really weird then. I read that it could be related to not having an htaccess file. You can check if it's there by enabling "show hidden files" under the file manager settings. If one is there, try enabling error reporting by adding this at the bottom:
PHP:
php_value error_reporting 1
It might show a more specific error that's easier to figure out, instead of the mysterious 500 error.

I'd really like to figure out what causes this, since I'm using x10 for my site and I haven't run into this error.
 
This is really weird then. I read that it could be related to not having an htaccess file. You can check if it's there by enabling "show hidden files" under the file manager settings. If one is there, try enabling error reporting by adding this at the bottom:
PHP:
php_value error_reporting 1
It might show a more specific error that's easier to figure out, instead of the mysterious 500 error.

I'd really like to figure out what causes this, since I'm using x10 for my site and I haven't run into this error.

I have done the show hidden files and can't find a htacess file. Where could I find it?
 
I have done the show hidden files and can't find a htacess file. Where could I find it?
It should be located under public html. It's listed underneath the folders but above the php files:
6285684906917888.png

(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:
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/$1 [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.
 
Last edited:

Similar threads

Users who are viewing this thread

  • Forum Contains New Posts
  • Forum Contains No New Posts

Forum statistics

Threads
4,280
Messages
33,132
Members
1,603
Latest member
Monako
BETA

Latest Threads

Top