04-11-2011, 01:15 PM
(04-11-2011, 03:08 AM)administrator Wrote: [quote='dedide' pid='1204' dateline='1302420969']
Hi,
playing with 3.0 RC4 and assigning access to folders on a Linux/Apache system, PHP 5.2.16 and MySQL 5.0.92-community.
If I click on Copy inherited access list I get
=================================================
Warning: Invalid argument supplied for foreach() in /home/pactcsor/public_html/internal/docflow/Core/inc.ClassFolder.php on line 304
Warning: Invalid argument supplied for foreach() in /home/pactcsor/public_html/internal/docflow/Core/inc.ClassFolder.php on line 309
Warning: Cannot modify header information - headers already sent by (output started at /home/pactcsor/public_html/internal/docflow/Core/inc.ClassFolder.php:304) in /home/pactcsor/public_html/internal/docflow/op/op.FolderAccess.php on line 283
================================================
I get the same error if I click Start with empty access list.
hi sorry to keep asking you thing but can you please post your setting file here
if you have a static ip or anything for your company please remove from it .
all we wanna see is the path to core
thanks
LetoDMS team
Here is the relavant section in setting file
====================
// Path to where letoDMS is located
var $_rootDir = "/home/pactcsor/public_html/internal/docflow/";
// Path to LetoDMS_Core
// If left empty LetoDMS_Core will used from the standard include path
var $_coreDir = "/home/pactcsor/public_html/internal/docflow/Core";
// The relative path in the URL, after the domain part. Do not include the
// http:// prefix or the web host name. e.g. If the full URL is
// http://www.example.com/mydms/, set $_httpRoot = "/mydms/".
// If the URL is http://www.example.com/, set $_httpRoot = "/".
var $_httpRoot = "/internal/docflow/";
// Where the uploaded files are stored (best to choose a directory that
// is not accessible through your web-server)
var $_contentDir = "/home/pactcsor/letoxxxxxx/";
===========================
Hope this is what you are after