Jeff Walters

Show:

What's happening?

  • Followup: RE: Installation

    # 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

  • Followup: RE: Installation

    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

  • Followup: RE: Another "array(59)" here!

    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

  • Followup: RE: Configuration Questions

    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

  • Followup: RE: no admin folder

    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

  • Followup: RE: is it dead ?!?

    Barely... I've just been too busy at my real work. LaserPhotonics.com.

    2008-03-26 14:43:36 UTC in PHP Booking Calendar

  • Followup: RE: allowed memory Size exhausted

    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

  • Memory Exhasted Bug Fix Suggestion

    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

  • Followup: RE: allowed memory Size exhausted

    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

  • Followup: RE: allowed memory Size exhausted

    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

About Me

  • 2001-03-03 (9 years ago)
  • 165198
  • jeffjw (My Site)
  • Jeff Walters

Send me a message