Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Tutorials and Tips

Notices

Closed Thread
 
Thread Tools Display Modes
  #201  
Old 09-14-2014, 11:17 AM
destrovel destrovel is offline
Member
 
Join Date: Sep 2014
Posts: 5
Gender: Unknown/Other
Credits: 529
destrovel is on a distinguished road
Default

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 ;)
  #202  
Old 09-28-2014, 01:04 PM
IntoRain's Avatar
IntoRain IntoRain is offline
Moderator
 
Join Date: Jul 2013
Location: Portugal
Posts: 461
Gender: Female
Credits: 19,264
IntoRain is on a distinguished road
Default

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 Code:
$this->root getenv('DOCUMENT_ROOT').SCRIPTPATH."/"
put this:

PHP Code:
$this->root "/home/_name_here_/public_html/"
__________________


asp.net stole my soul.

Last edited by IntoRain; 10-01-2014 at 10:02 PM.
  #203  
Old 10-19-2014, 10:16 AM
Pear's Avatar
Pear Pear is offline
Woah man.
 
Join Date: Dec 2013
Location: The Underworld
Posts: 169
Gender: Female
Credits: 45,393
Pear is on a distinguished road
Default

Quote:
Originally Posted by IntoRain View Post
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 Code:
$this->root getenv('DOCUMENT_ROOT').SCRIPTPATH."/"
put this:

PHP Code:
$this->root "/home/_name_here_/public_html/"
I'm doing this, and yet I'm still getting a blank page? c:
__________________
Noot noot! Gotta get a new signooture. >->
  #204  
Old 10-19-2014, 11:59 AM
IntoRain's Avatar
IntoRain IntoRain is offline
Moderator
 
Join Date: Jul 2013
Location: Portugal
Posts: 461
Gender: Female
Credits: 19,264
IntoRain is on a distinguished road
Default

Quote:
Originally Posted by Pear View Post
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?
__________________


asp.net stole my soul.
  #205  
Old 10-19-2014, 05:58 PM
Pear's Avatar
Pear Pear is offline
Woah man.
 
Join Date: Dec 2013
Location: The Underworld
Posts: 169
Gender: Female
Credits: 45,393
Pear is on a distinguished road
Default

Quote:
Originally Posted by IntoRain View Post
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
__________________
Noot noot! Gotta get a new signooture. >->

Last edited by Pear; 10-20-2014 at 11:27 PM.
  #206  
Old 10-21-2014, 04:58 PM
IntoRain's Avatar
IntoRain IntoRain is offline
Moderator
 
Join Date: Jul 2013
Location: Portugal
Posts: 461
Gender: Female
Credits: 19,264
IntoRain is on a distinguished road
Default

Quote:
Originally Posted by Pear View Post
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
__________________


asp.net stole my soul.
  #207  
Old 10-21-2014, 05:14 PM
Pear's Avatar
Pear Pear is offline
Woah man.
 
Join Date: Dec 2013
Location: The Underworld
Posts: 169
Gender: Female
Credits: 45,393
Pear is on a distinguished road
Default

Quote:
Originally Posted by IntoRain View Post
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:
__________________
Noot noot! Gotta get a new signooture. >->
  #208  
Old 10-21-2014, 05:35 PM
IntoRain's Avatar
IntoRain IntoRain is offline
Moderator
 
Join Date: Jul 2013
Location: Portugal
Posts: 461
Gender: Female
Credits: 19,264
IntoRain is on a distinguished road
Default

Quote:
Originally Posted by Pear View Post
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
__________________


asp.net stole my soul.
  #209  
Old 10-25-2014, 10:40 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 327,850
Hall of Famer is on a distinguished road
Default

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.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
  #210  
Old 11-07-2014, 03:53 PM
AndromedaKerova's Avatar
AndromedaKerova AndromedaKerova is offline
ChibiFur Queen
 
Join Date: Nov 2014
Location: England
Posts: 83
Gender: Female
Credits: 3,686
AndromedaKerova is on a distinguished road
Exclamation 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
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help Installing Abronsyth Questions and Supports 2 07-01-2014 09:32 AM
Installing forum Cremuex Levier Questions and Supports 6 06-03-2013 07:59 AM
Installing the Script help? Clessidra Questions and Supports 2 12-07-2012 09:54 PM
Help Installing! Almost done:/ booksbooks098 Questions and Supports 11 11-30-2012 03:19 PM
installing help Aur Questions and Supports 3 11-15-2011 10:57 PM


All times are GMT -5. The time now is 07:28 AM.

Currently Active Users: 656 (0 members and 656 guests)
Threads: 4,080, Posts: 32,024, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636