It gaves an error when to run these file. It seems the error regard with PHPMyadmin?
Warning: require(/path/to/forum/library/core/functions.general.php) [function.require]: failed to open stream: No such file or directory in /home/zaheknet/public_html/vtest/library/test.php on line 5
Fatal error: require() [function.require]: Failed opening required '/path/to/forum/library/core/functions.general.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/zaheknet/public_html/vtest/library/test.php on line 5
Yes peregrine, zahek.net is a live server and I can run Vanilla without problem. Both last stable version and beta version.
But when I try to translate it downs. Actually It happens once to choose tr-TR option after enable the plugin.
but...
Just out of curiousity. Try a different transiflex e.g.
download and install this one
http://vanillaforums.org/addon/vf_ca_es-locale
and after it is installed - add this to your config.php
$Configuration['EnabledLocales']['vf_ca_ES'] = 'ca-ES';
$Configuration['Garden']['Locale'] = 'ca-ES';
make sure those are the only two locale related statements in your config.
then delete all the files that end in ".ini" in your /cache folder.
then see if you get an error with the catalan locale.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
remove the catalan ones and
try the same with turkish -
$Configuration['Garden']['Locale'] = 'tr-TR';
$Configuration['EnabledLocales']['vf_tr_TR'] = 'tr-TR';
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Comments
His problem is the core is not loading properly.
What version of php do you have?
grep is your friend.
Apache : 2.2.22
MySQL : 5.1.68-cll
PHP : 5.2.17
try
substituting
/path/to/forum/library
grep is your friend.
Sorry I am not a developer. You mean to save it and put the folder /library or run these commands?
@magruf Run those commands in a terminal (command, console, term, etc.)
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
you could also create a file test.php and point to it.
grep is your friend.
It gaves an error when to run these file. It seems the error regard with PHPMyadmin?
Warning: require(/path/to/forum/library/core/functions.general.php) [function.require]: failed to open stream: No such file or directory in /home/zaheknet/public_html/vtest/library/test.php on line 5
Fatal error: require() [function.require]: Failed opening required '/path/to/forum/library/core/functions.general.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/zaheknet/public_html/vtest/library/test.php on line 5
did your non-local forum run ok before trying to translate? Or did it just stop working when you tried to translate.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Yes peregrine, zahek.net is a live server and I can run Vanilla without problem. Both last stable version and beta version.
But when I try to translate it downs. Actually It happens once to choose tr-TR option after enable the plugin.
do you have any duplicate translations directories lying around? if so delete all of them.
1 - especially the one in the locale directory.
can you post a directory listing of your locale directory.
2 - can you post of what is inside conf/constants.php
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
I have installed new and no any another directory in vanilla folder.
1- Here is folder list
2- Here is content of constant.php
http://sharetext.org/GAj7
I need the folder list of locales folder.
on the machine that has the faulty translation
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Sorry it has just to folder like this,
/skeleton
/vf_tr_TR
permissions and ownership of /vf_tr_TR
screenshot would help.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Like this:
I don't know:, back to x00's capable hands.
make sure those are the only two locale related statements in your config.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
I am wondering if you can rename the vf_tr_TR folder to tr_TR maybe it will help
There was an error rendering this rich post.
@UnderDog
the config should take care of that. -
$Configuration['EnabledLocales']['vf_ca_ES'] = 'ca-ES';
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
@peregrine, It works
http://www.zahek.net/vtest1/
Shall I do the same as for Turkish? or will yo do something with Turkish plugin?
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.