- Posts: 8
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
I think you must contact Hostinger.lenakun wrote: I have installed LimeSurvey on Hostinger via Hostinger's autoinstaller,
It's clearly an installation/server problem here ... php.net/manual/es/ini.core.php#ini.open-basedirlenakun wrote: Warning: realpath() [function.realpath]: open_basedir restriction in effect. File(/home/u472518717/public_html/cuestionarios/framework) is not within the allowed path(s): (/home/u581810840:/tmp:/var/tmp:/opt/php-5.3/pear) in /home/u472518717/public_html/cuestionarios/index.php on line 93
'components' => array( 'db' => array( 'connectionString' => 'mysql:host=localhost;port=3306;dbname=thedbnale;', 'emulatePrepare' => true, 'username' => 'theuser', 'password' => 'thepassword', 'charset' => 'utf8', 'tablePrefix' => 'prefix_', ),
In the index, we just need to know where is the framework dir. The framework dir is in the same directory than the index.php file. I think hostinger try to make an autoinstaller where some files are shared betwwen different users. The sahred files are on /home/u472518717 with a symbolic link.
BUT:
you can install a new limesurvey instance without the auto installer and keep your database.
Then you must see with hostinger why /home/u581810840 is in your allowed path and NOT /home/u472518717lenakun wrote: That's not right, /home/u472518717 is MY directory. In that directory there are all the folders that should be: application, framework, and so on. If not, it would never work. It just gives intermittent errors.