Title: Permalink and warning problems
Last modified: August 20, 2016

---

# Permalink and warning problems

 *  [varzero](https://wordpress.org/support/users/varzero/)
 * (@varzero)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/permalink-and-warning-problems/)
 * Hi,
 * I installed WordPress (3.1.3, Italian language) with the latest iThemes Builder
   theme, same plugins and configurations (permalink: /year/month/day/postname/)
   on 2 different webservers (Apache) of my hosting provider.
 * The first one (PHP 5.2) is working fine, but the second one (PHP 5.3) has the
   following problems.
 * 1) A warning in the theme layout editor of the admin section (the bold parts 
   of the paths are files and not directories):
 * “Warning: is_dir(): open_basedir restriction in effect. File(/var/www/vhosts/
   variante000096/httpdocs/wp-content/themes/Builder/lib/layout-engine/modules/**
   class.module.php.bak**/images) is not within the allowed path(s): (/var/www/vhosts/
   variante000096:/usr/share/php) in /var/www/vhosts/variante000096/httpdocs/wp-
   content/themes/Builder/lib/layout-engine/editor.php on line 1545 Warning: is_dir():
   open_basedir restriction in effect. File(/var/www/vhosts/variante000096/httpdocs/
   wp-content/themes/Builder/lib/layout-engine/modules/**class.module.php**/images)
   is not within the allowed path(s): (/var/www/vhosts/variante000096:/usr/share/
   php) in /var/www/vhosts/variante000096/httpdocs/wp-content/themes/Builder/lib/
   layout-engine/editor.php on line 1545”.
 * 2) The link in the home page (using the tag <!–nextpage–> to create a pagination)
   redirects to …/2011/06/27/200/ whit a 404 error (page not found) instead of redirecting
   to …/page/2/ (correct).
 * In both cases I have the same .htaccess:
 * # BEGIN WordPress
    <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule
   ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}!-
   d RewriteRule . /index.php [L] </IfModule> # END WordPress
 * I have temporarly solved the problem n. 1) contacting the system administrator
   of my hosting provider who changed the PHP configuration of the second webserver:
   php_admin_flag display_errors Off.
 * Any suggestion?
 * Thanks.
 * Matteo

Viewing 14 replies - 1 through 14 (of 14 total)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/permalink-and-warning-problems/#post-2159179)
 * You have a server/theme issue. Either move to a different server or use another
   theme.
 *  Thread Starter [varzero](https://wordpress.org/support/users/varzero/)
 * (@varzero)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/permalink-and-warning-problems/#post-2159184)
 * I contacted my hosting provider, but they don’t see any issue in their webserver
   configuration…
 * I tried to activate the Twenty Ten default theme, but the permalink redirect 
   is still working wrong…
 * Thanks.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/permalink-and-warning-problems/#post-2159204)
 * > Warning: is_dir(): open_basedir restriction in effect.
 * That is a server configuration issue.
 *  Thread Starter [varzero](https://wordpress.org/support/users/varzero/)
 * (@varzero)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/permalink-and-warning-problems/#post-2159219)
 * Talking to my hosting provider system administrator I was especting:
 * – issue n. 1) = webserver configuration;
 * – issue n. 2) = WordPress permalink engine problem.
 * For issue n. 1) I sent another email to my hosting provider.
 * For issue n. 2) I don’t know how to solve…
 * Thanks.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/permalink-and-warning-problems/#post-2159220)
 * It’s not a WP permalink issue. Your theme is using PHP functions that your hosts
   do not allow.
 *  Thread Starter [varzero](https://wordpress.org/support/users/varzero/)
 * (@varzero)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/permalink-and-warning-problems/#post-2159223)
 * Also for the wrong permalink redirect?
 * Do you have any idea about which PHP functions could create this issue?
 * My hosting provider system administrator asked me which are WordPress Apache/
   PHP configuration setting requirements, but I don’t know them except for the 
   following:
 * – PHP 5.2.4;
    – MySQL 5.0.15; – Apache mod_rewrite module.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/permalink-and-warning-problems/#post-2159327)
 * Does the permalink issue remain if you switch to the Twenty Ten theme?
 *  [WebTechGlobal](https://wordpress.org/support/users/webtechglobal/)
 * (@webtechglobal)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/permalink-and-warning-problems/#post-2159348)
 * Months ago I had an issue with “open_basedir restriction in effect”, customers
   reported this while others did not but using the same version of my plugin.
 * I think it is the server myself but nothing is ever 100% sure.
 * I would consider these paths needing changed if your hosting is sure there setup
   is acceptable…
 * /var/www/vhosts/variante000096/httpdocs/wp-content/themes/Builder/lib/layout-
   engine/modules/class.module.php.bak/images
 * Maybe the images folder can be accessed without using…
 * /var/www/vhosts/variante000096/httpdocs
 *  Thread Starter [varzero](https://wordpress.org/support/users/varzero/)
 * (@varzero)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/permalink-and-warning-problems/#post-2159398)
 * Yes, the permalink issue remains after switching to the Twenty Ten theme.
 * Even if I change the path
 * /var/www/vhosts/variante000096/httpdocs/wp-content/themes/Builder/lib/layout-
   engine/modules/**class.module.php.bak**/images
 * to
 * /wp-content/themes/Builder/lib/layout-engine/modules/**class.module.php.bak**/
   images
 * **class.module.php.bak** is not a directory, but a file…
 *  Thread Starter [varzero](https://wordpress.org/support/users/varzero/)
 * (@varzero)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/permalink-and-warning-problems/#post-2159404)
 * I noticed I have in the menu:
 * – Home
    – Home: Home
 * which is strange…
 * With Twenty Ten theme if I open …/page/2/ it’s opening …/2011/06/27/200/ failing,
 * but if I open …/page/2 it’s opening the second page of the home correctly…
 *  [WebTechGlobal](https://wordpress.org/support/users/webtechglobal/)
 * (@webtechglobal)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/permalink-and-warning-problems/#post-2159419)
 * Can you copy your permalink structure here please.
 * Also paste the setting that holds your domain name. Ensure there is nothing strange
   about that. Probably won’t be.
 * Please also paste the contents of your htaccess file
 *  Thread Starter [varzero](https://wordpress.org/support/users/varzero/)
 * (@varzero)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/permalink-and-warning-problems/#post-2159428)
 * It seems a problem with the theme.
 * Now I think it’s working with Twenty Ten.
 * Using the iThemes Builder theme and a static page as home, there is something
   wrong with the permalink.
 * The pagination works for the other pages, but not the home page…
 *  Thread Starter [varzero](https://wordpress.org/support/users/varzero/)
 * (@varzero)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/permalink-and-warning-problems/#post-2159429)
 * For permalink structure and htaccess content, please refer to my first post.
 *  [WebTechGlobal](https://wordpress.org/support/users/webtechglobal/)
 * (@webtechglobal)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/permalink-and-warning-problems/#post-2159432)
 * Sorry I forgot it was there, just looking over it now

Viewing 14 replies - 1 through 14 (of 14 total)

The topic ‘Permalink and warning problems’ is closed to new replies.

## Tags

 * [permalink](https://wordpress.org/support/topic-tag/permalink/)
 * [warning](https://wordpress.org/support/topic-tag/warning/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 14 replies
 * 3 participants
 * Last reply from: [WebTechGlobal](https://wordpress.org/support/users/webtechglobal/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/permalink-and-warning-problems/#post-2159432)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
