<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Horde Groupware Webmail Edition 1.2.9 - prefs.php</title> 
  <pubDate>Fri, 10 Apr 2026 17:52:42 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/9494</link> 
  <atom:link rel="self" type="application/rss+xml" title="Horde Groupware Webmail Edition 1.2.9 - prefs.php" href="https://bugs.horde.org/ticket/9494/rss" /> 
  <description>Horde Groupware Webmail Edition 1.2.9 - prefs.php</description> 
 
   
   
  <item> 
   <title>Horde Groupware Webmail Edition 1.2.9

File /lib/prefs.php</title> 
   <description>Horde Groupware Webmail Edition 1.2.9

File /lib/prefs.php
Lines 166-168
______________________________________________________
if (is_readable($theme_base . &#039;/&#039; . $dir . &#039;/info.php&#039;)) {
                include $theme_base . &#039;/&#039; . $dir . &#039;/info.php&#039;;
            }
______________________________________________________

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 &quot;themes&quot; directory contains css files
______________________________________________________

SOLUTION :
replace : 
line 166 if (is_readable($theme_base . &#039;/&#039; . $dir . &#039;/info.php&#039;)) {
by
line 166 if (@is_readable($theme_base . &#039;/&#039; . $dir . &#039;/info.php&#039;)) {</description> 
   <pubDate>Wed, 05 Jan 2011 16:40:21 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9494#t61321</link> 
  </item> 
   
  <item> 
   <title>No, the solution is to set up your basedir restrictions corr</title> 
   <description>No, the solution is to set up your basedir restrictions correctly.</description> 
   <pubDate>Wed, 05 Jan 2011 17:02:28 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9494#t61322</link> 
  </item> 
   
  <item> 
   <title>&gt; No, the solution is to set up your basedir restrictions co</title> 
   <description>&gt; No, the solution is to set up your basedir restrictions correctly.

sorry but my basedir_restriction is ok :-) I just blanked out the names of directories
the script can not read the path in question ... since it consists of the name of the directory and the name of a css file (present in the said directory)

sorry for my bad english</description> 
   <pubDate>Wed, 05 Jan 2011 17:16:40 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9494#t61323</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
