
| Linuxdelta |
|
September 06, 2010, 09:59:15 PM
|
|||
|
|||
| News: Willkommen im neuen Forum |
| Home | Help | Search | Login | Register |
|
1
on: August 17, 2010, 07:35:27 PM
|
||
| Started by kram - Last post by admin | ||
|
Good to hear
![]() |
||
|
2
on: August 17, 2010, 07:34:15 PM
|
||
| Started by kram - Last post by kram | ||
|
enabling multibyte support did the trick!!!
Thanks for the help. Mark |
||
|
3
on: August 17, 2010, 04:41:54 PM
|
||
| Started by kram - Last post by admin | ||
|
Hi,
please enable multibyte support! regards, Frank |
||
|
4
on: August 17, 2010, 03:47:21 PM
|
||
| Started by kram - Last post by kram | ||
|
PHP runnign as apachemodule
multibyte functions/extension enabled in php? --- NO I turned register_globals back off |
||
|
5
on: August 17, 2010, 08:48:35 AM
|
||
| Started by uherbst - Last post by admin | ||
|
Hi,
it is not possible out of the box. But i think it could be implemented. regards, Frank |
||
|
6
on: August 17, 2010, 08:46:45 AM
|
||
| Started by kram - Last post by admin | ||
|
Hi,
did you run php as cgi or fastcgi or apachemodule? Did you have multibyte functions/extension enabled in php? register_globals do not net to be set on. regards, Frank |
||
|
7
on: August 16, 2010, 06:36:38 PM
|
||
| Started by uherbst - Last post by uherbst | ||
|
Apache set some ENV-Variables (REMOTE_USER), if user are authorized (by .htaccess and similar).
Could knowlegderoot just accept these users as authorized without additional login ? Uli |
||
|
8
on: August 16, 2010, 04:27:20 PM
|
||
| Started by kram - Last post by kram | ||
|
I set right as you suggested but am now getting these errors:
[fhcuser@fhc-webserv-01 knowledgeroot]$ ./index.php PHP Notice: Undefined index: HTTP_HOST in /var/www/html/knowledgeroot/include/class-knowledgeroot-header.php on line 1821 PHP Notice: Undefined index: REQUEST_URI in /var/www/html/knowledgeroot/include/class-knowledgeroot-header.php on line 1771 PHP Notice: Undefined index: ORIG_SCRIPT_NAME in /var/www/html/knowledgeroot/include/class-knowledgeroot-header.php on line 1764 PHP Notice: Undefined index: QUERY_STRING in /var/www/html/knowledgeroot/include/class-knowledgeroot-header.php on line 1773 PHP Notice: Undefined index: HTTP_HOST in /var/www/html/knowledgeroot/include/class-knowledgeroot-header.php on line 1821 PHP Notice: Undefined index: REQUEST_URI in /var/www/html/knowledgeroot/include/class-knowledgeroot-header.php on line 1771 PHP Notice: Undefined index: ORIG_SCRIPT_NAME in /var/www/html/knowledgeroot/include/class-knowledgeroot-header.php on line 1764 PHP Notice: Undefined index: QUERY_STRING in /var/www/html/knowledgeroot/include/class-knowledgeroot-header.php on line 1773 PHP Fatal error: Call to undefined function mb_detect_encoding() in /var/www/html/knowledgeroot/system/php-gettext/gettext.inc.php on line 109 register_globals is set to on in php.ini. |
||
|
9
on: August 11, 2010, 09:49:13 PM
|
||
| Started by kram - Last post by admin | ||
|
Hi,
ok you have a rights problem in your system: Code: PHP Warning: session_start(): open(/var/lib/php/session/sess_h8cu0j8cidsq4472j1 5v95os34, O_RDWR) failed: Permission denied (13) in /var/www/html/knowledgeroot/ include/class-session.php on line 101 You should set other rights on /var/lib/php/session/ or should reconfigure your php installation to use a different session store. ok? regards, Frank |
||
|
10
on: August 11, 2010, 09:35:42 PM
|
||
| Started by kram - Last post by kram | ||
|
attached here is the output from running index.php from shell.
|
||