Add Blog Entry Issue on Windows Server
Submitted Ryan11433, Jun 20 2012 05:08 AM | Last updated Jun 20 2012 05:08 AM
PHP Warning: is_file(): open_basedir restriction in effect. File(/extensions/blogthis/bt_.php) is not within the allowed path(s): (C:\inetpub\nmhosts\hiphopselite.com\) in C:\inetpub\nmhosts\hiphopselite.com\subdomains\forums\httpdocs\admin\applications_addon\ips\blog\sources\classes\blogthis\bt.php on line 98
Open bt_.php then go to that line
then search to remove.
Open bt_.php then go to that line
then search to remove.
if ( is_file( $_f ) )
{
$classToLoad = IPSLib::loadLibrary( $_f, 'bt_' . $app, 'blog' );
$this->_class = new $classToLoad( $registry, $app, $incoming );
}
else
{
$classToLoad = IPSLib::loadLibrary( '', 'blogthis_base', 'blog' );
$this->_class = new $classToLoad( $registry, $app, $incoming );
}then you can add blog entry now.
| Status: | Duplicate |
| Version: | 2.5.2 |
| Fixed In: |











2 Comments