I am having some similar problems. I get the follwing messages showing up in various parts of teh brwser window:
Warning: VardefManager::include_once(cache/modules...
The rest depends on where I was. For example I was looking at the Schedular, and the cache/module/... was for a schedular related file. Also I was in the email module and was getting the same error related to a cache/module/InboundEmail file.
If I look at all the files under /var/public/Sugar5/cache/modules, i see:
Code:
drwxrwxr-x 3 www-data www-data 4096 2009-04-28 14:39 Accounts
drwxrwxr-x 3 www-data www-data 4096 2009-04-25 00:29 ACL
drwxrwxr-x 3 www-data www-data 4096 2009-04-28 14:38 ACLActions
drwxrwxr-x 3 www-data www-data 4096 2009-04-28 14:38 ACLRoles
drwxrwxr-x 3 www-data www-data 4096 2009-04-28 14:38 Administration
...and so on
However on the files mentioned in the warnings, the owner and permission of the files was not the same:
Code:
drwxrwxr-x 3 www-data www-data 4096 2009-04-28 14:39 Schedulers
drwxrwxr-x 3 www-data www-data 4096 2009-04-28 14:39 SchedulersJobs
-rw-rw---- 1 root root 1973 2009-04-28 14:39 SchedulersJobvardefs.php
drwxrws--- 3 www-data www-data 4096 2009-04-25 03:15 Studio
I was able to correct it with chmod and chown commands.
On my box, the original Apache instance is run as root, and it's child processes are run as www-data (partial output of ps -aux)
Code:
root 11890 0.0 0.4 24704 10176 ? SNs Apr26 0:00 /usr/sbin/apache2 -k start
www-data 24788 0.0 0.5 25256 10496 ? SN 12:18 0:09 /usr/sbin/apache2 -k start
www-data 24824 0.1 0.4 25136 9332 ? SN 12:27 0:10 /usr/sbin/apache2 -k start
www-data 25174 0.1 0.5 25236 10448 ? SN 13:49 0:06 /usr/sbin/apache2 -k start
www-data 25234 0.1 0.4 25056 9300 ? SN 14:06 0:04 /usr/sbin/apache2 -k start
So that's the data. Any guesses as to how this is happening. Do you think it's how my apache process is launched? Does the original process do any of the work, or does it only let the child processes do work? Or is this dog barking up the wrong tree?
Bookmarks