You can subscribe to this list here.
2001 |
Jan
|
Feb
(1) |
Mar
(265) |
Apr
(166) |
May
(25) |
Jun
(17) |
Jul
(20) |
Aug
(47) |
Sep
(6) |
Oct
(14) |
Nov
(66) |
Dec
(64) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(109) |
Feb
(64) |
Mar
(34) |
Apr
(23) |
May
(64) |
Jun
(9) |
Jul
(13) |
Aug
(6) |
Sep
(33) |
Oct
(272) |
Nov
(67) |
Dec
(75) |
2003 |
Jan
(264) |
Feb
(244) |
Mar
(171) |
Apr
(119) |
May
(54) |
Jun
(93) |
Jul
(51) |
Aug
(48) |
Sep
(14) |
Oct
(49) |
Nov
(47) |
Dec
(15) |
2004 |
Jan
(13) |
Feb
(27) |
Mar
(18) |
Apr
(44) |
May
(35) |
Jun
(24) |
Jul
(39) |
Aug
(142) |
Sep
(35) |
Oct
(34) |
Nov
(49) |
Dec
(24) |
2005 |
Jan
(60) |
Feb
(71) |
Mar
(19) |
Apr
(27) |
May
(68) |
Jun
(4) |
Jul
(30) |
Aug
(10) |
Sep
(23) |
Oct
(24) |
Nov
(13) |
Dec
(6) |
2006 |
Jan
(4) |
Feb
(46) |
Mar
(64) |
Apr
(18) |
May
(16) |
Jun
(37) |
Jul
(7) |
Aug
(19) |
Sep
(9) |
Oct
(8) |
Nov
(3) |
Dec
(23) |
2007 |
Jan
(25) |
Feb
(21) |
Mar
(32) |
Apr
(36) |
May
(12) |
Jun
(1) |
Jul
(7) |
Aug
(15) |
Sep
(13) |
Oct
(1) |
Nov
|
Dec
|
2008 |
Jan
(3) |
Feb
(5) |
Mar
(1) |
Apr
(2) |
May
|
Jun
(1) |
Jul
(2) |
Aug
(7) |
Sep
|
Oct
(5) |
Nov
(1) |
Dec
|
2009 |
Jan
(7) |
Feb
(1) |
Mar
|
Apr
|
May
(1) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: Ryan R. <to...@gm...> - 2004-11-03 16:55:42
|
+1 I like that idea. It allows non-technical people to add the rules in a sentence builder format which makes sense to them. While at the same time making the translation to the code-logic easy. There are additional benefits mulling around in my head, but aren't coherent thoughts yet :) Ryan On Wed, 3 Nov 2004 16:14:53 +0000, Shaun Murray <sh...@ae...> wrote: > > > > On 3 Nov 2004, at 01:48, Ryan Roland wrote: > > > On Tue, 2 Nov 2004 22:57:50 +0000, Shaun Murray > > <sh...@ae...> wrote: > > > >> Oh, and I can't wait to see the user interface needed for attaching a > >> block to a module in 3 categories only. ;-) > > > > But you don't have to have a UI for a feature to design for the > > capability. The UI to implement the feature can come later. > > I was thinking about this this morning. > > I reckon some kind of rule based system like a Mail filter or search > filter that Apple uses in it's apps. Add an extra row to the rule > depending on where you want it displayed. > > eg. > > Display [menu] called [menuname] > > if [module] called [pagemaster] > > if [page] called [about page] > > You just add extra rules by hitting +/- buttons. The items in [..] are > selected from a list and the second parameter is context sensitive > depending on what is selected. You may also want boolean rules in there > such as 'if not' or 'contains' instead of 'called' > > > > > Shaun > aegis design - http://www.aegisdesign.co.uk > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Sybase ASE Linux Express Edition - download now for FREE > LinuxWorld Reader's Choice Award Winner for best database on Linux. > http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > |
From: Shaun M. <sh...@ae...> - 2004-11-03 16:15:02
|
On 3 Nov 2004, at 01:48, Ryan Roland wrote: > On Tue, 2 Nov 2004 22:57:50 +0000, Shaun Murray > <sh...@ae...> wrote: > >> Oh, and I can't wait to see the user interface needed for attaching a >> block to a module in 3 categories only. ;-) > > But you don't have to have a UI for a feature to design for the > capability. The UI to implement the feature can come later. I was thinking about this this morning. I reckon some kind of rule based system like a Mail filter or search filter that Apple uses in it's apps. Add an extra row to the rule depending on where you want it displayed. eg. Display [menu] called [menuname] if [module] called [pagemaster] if [page] called [about page] You just add extra rules by hitting +/- buttons. The items in [..] are selected from a list and the second parameter is context sensitive depending on what is selected. You may also want boolean rules in there such as 'if not' or 'contains' instead of 'called' Shaun aegis design - http://www.aegisdesign.co.uk |
From: Matthew M. <ma...@tu...> - 2004-11-03 15:49:52
|
I like the concept but with a few notes: 1) Mod_rewrite in 0.9.4/1.0.0 solves the long link string pretty well. This may not be needed then. 2) I don't believe it should be a 'standard'. I think it should be implemented as a shortcut. Having two versions of link creation may be confusing. 3) Creating the file on installation may be problematic as we normally only give write access to files, images, etc. If the file is not created on install, the admin will have to create it themselves. I think having a shortcut for people to link to pages and such would be cool but I would like to see it as as an added feature that doesn't require rewrites or a change in the current system. My 2 cents Kent Broc.. Matt McNaney On Tue, 2004-11-02 at 13:22, Steven Levin wrote: > Hello Everyone, > > I would like to make a suggestion to simplify links within the current > 0.9.3x branch of phpwebsite. The idea is to have individual module > pages in the base of phpwebsite. These pages will automatically set the > module and assume a view operation to reduce the number of variables > needed to request a item to be viewed. > > Example: > pagemaster.php > <?php > > $_GET['module'] = $_REQUEST['module'] = 'pagemaster'; > > if (!isset($_REQUEST['MASTER_op']) && !isset($_REQUEST['PAGE_user_op'])) > $_GET['PAGE_user_op'] = $_REQUEST['PAGE_user_op'] = 'view_page'; > > if (isset($_REQUEST['id'])) > $_GET['PAGE_id'] = $_REQUEST['PAGE_id'] = $_REQUEST['id']; > > include('index.php'); > > ?> > > Link before: > ./index.php?module=pagemaster&PAGE_op=view&PAGE_id=1 > > Link after: > ./pagemaster.php?id=1 > > Then if you want to edit: > ./pagemaster.php?id=1&MASTER_op=edit_page > - since the op is passed here the pagemaster.php file will not set the > default op to view > > Old links will still work, but code will have to be updated to generate > the new syntax. > > Thoughts? > Suggestions? -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 http://phpwebsite.appstate.edu http://ess.appstate.edu |
From: Ryan R. <to...@gm...> - 2004-11-03 01:48:57
|
On Tue, 2 Nov 2004 22:57:50 +0000, Shaun Murray <sh...@ae...> wrote: > Oh, and I can't wait to see the user interface needed for attaching a > block to a module in 3 categories only. ;-) But you don't have to have a UI for a feature to design for the capability. The UI to implement the feature can come later. Ryan |
From: Shaun M. <sh...@ae...> - 2004-11-02 22:57:45
|
On 2 Nov 2004, at 22:31, Shaun Murray wrote: > > Tying all this together on a piecemeal basis isn't the best of ideas I > think so any method of attaching things together in the core would be > ideal. > Oh, and I can't wait to see the user interface needed for attaching a block to a module in 3 categories only. ;-) Shaun aegis design - http://www.aegisdesign.co.uk |
From: Shaun M. <sh...@ae...> - 2004-11-02 22:45:20
|
On 2 Nov 2004, at 18:22, Steven Levin wrote: > > Old links will still work, but code will have to be updated to generate > the new syntax. > That's the key. There needs to be a core function to generate a short url. I can't say I'm too thrilled with having lots of stubs around to pick up the short urls and calling one 'pagemaster.php' is a bit long also. ;-) Would it not be possible for index.php to convert a short url into a long one? eg. index.php?page=1 index.php?forum=1&thread=5 index.php?link=3 Each module would have to register a short url to long translation with the core. That would make mod_rewrite rules dead easy also if needed at all. I raised this in an RFE some time ago - http://sourceforge.net/tracker/index.php? func=detail&aid=857459&group_id=15539&atid=365539 The other alternative is the 'node' approach. Give every url a node number and hold a table mapping nodes to actual urls. I think that's how Drupal works. How this fits in with versioning and workflow may need investigating. Shaun aegis design - http://www.aegisdesign.co.uk |
From: Shaun M. <sh...@ae...> - 2004-11-02 22:31:48
|
On 1 Nov 2004, at 19:19, Ryan Roland wrote: > Ton, > > What you describe is something I've been looking at in a more general > case: Triggering (for lack of a better term). Basically, be able to > display a block (menu, login, other) when a certain set of criteria > are met. Maybe when a certain module is being used, or simply on a > page-by-page/article-by-article basis. I've gone through various iterations of this as well. Currently you can attach blocks to another module. phpwsrssfeeds and kcart can attach to pagemaster pages. I hacked menuman and blockmaker to use phpwsrssfeeds method of attaching to pagemaster pages. There was a hack to show blocks to certain users and I think someone already did one for categories. Tying all this together on a piecemeal basis isn't the best of ideas I think so any method of attaching things together in the core would be ideal. Shaun aegis design - http://www.aegisdesign.co.uk |
From: Wendall C. <wen...@to...> - 2004-11-02 22:12:36
|
Tony, The latest phpwsRSSFeeds uses a multiple item class manager. Wendall On Tue, 2004-11-02 at 12:56, Tony Miller wrote: > Does anyone have a module that they know about that uses multiple Item > Manager classes? I have a manager class set up for maintenance of the > Cigar Diary tables, and I would like to have a separate one that simply > querys the tables and returns and displays the results. > > Any ideas would be appreciated. > > -Tony -- "Only the ideas that we really live have any value." --Hermann Hesse (Demian) |
From: Tony M. <to...@ht...> - 2004-11-02 20:56:45
|
Does anyone have a module that they know about that uses multiple Item Manager classes? I have a manager class set up for maintenance of the Cigar Diary tables, and I would like to have a separate one that simply querys the tables and returns and displays the results. Any ideas would be appreciated. -Tony -- Hometown Enterprises Internet Services Professional, affordable web design and hosting. http://www.hteis.com/ |
From: Steven L. <st...@tu...> - 2004-11-02 18:32:00
|
Hello Everyone, I would like to make a suggestion to simplify links within the current 0.9.3x branch of phpwebsite. The idea is to have individual module pages in the base of phpwebsite. These pages will automatically set the module and assume a view operation to reduce the number of variables needed to request a item to be viewed. Example: pagemaster.php <?php $_GET['module'] = $_REQUEST['module'] = 'pagemaster'; if (!isset($_REQUEST['MASTER_op']) && !isset($_REQUEST['PAGE_user_op'])) $_GET['PAGE_user_op'] = $_REQUEST['PAGE_user_op'] = 'view_page'; if (isset($_REQUEST['id'])) $_GET['PAGE_id'] = $_REQUEST['PAGE_id'] = $_REQUEST['id']; include('index.php'); ?> Link before: ./index.php?module=pagemaster&PAGE_op=view&PAGE_id=1 Link after: ./pagemaster.php?id=1 Then if you want to edit: ./pagemaster.php?id=1&MASTER_op=edit_page - since the op is passed here the pagemaster.php file will not set the default op to view Old links will still work, but code will have to be updated to generate the new syntax. Thoughts? Suggestions? -- Steven Levin Computer Systems Admin I Electronic Student Services Appalachian State University http://phpwebsite.appstate.edu |
From: Steven L. <st...@tu...> - 2004-11-02 18:21:15
|
On Sat, 2004-10-30 at 04:08, Ton Oosterhoff wrote: > I am almost finished extending the Menuman module with category > capability. >=20 > The last obstacle is the following. >=20 > I want to show a menu if the menu=E2=80=99s category equals the categor= y of > one of the other modules that are displayed. So I have to detect which > categories are currently displayed. >=20 > The problem is how to code this in PHP. >=20 > I thought the following method was the shortest: >=20 > - loop through mod_fatcat_elements; >=20 > - extract module_id, module_title and cat_id; >=20 > - check if module title is displayed with =E2=80=9C if > (isset($_REQUEST['module']) && $_REQUEST['module']=3D=3Dmodule_title) =E2= =80=9C >=20 > So far so good, now I know if a module is displayed, but how can I > check that it is displayed with module_id? >=20 > For Pagemaster this would be with $_REQUEST[=E2=80=98PAGE_id=E2=80=99],= but is there > some generic expression I can use ? >=20 > Something like =E2=80=A6. && $_REQUEST[=E2=80=98module_id=E2=80=99]=3D=3D= module_id? >=20 > Some suggestions? >=20 > Or maybe an other approach?=20 I would suggest using the function call: $_SESSION['OBJ_fatcat']->getModulesCategories($module_title,$module_id); Then check to see if what it returns matches the category of your menu. Right now there is now what to use one request var for any module id because it differs between modules. announce is $_REQUEST['ANN_id'] pagemaster is $_REQUEST['PAGE_id'] faq is $_REQUEST['FAQ_id'] etc... But a proposal I am about to post across the list would change that so most modules will use $_REQUEST['id'], we'll just have to see if folks agree with it. --=20 Steven Levin Computer Systems Admin I Electronic Student Services Appalachian State University http://phpwebsite.appstate.edu |
From: Ryan R. <to...@gm...> - 2004-11-01 19:19:37
|
Ton, What you describe is something I've been looking at in a more general case: Triggering (for lack of a better term). Basically, be able to display a block (menu, login, other) when a certain set of criteria are met. Maybe when a certain module is being used, or simply on a page-by-page/article-by-article basis. While I've been deep in the bowels of server building for the last few months, I haven't been able to keep up with what has been going on in the IRC channel, but at one time there was a little discussion regarding this. Just not sure whether the dev team followed up on it any. So while I can't offer you any direct suggestions, I did want to let you know that you're not alone in wanting that functionality. Ryan On Sat, 30 Oct 2004 10:08:58 +0200, Ton Oosterhoff <ton...@he...> wrote: > =20 > =20 >=20 > I am almost finished extending the Menuman module with category capabilit= y.=20 >=20 > The last obstacle is the following.=20 >=20 > I want to show a menu if the menu's category equals the category of one o= f > the other modules that are displayed. So I have to detect which categorie= s > are currently displayed.=20 >=20 > The problem is how to code this in PHP.=20 >=20 > I thought the following method was the shortest:=20 >=20 > - loop through mod_fatcat_elements;=20 >=20 > - extract module_id, module_title and cat_id;=20 >=20 > - check if module title is displayed with " if (isset($_REQUEST['module'= ]) > && $_REQUEST['module']=3D=3Dmodule_title) "=20 >=20 > So far so good, now I know if a module is displayed, but how can I check > that it is displayed with module_id?=20 >=20 > For Pagemaster this would be with $_REQUEST['PAGE_id'], but is there some > generic expression I can use ?=20 >=20 > Something like =E2=80=A6. && $_REQUEST['module_id']=3D=3Dmodule_id?=20 >=20 > Some suggestions?=20 >=20 > Or maybe an other approach?=20 >=20 > Thx in advance.=20 >=20 > Ton Oosterhoff.=20 >=20 > |
From: Ton O. <ton...@he...> - 2004-10-30 08:08:55
|
I am almost finished extending the Menuman module with category capability. The last obstacle is the following. I want to show a menu if the menu's category equals the category of one of the other modules that are displayed. So I have to detect which categories are currently displayed. The problem is how to code this in PHP. I thought the following method was the shortest: - loop through mod_fatcat_elements; - extract module_id, module_title and cat_id; - check if module title is displayed with " if (isset($_REQUEST['module']) && $_REQUEST['module']==module_title) " So far so good, now I know if a module is displayed, but how can I check that it is displayed with module_id? For Pagemaster this would be with $_REQUEST['PAGE_id'], but is there some generic expression I can use ? Something like .. && $_REQUEST['module_id']==module_id? Some suggestions? Or maybe an other approach? Thx in advance. Ton Oosterhoff. |
From: Mike N. <mh...@us...> - 2004-10-25 16:46:44
|
On Mon, 2004-10-25 at 08:50, Patrick Harris wrote: > You've likely installed phpwebsite with all applications, eh? > > Standard php memory limit is 8mb... which is too low. When I run into > what you are describing, I find setting php memory limits in php.ini to > 12 mb resolves the issue. If you don't have the ability to adjust the > memory limits, install phpwebsite with only the applications you really > need and see if that works. Patrick, This isn't the best solution. If you wish to change the php memory limit use core/Core.php. Change the ini_set("memory_limit" -- Mike Noyes <mhnoyes at users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ SF.net Projects: ffl, leaf, phpwebsite, phpwebsite-comm, sitedocs |
From: Patrick H. <pa...@cy...> - 2004-10-25 15:50:23
|
You've likely installed phpwebsite with all applications, eh? Standard php memory limit is 8mb... which is too low. When I run into what you are describing, I find setting php memory limits in php.ini to 12 mb resolves the issue. If you don't have the ability to adjust the memory limits, install phpwebsite with only the applications you really need and see if that works. Good luck. Best regards, Patrick Harris On Oct 25, 2004, at 8:50 AM, Shaun Murray wrote: > edit index.php and change > > error_reporting (E_NONE); > > to > > error_reporting (E_ALL); > > and you may find an error message is displayed. > > > Shaun > aegis design - http://www.aegisdesign.co.uk > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on > ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give > us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out > more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > |
From: Shaun M. <sh...@ae...> - 2004-10-25 12:50:18
|
edit index.php and change error_reporting (E_NONE); to error_reporting (E_ALL); and you may find an error message is displayed. Shaun aegis design - http://www.aegisdesign.co.uk |
From: Patrick T. <pa...@se...> - 2004-10-22 21:34:54
|
One of my webhosting customers was telling me that the pagemaster wasn't allowing him to save pages. I saw that the page was producing a JavaScript error. I went into it, and it produced an error in the "Confirm_" function." I went into /js/ and added this before the functions definition. $message = addslashes($message); has anybody else had to do something like that? It quit producing the error when I added that line. So now the entire PHP file reads.... <?php require_once(PHPWS_SOURCE_DIR.'core/Form.php'); $message = addslashes($message); $GLOBALS['core']->js_func[] = " function confirmData_" . $section_name . "() { if (confirm(\"$message\\nOK = YES, CANCEL = NO\")) location='$location'; }"; $js = PHPWS_Form::formButton($name, $value, "confirmData_" . $section_name . "($ ?> As far as I can tell, I'm using the latest version of phpWebsite. If it's already been corrected, oh well. But I thought that I'd point it out. Patrick. |
From: Ryan H. <ry...@hg...> - 2004-10-21 15:58:03
|
I have installed the phpwebsite I have gone through the config and set all that part up right, or as far as I can see. when I am done i am clicking on the link to go to "my site" and it just goes to a blank page. no default or anything. If I go to ./admin it hangs. I am not getting any error messages or anything. this is brand new server install red hat 9. with all the update in. any thoughts as to where I should start on this thank you Ryan Holowaychuk Owner - HGIlive HYPERLINK "http://www.hgilive.com/"www.hgilive.com 250-371-1459 Secretary - Rotary Club of Kamloops Aurora Director - British Columbia Printing Imaging Association (interior Chair) -- Outgoing mail is certified Virus Free. Checked by AVG Anti-Virus (http://www.grisoft.com). Version: 7.0.280 / Virus Database: 264.12.0 - Release Date: 10/19/2004 |
From: Matthew M. <ma...@tu...> - 2004-10-21 12:49:59
|
No you can change it to whatever you wish. Copyright the information in your web site. Noting your usage of phpWebSite is a good way to thank us however :) On Thu, 2004-10-21 at 00:34, Patrick Twohig wrote: > Hey, what are the rules of having the copyright information for > PHPwebsite displayed? Do I have to pay for a license to remove the > copyright info and what not? > > Thanks! > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 http://phpwebsite.appstate.edu http://ess.appstate.edu |
From: Robb D. <rdo...@ya...> - 2004-10-21 10:26:07
|
Look here at the phpWS homepage's FAQ: http://phpwebsite.appstate.edu/index.php?module=faq&FAQ_op=view&FAQ_id=4 http://phpwebsite.appstate.edu/index.php?module=faq&FAQ_op=view&FAQ_id=252 regards, Robb --- Patrick Twohig <pa...@se...> wrote: > Hey, what are the rules of having the copyright > information for > PHPwebsite displayed? Do I have to pay for a > license to remove the > copyright info and what not? > > Thanks! __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
From: Patrick T. <pa...@se...> - 2004-10-21 04:04:11
|
Hey, what are the rules of having the copyright information for PHPwebsite displayed? Do I have to pay for a license to remove the copyright info and what not? Thanks! |
From: Marino P. <pa...@lo...> - 2004-10-19 21:05:03
|
Don, thank you for all your work. Marino Pascal -- http://locationscout.com |
From: Matthew M. <ma...@tu...> - 2004-10-19 19:35:16
|
On Tue, 2004-10-19 at 14:50, Don Seiler wrote: > Hi all. Just writing to let everyone who cares know that I'm going to > be taking a break from the legion of phpWS projects I have out there. You are a great addition to the community, the project, and the chat room. Take it easy and thank you. Matt P.S. Please have your office cleaned out by 4:45pm. -- Matthew McNaney Internet Systems Architect Electronic Student Services Appalachian State University Phone: 828-262-6493 http://phpwebsite.appstate.edu http://ess.appstate.edu |
From: Don S. <do...@se...> - 2004-10-19 18:50:15
|
Hi all. Just writing to let everyone who cares know that I'm going to be taking a break from the legion of phpWS projects I have out there. Some of them I'm giving away altogether and Mike Noyes has graciously begun porting them into the phpwebsite-comm project. Some I'm not ready to give up, and have brought in other admins on phpwsBB and others to handle your needs. Personally my free time has become less and less and I want to work solely on a java game client I started (http://jnocatan.sf.net). I hate to say it, but a couple years of nothing but phpWS module work has sort of worn thin on me, so it will be good for me to get away and not have to worry about it. phpwsBB is close to a 1.0.0 release. I just want to get some further testing on it with Eloi's boatload of changes and then we'll release. LeagueSite needs to finish up the player abstraction before it's 0.5.0 release. I'm hoping to put more time in that shortly since it's way overdue. phpwsContacts seems stable right now. If anyone is interested in coming on board as a developer to handle any feature requests just let me know. Anyway just a heads-up in case you're wondering why my work has suddenly died off. Don. --=20 Don Seiler do...@se... Public Key: http://pgp.mit.edu:11371/pks/lookup?op=3Dget&search=3D0xFC87F041 Fingerprint: 0B56 50D5 E91E 4D4C 83B7 207C 76AC 5DA2 FC87 F041 |
From: Enric M. <en...@en...> - 2004-10-16 16:40:06
|
Hi there, I have experienced a problem with the Form Generator. With just 1 textfield, the form saves successfully but when trying to fill it, you get that when pressing "finish": Parse error: parse error, unexpected '`' in /home/enricmie/public_html/tickle/mod/phatform/class/Form.php(1009) : runtime-created function on line 1 Fatal error: Call to undefined function: () in /home/enricmie/public_html/tickle/mod/phatform/class/Form.php on line 1012 My provider has the following versions: Apache 1.3.31 (Unix) MySQL4.0.20-standard PHP4.3.8 More info ( phpinfo() ): Linux host.minervahosting.com 2.4.22-1.2199.nptlsmp #1 SMP Wed Aug 4 11:48:29 EDT 2004 i686 Is that a known bug? Any idea to begin debugging? Thank you very much, Enric |