Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   Mysidia Installation Tutorials (http://www.mysidiaadoptables.com/forum/showthread.php?t=3532)

StarTheNightfury 02-16-2015 11:44 AM

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

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

Hall of Famer 02-16-2015 03:27 PM

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

Shex 02-25-2015 11:09 AM

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?

Hall of Famer 02-25-2015 11:21 AM

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.

Shex 02-25-2015 11:43 AM

Thank you! Yeah, now it works :)

AndromedaKerova 04-13-2015 05:17 PM

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;
    }


Hwona 04-13-2015 05:55 PM

Re
 
Quote:

Originally Posted by AndromedaKerova (Post 32256)
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.

AndromedaKerova 04-13-2015 06:11 PM

Quote:

Originally Posted by Wallie987 (Post 32257)
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.

Hall of Famer 04-13-2015 07:59 PM

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

AndromedaKerova 04-13-2015 08:37 PM

Quote:

Originally Posted by Hall of Famer (Post 32260)
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/";


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

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.