Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
text missing - unable to install
#1
Hi to all,
I have a weird problem - there is no text on installation page. Simply - all translatable strings are missing (see screenshot).

- fresh installation of version 1.6
- SimpleXML installed and enabled (Revision: 1.151.2.22.2.39)
- PHP version 5.2.6
- language files OK
- directories writeable
- standard configuration of server (linux), see attached php_info

Any ideas? Smile Thx for help.

Screen:
[Image: 2009-09-03_204643.jpg]
Reply
#2
Wow marty80, I've never seen this before. At the top of the install.php file, right after the include of functions.php, type in:

global $i18n;
- Chris
Thanks for using GetSimple! - Download

Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Reply
#3
Hi Chris,
thx for quick reply. But - no change Sad Still no text in installation...
I'm sure, that problem is in my hosting, but I can not find "where the problem is" Sad
Reply
#4
Just an idea, go to:

admin/lang/en_US.php <-- open this file, under

/*
* For: install.php
*/

Do you see a bunch of strings in example:

"PHPVER_ERROR" => "<b>Unable to continue:</b> PHP 5.1.3 or greater is required, you have ",
Nothing is too difficult... anything is possible.
'But you tried, and you failed.. the important thing? never try'
Reply
#5
marty80 Wrote:- language files OK

Yes Smile As I mentioned in my first post - language files are OK.
Reply
#6
I have it figured out Marty - It needed two things:

at the top of the install.php file, I needed to specify $LANG = "en_US"; and I also had to CHMOD all your folders within /data/ and /backups/ to 777 because 775 wasn't working for your server.

Even though I've never seen this before, I added $LANG = "en_US"; to the install.php for good now as it would never hurt the install page, it just seems redundant.

If you want to retry the install on your own, download the latest beta release at box.net/get-simple
- Chris
Thanks for using GetSimple! - Download

Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Reply
#7
Thx for your help! Everything is working now. So - SOLVED Smile
Reply




Users browsing this thread: 1 Guest(s)