Closed (cannot reproduce)
Project:
File (Field) Paths
Version:
7.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2012 at 16:04 UTC
Updated:
11 Mar 2014 at 06:32 UTC
Jump to comment: Most recent
Comments
Comment #1
decipheredCan you provide more information on how to see this error?
Comment #2
ar-jan commentedI'm also seeing this message (using filefield_paths 1.0-beta3), it is displayed on the status report page. I can confirm that it disappears upon disabling filefield_paths.
A similar issue is fixed here in token module for some Drupal core token providers, but
.
Comment #3
decipheredUnable to reproduce this issue, both locally with the latest dev and via Simplytest.me with 7.x-1.0-beta3: http://simplytest.me/project/filefield_paths/7.x-1.0-beta3
Any further information on how to reproduce this issue would be appreciated.
Comment #4
raulmuroc commentedIt happens to me also.
I had installed Menu_token 7.x-1.0-beta5 and by then it never appeared this message.
Once I changed to Menu_tokven 7.x-1.0-dev it appeared this message in the Status report!
So somehow is related between File (field) path module and Menu_token module in latest dev.
Comment #5
raulmuroc commentedIn my case it was just problems of permissions.
../sites/all/modules/menu_token <-- this last subdirectory and its content didn't let www-data (apache server) to access and execute. Once I change that it worked like a charm and error disappeared.
Cheers!
Comment #6
neRok commentedSounds like the solution is in #5, and is unrelated to this module.