-
# phpMyAdmin MySQL-Dump
# version 2.2.6
# http://phpwizard.net/phpMyAdmin/
# http://www.phpmyadmin.net/ (download page)
#
# Host: localhost
# Generation Time: Apr 23, 2003 at 06:54 PM
# Server version: 3.23.43
# PHP Version: 4.1.1
# Database : `booking`
# --------------------------------------------------------
#
# Table structure for table `booking_event`
#
CREATE TABLE...
2008-06-14 15:35:56 UTC in PHP Booking Calendar
-
From setup.txt
Much of the 'application_top.php' file is setup constants, which
are already defined properly. Web server and file server paths
are defined and PHP include paths are extended.
MAIL_MYNAME and MAIL_MYEMAIL must be set for the Web server to
allow Sendmail to function properly.
Make sure to properly set the SQL database connection constants:
DB_SERVER...
2008-06-14 15:34:18 UTC in PHP Booking Calendar
-
The test file is not exactly a test file. It was accidently included in the zip. I included an index.php into version 1.0d, just uploaded the other night. It also has some serious security fixes.
Jeff Walters.
2008-05-20 01:26:43 UTC in PHP Booking Calendar
-
The date_format function issue has been corrected. See the newer v1.0d uploaded just the other day.
The session problem you are seeing is most likely due to directory permissions. Change your Directory to we writable: 'chmod 0775 sessions' should take care of the problem. If not, try 'chmod 0777 sessions'.
Working on an Admin area and a installer that should help with these types of...
2008-05-20 01:24:17 UTC in PHP Booking Calendar
-
At the current stage of development, there is no Administrative panel. You can use phpMyAdmin or another MySQL Admin tool to adjust the admin field in the users MySQL table. Hope this helps.
Jeff Walters.
2008-05-20 01:19:07 UTC in PHP Booking Calendar
-
Barely... I've just been too busy at my real work.
LaserPhotonics.com.
2008-03-26 14:43:36 UTC in PHP Booking Calendar
-
1024000 -> 900000, oh ok... I see.
I doubt there's any perfect solution.
But, since you are essentially adding "2" rows of data together. I would imagine that 50% is better than the 90%
IMHO,
Jeff Walters
Still a great script!
2007-08-15 17:55:56 UTC in phpMyBackupPro
-
From Help Forum:
RE: allowed memory Size exhausted (New)
By: Jeff Walters (jeffjw) - 2007-08-14 17:20
I'm hitting a similar problem trying to backup a large SugarCRM MySQL database. I can tweak the memory settings for PHP and get things to run a bit longer, but eventually I run out of memory and things fail. I'm running the backup.php script in shell mode, using a cron job...
2007-08-14 22:23:55 UTC in phpMyBackupPro
-
Temporary solution and/or bug fix request.
Interesting enough, I got the backup to work fully through my 500+MB MySQL database by adjusting the $max_size in the PMBP_dump function; see functions.inc.php file. Note the two "/2" additions.
Change:
// set max string size before writing to file
if (@ini_get("memory_limit")...
2007-08-14 22:21:01 UTC in phpMyBackupPro
-
I'm hitting a similar problem trying to backup a large SugarCRM MySQL database. I can tweak the memory settings for PHP and get things to run a bit longer, but eventually I run out of memory and things fail. I'm running the backup.php script in shell mode, using a cron job.
Here's the error:
[root@crm phpMyBackupPro]# cd /srv/www/html/phpMyBackupPro; php -f backup.php fonon_crm 1 1...
2007-08-14 21:20:07 UTC in phpMyBackupPro