Got it working! Needed to run the schedulercli.php but since it cannot handle any arguments behind it I had to force it inside the php file and remove the user auth in there also. And adjust the paths of inc files. After that I just created a batch file and loaded that inside the Windows Scheduler.
Got it working! Needed to run the schedulercli.php but since it cannot handle any arguments behind it I had to force it inside the php file and remove the user auth in there also. And adjust the paths of inc files.
Got it working! Needed to run the schedulercli.php but since it cannot handle any arguments behind it I had to force it inside the php file and remove the user auth in there also.
Removed authentication. Now I am getting this when running (C:\XAMPP\PHP\PHP.EXE -f C:\xampp\htdocs\dms\op\op.Cron.php) from a batch file: C:\Users\administrator\Desktop>C:\XAMPP\PHP\PHP.EXE -f C:\xampp\htdocs\dms\op\op.Cron.php PHP Warning: Undefined variable $user in C:\xampp\htdocs\dms\op\op.Cron.php on line 34 Warning: Undefined variable $user in C:\xampp\htdocs\dms\op\op.Cron.php on line 34 PHP Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\dms\op\op.Cron.php:34)...
Removed authentication. Now I am getting this when running (C:\XAMPP\PHP\PHP.EXE -f C:\xampp\htdocs\dms\op\op.Cron.php) from a batch file: C:\Users\administrator\Desktop>C:\XAMPP\PHP\PHP.EXE -f C:\xampp\htdocs\dms\op\op.Cron.php PHP Warning: Undefined variable $user in C:\xampp\htdocs\dms\op\op.Cron.php on line 34 Warning: Undefined variable $user in C:\xampp\htdocs\dms\op\op.Cron.php on line 34 PHP Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\dms\op\op.Cron.php:34)...
Sounds like a good option except I am unable to login there. Tried all credentials that I have but none are working. Maybe basic authentication does not work when LDAP is enabled?
Schedulercli.php, I tried. Getting a bunch of errors caused by incorrect inc path. Changed that but now I get "You do not seem to have a valid configuration. Run the <a href="install/install.php">install tool</a> first.
Yes, that's the documentation I found. But indeed I am using windows unfortunatelly.
Hello, Am looking to implement a scheduler to be notified when documents are about to expire. Found the scheduler and am able to add a new task at core:expireddocs. I am using XAMPP on a Windows machine. So, there is no cron (this is well documented). From what I read is that I need to use the Windows Scheduler. But what command should I use to make this work? Regards, Cyril
Thank you! Works now without an error.
Anyone with a solution yet? I have no idea about the autocommit either.
yes, that is the case. See attachment.
Mysql database. Yes, a line has been created in the tbldocumentcontent table.
After the error, when I go back that folder I can see it added the document. Did not add any category, not even sure where to add a category. See attachment, the screen with filled in fields that got me the error.
Hello, Running SeedDMS on latest XAMPP and getting this error when adding a document (in this case used an image file) only added a name, a reviewer and an approver. After clicking Add Document this error appears: Fatal error: Uncaught PDOException: There is no active transaction in C:\xampp\htdocs\seeddms\pear\SeedDMS\Core\inc.DBAccessPDO.php:473 Stack trace: #0 C:\xampp\htdocs\seeddms\pear\SeedDMS\Core\inc.DBAccessPDO.php(473): PDO->commit() #1 C:\xampp\htdocs\seeddms\pear\SeedDMS\Core\inc.ClassFolder.php(1087):...
Hello, Running SeedDMS on latest XAMPP and getting this error when adding a document (in this case used an image file) only added a name, a reviewer and an approver. After clicking Add Document this error appears: Fatal error: Uncaught PDOException: There is no active transaction in C:\xampp\htdocs\seeddms\pear\SeedDMS\Core\inc.DBAccessPDO.php:473 Stack trace: #0 C:\xampp\htdocs\seeddms\pear\SeedDMS\Core\inc.DBAccessPDO.php(473): PDO->commit() #1 C:\xampp\htdocs\seeddms\pear\SeedDMS\Core\inc.ClassFolder.php(1087):...