Branches
Comments
[»]
Other Emrem Scripts
by giosico - Apr 30th 2003 03:10:58
Don't know if you are interested in such but hear are other similiar
scripts that might be useful ...
Check out these systems ...
http://www.hotscripts.com/PHP/Scripts_and_Programs/Email_Systems/Reminders/
In particular check out this one ...
free and developed in english
hasnt been update in a while
http://sourceforge.net/projects/e-reminders/
[reply]
[top]
[»]
emrem-0.6.1 feedback
by giosico - Apr 29th 2003 22:22:04
I am new to emrem and let me say thank you for writing this. Here is what
I have found so far. Please take these as you would like as I dont profess
to know what I am talking about ;p
1) Creating a record in the past gives a browser warning saying you cant
do that which indicates to the user that the record was not added but it is
actually created in the database.
2) Seems some values could be moved into config.php ... like some database
name in lists.php.
3) Lists.php is not mentioned in the manual or from anydocumentation. So
I am not sure if it is intended for use.
4) Lists.php is dieing when trying to encounter the first mysql_select_db
statement. Perhaps this is because my installation requires a user and
pass even from localhost. I have no idea. I am happy just to delete items
from the db for my useage.
I hope this helps.
Regards,
John
[reply]
[top]
[»]
Re: emrem-0.6.1 feedback
by Elihu - Apr 29th 2003 23:35:22
> 1) Creating a record in the past gives a browser warning saying you
cant do that
> which indicates to the user that the record was not added but it is
actually
> created in the database.
You're quite right. I will fix this bug in the next release.
Items 2-4 involve the file "list.php". This file is included in the
release as-is and is only there as a guide to help people create an admin
if they choose to do so. That being said, it is out-dated (doesn't use the
PEAR::DB, etc) and should be updated so it might be useful, which includes
using the configuration settings in config.php.
Thanks,
Rob
[reply]
[top]
[»]
Re: emrem-0.6.1 feedback
by giosico - Apr 30th 2003 01:32:25
Thanks for your timely response. It is good to know the status of
lists.php.
[reply]
[top]
[»]
emrem.pl won't run
by Simo - Jun 28th 2002 11:19:40
Hi there,
trying to get this to work for a while now and not sure what the problem
is.
I enter a cron job via Webmin and then run it but get this:
Output dal comando /home/www/emrem.pl ..
/bin/sh: /home/www/emrem.pl: No such file or directory
What could the problem be - permissions? Any suggestions very welcome
ta
simo
[reply]
[top]
[»]
different extensions for PHP?
by Tom - Aug 20th 2001 14:37:24
The files contain .phtml and .php extensions. I'm new at this and am
curious why. Why not just .php for the PHP code.
-- Tom
[reply]
[top]
[»]
Re: different extensions for PHP?
by Elihu - Aug 20th 2001 20:36:41
> The files contain .phtml and .php
> extensions. I'm new at this and am
> curious why. Why not just .php for the
> PHP code.
>
I should add notes in the INSTALL file about this as well. This way makes
assumptions on the Apache configuration. I am used to using .phtml to
refer to scripts, and .php to include files and classes. Some people use
.php for scripts and .inc for includes and classes. It's mostly just to
distinguish the files, but either way works.
[reply]
[top]
[»]
recurring event
by Erni Juniati - Aug 15th 2001 14:47:53
using emrem.sql to create database I get error: "can't create database
'reminders'. Database exists". database didn't exist. emrem.sql
creates the database but doesn't create tables (so I created the
table).
could you please add option to post recurring event (daily, monthly,
yearly)? this will add huge value to it
-- erni
[reply]
[top]
[»]
Re: recurring event
by Elihu - Aug 20th 2001 20:34:09
> using emrem.sql to create database I get
> error: "can't create database
> 'reminders'. Database exists".
> database didn't exist. emrem.sql creates
> the database but doesn't create tables
> (so I created the table).
If you are upgrading, there is no need to run the sql script again. I
added a note in the INSTALL file for this.
> could you please add option to post recurring event
> (daily, monthly, yearly)? this will add huge value to it
I've had this in the back of my mind to add this functionality for a while
now, I'm just trying to determine the best way to go about it. Maybe in
the next release. :)
[reply]
[top]
|