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
  #1  
Old 09-10-2014, 06:12 AM
Derpstra's Avatar
Derpstra Derpstra is offline
Seamstress!
 
Join Date: Aug 2012
Location: Seattle, WA/Charlotte, NC
Posts: 26
Gender: Female
Credits: 7,576
Derpstra is on a distinguished road
Default

Do you think you will have a solution soon, or would it be better to just switch webhosts at this point? I've been pretty faithful to X10hosting.
__________________
-
  #2  
Old 09-14-2014, 11:17 AM
destrovel destrovel is offline
Member
 
Join Date: Sep 2014
Posts: 5
Gender: Unknown/Other
Credits: 687
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 ;)
  #3  
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: 22,904
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.
  #4  
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: 51,368
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. >->
  #5  
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: 22,904
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.
  #6  
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: 51,368
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.
  #7  
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: 22,904
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.
  #8  
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: 611,604
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.
  #9  
Old 11-07-2014, 03:55 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: 611,604
Hall of Famer is on a distinguished road
Default

well this tutorial is a bit outdated, since it was written at the time of Mys v1.2.x. Use this tutorial and it will help you better:
http://mysidiaadoptables.com/forum/s...ead.php?t=3532

If you still are confused then, lemme know and I'd be glad to help you.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
  #10  
Old 04-01-2016, 09:32 AM
LUC1G07CH1's Avatar
LUC1G07CH1 LUC1G07CH1 is offline
Member
 
Join Date: Mar 2016
Location: Too distant for telling, but it's HUEBR
Posts: 158
Gender: Unknown/Other
Credits: 48,327
LUC1G07CH1 is on a distinguished road
Send a message via AIM to LUC1G07CH1 Send a message via Yahoo to LUC1G07CH1
Default

What if the host isn't 00webhost? But Mysidia's host?
Closed Thread


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 01:29 AM.

Currently Active Users: 3457 (0 members and 3457 guests)
Threads: 4,081, Posts: 32,032, 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 - 2025, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636