Version of script: 2.1
Hosting company: Aushost
URL of phpinfo.php: http://help.tinym.com/info.php
URL of session_test.php: http://help.tinym.com/session_test.php
What terms did you try when SEARCHING for a solution:
blank index.php
Failed opening required 'language/en/text.php'
common.inc.php 217
common.inc.php
text.php errors
language files
failed to open text.php
Write your message below:
I have debug turned on. I have not modified core files.
Errors I see are posted below (absolute path directory names have been changed). I uploaded the original text.php file to language/en/ -- http://help.tinym.com/language/en/text.php and it did not make the errors go away.
Warning: require(language/en/text.php) [function.require]: failed to open stream: No such file or directory in /dir/dir/dir/tinym.com/public_html/help/inc/common.inc.php on line 217
Warning: require(language/en/text.php) [function.require]: failed to open stream: No such file or directory in /dir/dir/dir/tinym.com/public_html/help/inc/common.inc.php on line 217
Fatal error: require() [function.require]: Failed opening required 'language/en/text.php' (include_path='/usr/local/lib/php') in /dir/dir/dir/tinym.com/public_html/help/inc/common.inc.php on line 217
common.inc.php lines 215-219 look like this:
Code: Select all
function hesk_returnLanguage() {
global $hesk_settings, $hesklang;
require(HESK_PATH . 'language/' . $hesk_settings['languages'][$hesk_settings['language']]['folder'] . '/text.php');
return true;
} // END hesk_returnLanguage()