6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
9/3/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#9494] Horde Groupware Webmail Edition 1.2.9 - prefs.php
*
Your Email Address
*
Spam protection
Enter the letters below:
.__. ..__ .__..___ | | |[ __| |[__ |__\\__|[_./|__\|
Comment
> Horde Groupware Webmail Edition 1.2.9 > > File /lib/prefs.php > Lines 166-168 > ______________________________________________________ > if (is_readable($theme_base . '/' . $dir . '/info.php')) { > include $theme_base . '/' . $dir . '/info.php'; > } > ______________________________________________________ > > Errors php (with open_basedir restriction ) : > > ______________________________________________________ > > [Wed Jan 05 17:24:03 2011] [error] [client ***] PHP Warning: > is_readable(): open_basedir restriction in effect. > File(/folder_path/config/../themes/embed.css/info.php) is not within > the allowed path(s): (***) in ***/lib/prefs.php on line 166 > [Wed Jan 05 17:24:03 2011] [error] [client ***] PHP Warning: > is_readable(): open_basedir restriction in effect. > File(/folder_path/webmail/config/../themes/rtl.css/info.php) is not > within the allowed path(s): (***) in ***/lib/prefs.php on line 166 > > The "themes" directory contains css files > ______________________________________________________ > > SOLUTION : > replace : > line 166 if (is_readable($theme_base . '/' . $dir . '/info.php')) { > by > line 166 if (@is_readable($theme_base . '/' . $dir . '/info.php')) {
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers