I just installed the Flexinode module and I keep getting the following errors at the top of my pages:

warning: main(colorpickerform.inc): failed to open stream: No such file or directory in /webdocs/test/public_html/sandbox/drupal/modules/flexinode/contrib/field_colorpicker.inc on line 4.

warning: main(): Failed opening 'colorpickerform.inc' for inclusion (include_path='') in /webdocs/test/public_html/sandbox/drupal/modules/flexinode/contrib/field_colorpicker.inc on line 4.

I checked my folders and field_colorpicker.inc is where it's supposed to be. Has anyone had this problem?

Any help would be greatly appreciated. Thanks!

Comments

gte451f’s picture

I am having the same problem, if I find anything I'll post it here.

behindthepage’s picture

I had problems with flexinode and eventually I read the readme files for the relevant field and followed the instructions and amazingly the problems went away. Flexinode is a great module it just needs extra care installing it.

Installation
Copy the colorpickerform.inc and the field_colorpicker.inc into the flexinode directory.

All the best
gpdinoz

"If we can see further it is because we stand on the shoulders of giants"

Regards
Geoff

gte451f’s picture

Hey guys, I have tried that originally and it still isn't working. I have tried copying the files all over the place but it just wont work. I will keep looking to see if it is somthing specific to my server.

For the time being the error that I am getting is....

warning: main(colorpickerform.inc): failed to open stream: No such file or directory in /home/www/flowerybranchboosterclub/modules/flexinode/field_colorpicker.inc on line 4.

warning: main(): Failed opening 'colorpickerform.inc' for inclusion (include_path='') in /home/www/flowerybranchboosterclub/modules/flexinode/field_colorpicker.inc on line 4.

Funny thing is that I have those files in that location.

behindthepage’s picture

The only thing I can think of is check chmod permissions.

gpdinoz
"If we can see further it is because we stand on the shoulders of giants"

Regards
Geoff

gte451f’s picture

Hi guys, I tried opening up the permissions on the files as you suggested but it still didn't work.

The thing that finally worked was to get rid of the color picker files altogether. Once I did that the module worked. Reading the code, the module loads each inc file to get a list of installed types. With the color picker files gone, it didn't try to load them anymore.

Jim

behindthepage’s picture

gpdinoz
"If we can see further it is because we stand on the shoulders of giants"

Regards
Geoff

robomalo’s picture

I ended just not including those files. Flexinode works fine without them. I have been themeing the flexinodes anyways so I haven't had any need for those problem causing files.

kbourne’s picture

I found some fixes in other parts of this forum (beyond just deleting the files), but I was in a hurry and don't really care about having that functionality, so I tried your solution. I found that I still had the same errors, even when the files didn't even exist. So I turned off the flexinode module and turned it back on and that fixed it.