Installing the MAS

Forum
Last Post
Threads / Messages
Status
Not open for further replies.
I personally think it's less effort to find a host that works than to wait for a fix on this really specific problem. Especially because we don't know what x10 changed in their settings ;)
 
Ran into this during a new installation in x10hosting. Script works fine in my old account, but not on this new one. Has anything been found about it?

----

Alright, I think I found the problem. I echo'd the root and it was giving me /usr/local/apache/htdocs/ instead of /home/_name_/public_html/

In class_path.php, instead of this line:

PHP:
$this->root = getenv('DOCUMENT_ROOT').SCRIPTPATH."/";
put this:

PHP:
$this->root = "/home/_name_here_/public_html/";
 
Last edited:
Ran into this during a new installation in x10hosting. Script works fine in my old account, but not on this new one. Has anything been found about it?

----

Alright, I think I found the problem. I echo'd the root and it was giving me /usr/local/apache/htdocs/ instead of /home/_name_/public_html/

In class_path.php, instead of this line:

PHP:
$this->root = getenv('DOCUMENT_ROOT').SCRIPTPATH."/";
put this:

PHP:
$this->root = "/home/_name_here_/public_html/";
I'm doing this, and yet I'm still getting a blank page? c:
 
Might be for another reason, like misconfiguration. What are the contents of your error_log on the day you last visited your site?

Oh man. That file is a mess. There's so much stuff there. xD I'm not sure the last day I visited my site and it was working was though..As I get on every day. It might have been 2 days ago, but maybe the one from today would help?

[19-Oct-2014 16:55:11 America/New_York] PHP Fatal error: require(): Failed opening required '/home/_name_here_/public_html/inc/smarty/Smarty.class.php' (include_path='.:/opt/alt/php54/usr/share/pear:/opt/alt/php54/usr/share/php') in /home/capifore/public_html/classes/class_mysidia.php on line 326

Edit:
Alright. I went back in there and there was a break in the error messages. So this might be of more help?
[07-Oct-2014 02:33:02 America/New_York] PHP Notice: Undefined property: DocumentRenderer::$thematicBreak in /home/capifore/public_html/classes/class_guirenderer.php on line 184
(-There are no errors in between these two dates-)
[16-Oct-2014 01:54:35 America/New_York] PHP Warning: require(/usr/local/apache/htdocs/inc/smarty/Smarty.class.php): failed to open stream: No such file or directory in /home/capifore/public_html/classes/class_mysidia.php on line 326
 
Last edited:
Oh man. That file is a mess. There's so much stuff there. xD I'm not sure the last day I visited my site and it was working was though..As I get on every day. It might have been 2 days ago, but maybe the one from today would help?

[19-Oct-2014 16:55:11 America/New_York] PHP Fatal error: require(): Failed opening required '/home/_name_here_/public_html/inc/smarty/Smarty.class.php' (include_path='.:/opt/alt/php54/usr/share/pear:/opt/alt/php54/usr/share/php') in /home/capifore/public_html/classes/class_mysidia.php on line 326

Edit:
Alright. I went back in there and there was a break in the error messages. So this might be of more help?
[07-Oct-2014 02:33:02 America/New_York] PHP Notice: Undefined property: DocumentRenderer::$thematicBreak in /home/capifore/public_html/classes/class_guirenderer.php on line 184
(-There are no errors in between these two dates-)
[16-Oct-2014 01:54:35 America/New_York] PHP Warning: require(/usr/local/apache/htdocs/inc/smarty/Smarty.class.php): failed to open stream: No such file or directory in /home/capifore/public_html/classes/class_mysidia.php on line 326

Yeah that seems to be the error I was getting. When you put this line:

$this->root = "/home/_name_here_/public_html/";

Where it says _name_here put capifore. It's the name of the folder public_html is in
 
Yeah that seems to be the error I was getting. When you put this line:

$this->root = "/home/_name_here_/public_html/";

Where it says _name_here put capifore. It's the name of the folder public_html is in

Oh man. I'm such a derp. It's working now. XD Thank you very much! <3 I'm not sure what I would have done without you. c:
 
Oh man. I'm such a derp. It's working now. XD Thank you very much! <3 I'm not sure what I would have done without you. c:

Hehe no problem! I didn't really explain what it was xD I'm glad it's working! Sorry taking long, forgot to check this thread
 
I think people need to stop replying to this thread. There's another thread on installation tutorial, and its more up to date with Mys v1.3.x.
 
Problem

11. Once connected
You will see a box on the left side, open the MAS unzipped file up, and enter the "adoptables" folder. Select ALL files INSIDE the "adoptables" folder and double click into "Public_html" on the other box at the right. And then DRAG the selected files from the left box to the right box.

My issue is that there ISN'T an "adoptables" folder in the unzipped scripts file.
I'm using Mysidia Adoptables v1.3.4
 
Status
Not open for further replies.

Similar threads

Users who are viewing this thread

  • Forum Contains New Posts
  • Forum Contains No New Posts

Forum statistics

Threads
4,277
Messages
33,119
Members
1,602
Latest member
BerrieMilk
BETA

Latest Threads

Latest Posts

Top