Mysidia Adoptables Support Forum  

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

Notices

Reply
 
Thread Tools Display Modes
  #31  
Old 02-16-2015, 11:44 AM
StarTheNightfury StarTheNightfury is offline
Member
 
Join Date: Feb 2015
Posts: 3
Gender: Female
Credits: 385
StarTheNightfury is on a distinguished road
Default

This confuses me soooo much. Can someone help me understand this?

Um the gemstone hosting won't work, and the other one is glitchy, is there any other web hosting sites that are alike?

Last edited by StarTheNightfury; 02-16-2015 at 03:02 PM.
Reply With Quote
  #32  
Old 02-16-2015, 03:27 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,599
Hall of Famer is on a distinguished road
Default

Actually x10hosting will work you just fine, all you have to do is to change something in your path class file.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #33  
Old 02-25-2015, 11:09 AM
Shex's Avatar
Shex Shex is offline
Member
 
Join Date: Apr 2010
Posts: 14
Credits: 3,053
Shex
Default

I hope I can ask here:
I accidently set the rights of the inc directory to 777 instead of the config.php, which rights should it normally have? Was it 755?

Plus which config should i change? config_adopts and config_forums?

Last edited by Shex; 02-25-2015 at 11:11 AM.
Reply With Quote
  #34  
Old 02-25-2015, 11:21 AM
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,599
Hall of Famer is on a distinguished road
Default

Well it does not matter whether its 777 or 755, but for security reason its better to keep config folder to 755. The file you need to change is config_adopts.php, edit file name to config.php and it should work.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #35  
Old 02-25-2015, 11:43 AM
Shex's Avatar
Shex Shex is offline
Member
 
Join Date: Apr 2010
Posts: 14
Credits: 3,053
Shex
Default

Thank you! Yeah, now it works :)
Reply With Quote
  #36  
Old 04-13-2015, 05:17 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
Default Error after installation

I got stuck offline for a long time and my site got deleted.
I redid everything and reinstalled.
It said I had installed everything correctly but when I tried to go to my site, all I get is a weird error.

Code:
Warning: require(home/chibifurs.elementfx.com/inc/smarty/Smarty.class.php): failed to open stream: No such file or directory in /home/chibifu2/public_html/classes/class_mysidia.php on line 326

Warning: require(home/chibifurs.elementfx.com/inc/smarty/Smarty.class.php): failed to open stream: No such file or directory in /home/chibifu2/public_html/classes/class_mysidia.php on line 326

Fatal error: require(): Failed opening required 'home/chibifurs.elementfx.com/inc/smarty/Smarty.class.php' (include_path='.:/opt/alt/php55/usr/share/pear:/opt/alt/php55/usr/share/php') in /home/chibifu2/public_html/classes/class_mysidia.php on line 326
This is what is in my class_mysidia.php for that section:
Code:
    public function getTemplate(){
	    $templateClass = "inc/smarty/Smarty.class.php";
        require $this->path->getRoot().$templateClass;
		
		$this->template = new Template($this->path);
		Registry::set(new String("template"), $this->template, TRUE, TRUE);
        return $this->template;
    }
__________________
Failing at being normal since 1990.
Reply With Quote
  #37  
Old 04-13-2015, 05:55 PM
Hwona's Avatar
Hwona Hwona is offline
Member
 
Join Date: Mar 2013
Posts: 620
Gender: Female
Credits: 48,172
Hwona is on a distinguished road
Default Re

Quote:
Originally Posted by AndromedaKerova View Post
I got stuck offline for a long time and my site got deleted.
I redid everything and reinstalled.
It said I had installed everything correctly but when I tried to go to my site, all I get is a weird error.

Code:
Warning: require(home/chibifurs.elementfx.com/inc/smarty/Smarty.class.php): failed to open stream: No such file or directory in /home/chibifu2/public_html/classes/class_mysidia.php on line 326

Warning: require(home/chibifurs.elementfx.com/inc/smarty/Smarty.class.php): failed to open stream: No such file or directory in /home/chibifu2/public_html/classes/class_mysidia.php on line 326

Fatal error: require(): Failed opening required 'home/chibifurs.elementfx.com/inc/smarty/Smarty.class.php' (include_path='.:/opt/alt/php55/usr/share/pear:/opt/alt/php55/usr/share/php') in /home/chibifu2/public_html/classes/class_mysidia.php on line 326
This is what is in my class_mysidia.php for that section:
Code:
    public function getTemplate(){
	    $templateClass = "inc/smarty/Smarty.class.php";
        require $this->path->getRoot().$templateClass;
		
		$this->template = new Template($this->path);
		Registry::set(new String("template"), $this->template, TRUE, TRUE);
        return $this->template;
    }
I actually had this problembefore... it got fixed after I asked the host to turn off error messages or something.
__________________
Reply With Quote
  #38  
Old 04-13-2015, 06:11 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
Default

Quote:
Originally Posted by Wallie987 View Post
I actually had this problembefore... it got fixed after I asked the host to turn off error messages or something.
Turning my error messages just leads to a blank page.
I tried the various blank page fixes and they do nothing.
Lucky I used to love that show, blankety blank huh coz that's all I get.
__________________
Failing at being normal since 1990.
Reply With Quote
  #39  
Old 04-13-2015, 07:59 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,599
Hall of Famer is on a distinguished road
Default

If you are on x10hosting, keep in mind that you need to modify the root path in class file.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #40  
Old 04-13-2015, 08:37 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
Default

Quote:
Originally Posted by Hall of Famer View Post
If you are on x10hosting, keep in mind that you need to modify the root path in class file.
Yeah. I modified my root path as per one of the fixes.
Code:
$this->root = "home/chibifurs.elementfx.com/public_html/";
__________________
Failing at being normal since 1990.
Reply With Quote
Reply

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
Pixel Art Tutorials? tahbikat Art Gallery 15 07-02-2014 10:12 PM
Mysidia Tutorials + Articles AlexC Webmasters Area 5 11-26-2013 06:27 AM
Cre's Sai Tutorials Cremuex Levier Tutorials and Tips 9 03-30-2013 08:47 AM
Useful Coding Video Tutorials Corsair Tutorials and Tips 0 03-05-2012 06:28 PM
Pixel Art Tutorials RoconzaArt Tutorials and Tips 9 01-26-2011 12:21 PM


All times are GMT -5. The time now is 06:56 PM.

Currently Active Users: 456 (0 members and 456 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