Hello prupal is working for several month, I have migrated site to a new server recently, on the top of page here the messages error , could help ?
mon_blog is the directory of drupal
* warning: main() [function.main]: open_basedir restriction in effect. File(/colorpickerform.inc) is not within the allowed path(s): (/var/www/vhosts/mysite.com/httpdocs:/tmp) in /var/www/vhosts/mysite.com/httpdocs/mon_blog/modules/flexinode/contrib/field_colorpicker.inc on line 4.
* warning: main(colorpickerform.inc) [function.main]: failed to open stream: Operation not permitted in /var/www/vhosts/mysite.com/httpdocs/mon_blog/modules/flexinode/contrib/field_colorpicker.inc on line 4.
* warning: main() [function.include]: Failed opening 'colorpickerform.inc' for inclusion (include_path='.:') in /var/www/vhosts/mysite.com/httpdocs/mon_blog/modules/flexinode/contrib/field_colorpicker.inc on line 4.
Comments
Explanation
This is a flexinode problem.
modules/flexinode/contrib/field_colorpicker.inc
is trying to include a file called /colorpickerform.inc , but is not being allowed because the leading slash there implies it should look in the server (OS) root. And web pages are not allowed to do that - for good reason.
Investigate line 4 - like it says and find why that path is being constructed incorrectly. Probably some global path is not being set. Post as an issue against flexinode.
Oh . and
Describe your problem better in the subject line when posting random threads!
.dan.
How to troubleshoot Drupal | http://www.coders.co.nz/
.dan. is the New Zealand Drupal Developer working on Government Web Standards