Jump to content

[B3] Import Translations Trouble


kysil

Recommended Posts

Posted

My Exported Language file from Beta 2 doesn't Imported to Beta 3. Beta 3 is Clean Installed. 

 

EX2

exception 'ErrorException' with message 'tempnam(): open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/var/www/kysil/data:.)' in /var/www/kysil/data/www/kysil.mysite/applications/core/modules/admin/languages/languages.php:580
Stack trace:
#0 [internal function]: IPS\IPS::errorHandler(2, 'tempnam(): open...', '/var/www/kysil...', 580, Array)
#1 /var/www/kysil/data/www/kysil.mysite/applications/core/modules/admin/languages/languages.php(580): tempnam('/tmp', 'IPS')
#2 [internal function]: IPS\core\modules\admin\languages\_languages->uploadNewVersion()
#3 /var/www/kysil/data/www/kysil.mysite/system/Dispatcher/Controller.php(85): call_user_func(Array)
#4 /var/www/kysil/data/www/kysil.mysite/system/Node/Controller.php(53): IPS\Dispatcher\_Controller->execute()
#5 /var/www/kysil/data/www/kysil.mysite/applications/core/modules/admin/languages/languages.php(39): IPS\Node\_Controller->execute()
#6 /var/www/kysil/data/www/kysil.mysite/system/Dispatcher/Dispatcher.php(124): IPS\core\modules\admin\languages\_languages->execute()
#7 /var/www/kysil/data/www/kysil.mysite/admin/index.php(13): IPS\_Dispatcher->run()
#8 {main}
Posted

Mine converted fine from B2 -> B3, but i didn't try to Import it in a fresh install of Beta 3... Will try it later.

 

Looks like an OpenBaseDir Error - don't if this a server issue or an issue of B3.

Posted

Yeah, I have a similar error since the first pre-release version of IPS4 came out. Happens only on "live" installations though, not on localhost installations...

Posted

Yeah, I have a similar error since the first pre-release version of IPS4 came out. Happens only on "live" installations though, not on localhost installations...

​My Suite installed on live URL & Web Server.

Posted

Your configured temporary directory is /tmp but your server has open_basedir restriction enabled and can't write there.  Your temporary directory configuration needs to be updated to be within your allowed open_basedir path(s).

Posted

@bfarber, Please, help me to solve this error.

If I understand correctly, I need to open the file 'data/etc/php.ini' and add parameter open_basedir = /var/www/kysil/data/mod-tmp

Yes?

Posted
Oh sorry, I was wrong. I did get a different error.

exception 'ErrorException' with message 'move_uploaded_file() [function.move-uploaded-file]: Filename cannot be empty' in /is/htdocs/ips4/applications/core/modules/admin/languages/languages.php:143

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...