phpScheduleIt
May 24, 2013, 06:06:15 AM
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
: phpScheduleIt 2.4.2 has been released!
Home
Help
Login
Register
phpScheduleIt
>
Bugs
>
phpScheduleIt 1.2.x
>
Modify / Delete Notification- SOLVED! with new download of 1.2.12
Pages:
1
[
2
]
« previous
next »
Print
Author
Topic: Modify / Delete Notification- SOLVED! with new download of 1.2.12 (Read 4466 times)
Nick
Administrator
Hero Member
Karma: 15
Posts: 5419
Re: Modify / Delete Notification
«
Reply #15 on:
March 08, 2010, 02:06:36 PM »
Can you send me an email (nkorbel at gmail dot com) with your versions of reserve.php, lib/Reservation.class.php and lib/helpers/ReservationHelper.class.php?
This looks to be working for me, but maybe I'm not testing the right thing.
Logged
dannette
Newbie
Karma: 0
Posts: 19
Re: Modify / Delete Notification
«
Reply #16 on:
March 08, 2010, 02:31:48 PM »
I have emailed them. Let me know if you don't receive them.
Logged
dannette
Newbie
Karma: 0
Posts: 19
Re: Modify / Delete Notification
«
Reply #17 on:
March 22, 2010, 12:01:20 PM »
Hello Nick, I have just sent you another email about this. I really really need this done. We are willing you pay to make it work properly. Thanks.
Logged
georkame
Newbie
Karma: 0
Posts: 4
Re: Modify / Delete Notification- SOLVED! with new download of 1.2.12
«
Reply #18 on:
February 09, 2011, 01:20:46 PM »
The modifcations stated works fine but you also have to modify the \PHPScheduleIT\lib\helpersReservationHelper.class.php file also:
// removed gtk 2-9-11 and changes are below ==> function getUnchangedUsers($orig, $invited, $participating) {
function getUnchangedUsers($orig, $invited) {
$unchanged = array();
// removed gtk 2-9-11 foreach($participating as $idx => $val) {
// removed gtk 2-9-11 $parts = explode('|', $val);
// removed gtk 2-9-11 $unchanged[$parts[0]] = $parts[1];
// removed gtk 2-9-11 }
if (!is_null($orig) && !empty($orig) && !is_null($invited) && !empty($invited)) {
$common = array_intersect($orig, $invited);
foreach($common as $idx => $val) {
$parts = explode('|', $val);
$unchanged[$parts[0]] = $parts[1];
}
}
return $unchanged;
}
}
Logged
FXDaddy
Newbie
Karma: 0
Posts: 4
Re: Modify / Delete Notification- SOLVED! with new download of 1.2.12
«
Reply #19 on:
March 03, 2011, 03:58:32 PM »
PHP version: 5.25
Database server and version: MySQL 5.0.51
Web server and version: Windows Server 2003, IIS6
Browser vendor and version: IE8, FF3.6.14, Chrome 9.0.597.107
Hi,
I tried the fix and it does not work for me. I upgraded to 1.2.12.
Any other ideas?
Thanks,
Hugh
Logged
Nick
Administrator
Hero Member
Karma: 15
Posts: 5419
Re: Modify / Delete Notification- SOLVED! with new download of 1.2.12
«
Reply #20 on:
March 07, 2011, 01:36:58 PM »
Are other emails being sent?
Logged
FXDaddy
Newbie
Karma: 0
Posts: 4
Re: Modify / Delete Notification- SOLVED! with new download of 1.2.12
«
Reply #21 on:
March 07, 2011, 07:35:35 PM »
I'm not too sure because the email function does not work for our install of PHP on IIS6. That is how I inherited it and I haven't had the time to fix it.
Thanks,
Hugh
Logged
Pages:
1
[
2
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> Announcements
=> Open Discussion
=> Donations
-----------------------------
Help and Support
-----------------------------
=> phpScheduleIt 2.x
=> EspaƱol
=> phpScheduleIt 1.2.x
=> phpScheduleIt 1.1.x
=> New Features and Suggestions
=> Developers
-----------------------------
Bugs
-----------------------------
=> phpScheduleIt 1.2.x
=> phpScheduleIt 1.1.x
-----------------------------
Modifications
-----------------------------
=> Post Modifications
=> Request Modification
-----------------------------
Development
-----------------------------
=> phpScheduleIt 2.0
-----------------------------
Off-Topic
-----------------------------
=> Non-phpScheduleIt Discussion
Loading...