-
hi and thanks
probably operator error then.
I play with it and see if I can make it work
thanks again
ray.
2009-04-08 01:26:12 UTC in allocPSA
-
Hi,
sends outgoing email, comments etc... if I leave the email settings blank.
fails on both IMAP and POP3 if I fill them in.
fails at:
alloc/email/lib/email_receive.inc.php on line 62
Unable to access mail folder(1). when using the test connection button.
Do you guys have a bug tracker anywhere?
thanks
Ray.
2009-04-07 23:24:10 UTC in allocPSA
-
thanks.
I get the logic behind that and see that I can edit a task if I need to change it to a parent so I'm good with it. Nice piece of software here...
thanks
ray.
2009-03-25 23:16:29 UTC in allocPSA
-
just wondering. when selecting a task 2 of my options are "task" and "parent". parent can have a sub-task and task can not. why not just have one named "task" that has the ability to have sub-tasks?
thanks
ray.
2009-03-22 13:14:29 UTC in allocPSA
-
Strict Standards: Assigning the return value of new by reference is deprecated in C:\apache\htdocs\citecrm\include\ADODB\adodb.inc.php on line 886
Strict Standards: Assigning the return value of new by reference is deprecated in C:\apache\htdocs\citecrm\include\ADODB\adodb.inc.php on line 1858
Strict Standards: Declaration of ADORecordSet_array::FetchField() should be compatible with that...
2008-06-26 20:48:14 UTC in Cite CRM
-
when loading http://localhost/phpready-0.2/
Warning: Smarty::include(phpReady/builder/tpl_compile\%%F7^F7F^F7F34188%%header.tpl.php) [function.Smarty-include]: failed to open stream: No such file or directory in C:\apache\htdocs\phpReady-0.2\phpReady\smarty\Smarty.class.php on line 1258
here's my fix:
in http://localhost/phpready-0.2/index.php
move line 45:
$dir =...
2008-03-19 15:43:41 UTC in phpReady framework
-
http://sourceforge.net/forum/forum.php?thread_id=1645841&forum_id=537591.
2007-11-30 11:04:55 UTC in CalendarTechnique
-
website not found. is there a new website address?
if not does anyone have documentation for this project?
is this project still active?
thanks
:-)
2007-11-03 13:12:05 UTC in CalendarTechnique
-
day.php
line 349
$bkcolor[$i] = substr($bkimage[$i], 0, nLen - 4);
nLen should be $nLen
thanks.
2007-10-23 16:37:50 UTC in iCalScheduler
-
Strict Standards: Assigning the return value of new by reference is deprecated
code:
// Instantiate the Authentication class
$authObj = &new Auth();
// Instantiate the User class
$user = &new User($authObj);
in my copy I removed the & to make the error go away.
put the new code in 1nclude/header.inc.php and removed the code from any page
that has...
2007-10-23 16:07:57 UTC in iCalScheduler