warning: touch() [function.touch]: Utime failed: Permission denied
hamzahali - October 15, 2009 - 07:02
| Project: | Drupal Contact List Importer |
| Version: | 6.x-2.x-dev |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I see this error on my userinterface.
warning: touch() [function.touch]: Utime failed: Permission denied in /home/hamzahal/public_html/studyx.org/sites/all/modules/dcl_importer/dcl_importer/importers/openinviter_engine/OpenInviter/openinviter.php on line 324.

#1
this is an openinviter issue, not a dcl import issue. looking at the code it appears that openinviter is attempting to touch a file in the cookie path. So make sure the cookie path (as set in config.php) is writeable.
Did you run the openinviter postinstall script?
#2
Yes, it is an openinviter issue.
You have to give permissions to the file "oi_plugins.php" in /tmp or whatever the name is of your "plugins_cache_file" in "config.php", in order to "postinstall.php" to work properly.
Regards.
#3
#4
thanks @KMC81, marking this as fixed...
#5
Automatically closed -- issue fixed for 2 weeks with no activity.