Hi *
I'd like at first to thank you all for your excellent work: I used the old phpsurveyor a couple of years ago, since then you improved it sooo much!
Ok, let's talk about my problem:
The fact
1. I wanted to install limesurvey 1.80RC2 on a Windows NT server where I'm not the admin.
2. I made the admin (apparently) solving a mbstring issue, and properly configured the database (/admin/install/index.php).
The problem
When I try to access to the admin panel (/admin/admin.php), I receive a blank page.
Understanding the problem
1. I had a look at the wiki FAQ
page and I tried without succeed all possible combinations of $rootdir starting from a phpinfo.php, and in particular from this line:
| Code: |
SCRIPT_FILENAME C:www-rootmy-site.comwwwsurveyphpinfo.php
|
2. I went on IRC and I've found ElMatador69 that very kindly tried to help me with the following suggestions:
[*] upload again sources on the site (just in case of some transfer network issue
[*] enable debug in config.php
[*] have a look at phpmyadmin
In phpmyadmin I've finally found what it could be the problem, since I could read the following error:
The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.
However in phpinfo.php I can see the following information:
| Code: |
Multibyte Support enabled
Multibyte string engine libmbfl
HTTP input encoding translation enabled
Multibyte (japanese) regex support enabled
Multibyte regex (oniguruma) version 4.4.4
Multibyte regex (oniguruma) backtrack check On
Directive Local Value Master Value
mbstring.detect_order ASCII,JIS,UTF-8,SJIS,EUC-JP ASCII,JIS,UTF-8,SJIS,EUC-JP
mbstring.encoding_translation On On
mbstring.func_overload 0 0
mbstring.http_input UTF-8,SJIS,EUC-JP UTF-8,SJIS,EUC-JP
mbstring.http_output UTF-8 UTF-8
mbstring.internal_encoding UTF-8 UTF-8
mbstring.language Japanese Japanese
mbstring.strict_detection Off Off
mbstring.substitute_character long long
|
That's strange: phpmyadmin can't find the plugin, whereas php does!
I'm not even sure about the problem: maybe it's just related to $rootdir, but can someone tell me what have I eventually to put in config.php instead of dirname(__FILE__) ?
Thank you for your work and help!
enjoy,

giopas