Welcome, Guest. Please login or register.
July 05, 2009, 03:02:52 AM

Login with username, password and session length
Search:     Advanced search
Hier findest du alle Infos zur  Website Baker - Version 2.8.
85291 Posts in 13125 Topics by 8214 Members
Latest Member: Nebz
* Home Help Search Login Register
+  Website Baker Community Forum
|-+  English
| |-+  Modules (Moderators: Argos, BerndJM)
| | |-+  Bookings module - current version 2.16 (see page 13)
Pages: 1 ... 4 5 [6] 7 8 ... 13 Go Down Print
Author Topic: Bookings module - current version 2.16 (see page 13)  (Read 16604 times)
mr-fan
"All I Do Is Bake" Baker
*****
Offline Offline

Posts: 583



WWW
« Reply #100 on: October 06, 2008, 07:23:20 PM »

for explanation,

with the bookings modul is it possible to make such a thing like a usercalender ...

i hope that this is a mod that need other wb-family-members too  rolleyes

regards martin
Logged

...learn more every day!...Help Project
...yes we can!...Website Baker Portable
WebBird
Geek-Like Baker
*****
Offline Offline

Posts: 468



WWW
« Reply #101 on: October 07, 2008, 12:06:30 PM »

You may download a BETA of the new module version here:

Edit: Removed download link as this is no longer up to date.

This code is for testing purposes only and not for production use!

Warning: Please do not upgrade any prior version if you are going do "downgrade" to this version after testing! There are lots of structural changes that cannot be revoked easily. However, upgrading is possible, of course. wink
« Last Edit: October 14, 2008, 05:59:07 PM by WebBird » Logged

I'm online - Author of: Bookings | EasyMenu
mr-fan
"All I Do Is Bake" Baker
*****
Offline Offline

Posts: 583



WWW
« Reply #102 on: October 09, 2008, 09:07:23 PM »

"Unknown column 'owner_id' in 'field list'

Zurück"

in the backend after click on "Hinzufügen"  wink

i've stolen me some time tonight Wink

this error comes when i try to make a booking... tested with php 5.2.5 and WB 2.7 RC1 on XAMPP and online php 5.2.6 and WB 2.7 F....

new edit button looks good, admin option "settings" looks good, i like it!

your personal tester  smiley

greets martin
Logged

...learn more every day!...Help Project
...yes we can!...Website Baker Portable
WebBird
Geek-Like Baker
*****
Offline Offline

Posts: 468



WWW
« Reply #103 on: October 10, 2008, 10:50:49 AM »

your personal tester  smiley

LOL cheesy

One short question: Did you upgrade from an older version, or did you a fresh install?

Edit: Ah! I found that I forgot to add this column to the install.php. I've attached a corrected Beta. Please uninstall the module and reinstall. Thank you.

Edit: Removed download as it is no longer up to date.
« Last Edit: October 14, 2008, 06:00:59 PM by WebBird » Logged

I'm online - Author of: Bookings | EasyMenu
mr-fan
"All I Do Is Bake" Baker
*****
Offline Offline

Posts: 583



WWW
« Reply #104 on: October 10, 2008, 01:12:57 PM »

let's test... install works online (5.2.6/2.7)

i made some testbookings:

1. Double bookings is possible  => http://wbtest.mragrar.de/pages/bookingstest.php?year=2008&month=10&day=20

so far i test more when i've catch some time this weekend....

regaards (your personaly tester;) grin

ps: i make you a test account as a user that have not all access!.... i send you a pm


EDIT: ooOOppss...sry for time being totally confused...my week has 7 workingdays and about~60 hours...
         i will drive to improment next time! grin
« Last Edit: October 12, 2008, 04:50:52 PM by mr-fan » Logged

...learn more every day!...Help Project
...yes we can!...Website Baker Portable
WebBird
Geek-Like Baker
*****
Offline Offline

Posts: 468



WWW
« Reply #105 on: October 11, 2008, 09:14:35 PM »

There is no double Wink
Logged

I'm online - Author of: Bookings | EasyMenu
Olli
Semi-Master Baker
*****
Offline Offline

Posts: 200


« Reply #106 on: October 13, 2008, 05:42:19 PM »

hello,
thanks for all the afford, but i still can not use the module...

no matter what version i try i get a blank page. the database stays empty. no query is made.
if you need any more information to track this down let me know

thanks
Logged
WebBird
Geek-Like Baker
*****
Offline Offline

Posts: 468



WWW
« Reply #107 on: October 13, 2008, 06:31:59 PM »

Do you use PHP 4.x?

I'm sorry, I found that you said you use PHP 5.1.6 on previous page.

I have no idea at the moment where the problem lies. You may want to set all the

Code:
$debug = false;

to

Code:
$debug = true;

found in different files. (add.php, functions.php, modify.php, modify_settings.php) Maybe it gives us a hint what's wrong.
« Last Edit: October 13, 2008, 06:36:36 PM by WebBird » Logged

I'm online - Author of: Bookings | EasyMenu
mr-fan
"All I Do Is Bake" Baker
*****
Offline Offline

Posts: 583



WWW
« Reply #108 on: October 13, 2008, 07:18:07 PM »

@olli have you on options in WB php errors on E_ALL^E_NOTICE..

it show's you php error in the frontend and backend!

@webbird i send you a PM today...Wink
Logged

...learn more every day!...Help Project
...yes we can!...Website Baker Portable
WebBird
Geek-Like Baker
*****
Offline Offline

Posts: 468



WWW
« Reply #109 on: October 14, 2008, 09:58:06 AM »

@olli have you on options in WB php errors on E_ALL^E_NOTICE..

$debug = true sets E_ALL
Logged

I'm online - Author of: Bookings | EasyMenu
Olli
Semi-Master Baker
*****
Offline Offline

Posts: 200


« Reply #110 on: October 14, 2008, 04:08:13 PM »

@webbird: maybe quite useful for you to know: i just upgraded from php 5.1.6 to 5.2.6 and now everything works flawlessly. so this was a php isssue...

thanks and keep up the good work smiley
Logged
WebBird
Geek-Like Baker
*****
Offline Offline

Posts: 468



WWW
« Reply #111 on: October 14, 2008, 05:27:01 PM »

Humm. huh Maybe I'll do some testing later on this issue. (After finishing the new version.) Thanks for the hint @Olli. smiley
Logged

I'm online - Author of: Bookings | EasyMenu
WebBird
Geek-Like Baker
*****
Offline Offline

Posts: 468



WWW
« Reply #112 on: October 14, 2008, 05:58:03 PM »

I've decided to release the new version as '2.0' as there are major code rewrites. Aside from the permission options, authorized users can now edit bookings from the WB frontend without having backend permissions. grin

This code is beta and it's most certain that it is incomplete and faulty by now. You're invited to test and post your testing results here, but only use in testing environments!

Edit: Uploaded Beta 2 as it was impossible to add new bookings. grin This may work with PHP4, too, so it would be great to hear of some PHP4 tests!

Edit: Removed attachment. See below for current BETA version.
« Last Edit: October 15, 2008, 11:48:26 AM by WebBird » Logged

I'm online - Author of: Bookings | EasyMenu
erpe
A Baker's Baker
*****
Offline Offline

Posts: 1067



WWW
« Reply #113 on: October 14, 2008, 08:44:35 PM »

There must be something wrong.
After installation the latest version I got this screen: see image.

rgds

erpe
Logged

If YOU want to help children in Guatemala, please visit:  von Brauck Foundation
Looking for modules?:  All Modules And Snippets Project (AMASP)
WebBird
Geek-Like Baker
*****
Offline Offline

Posts: 468



WWW
« Reply #114 on: October 15, 2008, 10:04:35 AM »

Just find

$debug = true;

and change to

$debug = false;
Logged

I'm online - Author of: Bookings | EasyMenu
erpe
A Baker's Baker
*****
Offline Offline

Posts: 1067



WWW
« Reply #115 on: October 15, 2008, 10:16:50 AM »

Did you post the modified module?
Logged

If YOU want to help children in Guatemala, please visit:  von Brauck Foundation
Looking for modules?:  All Modules And Snippets Project (AMASP)
Olli
Semi-Master Baker
*****
Offline Offline

Posts: 200


« Reply #116 on: October 15, 2008, 10:30:19 AM »

hello webbird,

right now it is not possible to have 2 diffenrent instances of the bookings module at one webpage at once, right? all bookings appear in one view only (they get mixed). can you confirm this? smiley

thanks
Logged
WebBird
Geek-Like Baker
*****
Offline Offline

Posts: 468



WWW
« Reply #117 on: October 15, 2008, 10:35:26 AM »

Did you post the modified module?

No. I will post a new version later. The debug messages do not affect the functionality of the module.
Logged

I'm online - Author of: Bookings | EasyMenu
WebBird
Geek-Like Baker
*****
Offline Offline

Posts: 468



WWW
« Reply #118 on: October 15, 2008, 10:37:10 AM »

hello webbird,

right now it is not possible to have 2 diffenrent instances of the bookings module at one webpage at once, right? all bookings appear in one view only (they get mixed). can you confirm this? smiley

thanks

As with any other module, you can add as many instances as you like. (More than one per page or on different pages.) If the bookings get mixed, it's a bug. Wink

Edit: I can confirm that this was a bug. Wink Corrected version (with debug set to false) attached. I also uploaded a correction version 1.18; use the link in my signature for this download.

Edit: Removed attachment (beta version). See next page for downloading V2.0.
« Last Edit: October 22, 2008, 10:57:50 AM by WebBird » Logged

I'm online - Author of: Bookings | EasyMenu
Olli
Semi-Master Baker
*****
Offline Offline

Posts: 200


« Reply #119 on: October 17, 2008, 10:33:59 AM »

@webbird: you rule man smiley thanks for this cool module and all those bugfixing!
Logged
Pages: 1 ... 4 5 [6] 7 8 ... 13 Go Up Print 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.9 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!