By robomalo on
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
Same Here
I am having the same problem, if I find anything I'll post it here.
Check the readme files
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.
All the best
gpdinoz
"If we can see further it is because we stand on the shoulders of giants"
Regards
Geoff
Well, still no luck
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.
Hmm...
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
Found a work around
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
Good on you!
gpdinoz
"If we can see further it is because we stand on the shoulders of giants"
Regards
Geoff
Did the same thing
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.
One more thing
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.