Search the website and IRC logs

#TYPO3 IRC log from : Friday 7 August 2009

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
01:41 fuchi`t3 hi everyone
01:41 fuchi`t3 I get a little confused with substituteMarkerArrayCached() :(
01:41 fuchi`t3 if someone would be so kind to take a look: http://cxg.de/_057713.htm
01:42 fuchi`t3 I don't understand the funktion of $subparContentArray or it does not work the right way :)
01:43 fuchi`t3 if I want to replace a subpart, I have to add the marker $markContentArray AND $subpartContentArray? Otherwise the two markers are replaced but not the hole subpart ... that doesn't make sense to me
01:43 fuchi`t3 *I have to add the marker TO
01:44 fuchi`t3 mh ... it's thursdays late night in germany ... it's a bad time to ask questions, isn't it? :)
01:44 fuchi`t3 nobody from around the world with a human timezone in here?
01:45 fuchi`t3 if some reads this and wants to help, please highlight "fuchi" as I will try to get it working anyways :)
02:56 fuchi`t3 Ok, comments in class.t3lib_tcemain.php definetly suck
02:56 fuchi`t3 :-)
02:56 fuchi`t3 I can't get throu this
03:35 [fuchur] re
07:44 Bitcrusher can anyone help me call instansiate another plugin, like rggooglemap from my own plugins php code?
08:14 paese morning all
08:28 kokopelli hi. typo3 v4.1.3 newbie, where do i go to see the source code in typo3conf/ext/postletter/pi1/class.tx_postletter_pi1.php?
08:34 paese erm..
08:34 paese the sourcecode of /file is when you open /file. . or what do you mean?
08:35 Bitcrusher you do know you cant watch source code of php files through your browser, right?
08:35 paese try extension manager, there is an option to view files, but you can't edit them.
08:35 Bitcrusher true
08:39 paese i'm struggling with RTE. defined this > http://pastie.org/575118 but in FE i get a table.contenttable instead of table.jctfut, in BE i can choose this style and it get's applied.
08:44 kokopelli ok, i found an extension with key "postletter" that seems like what i was looking for. thank you! :)
08:45 paese np
08:49 Bitcrusher paese: you know how to pass a variable from php code to TS through globals properly?
08:49 paese phu, erm.. only vice versa
08:49 paese @Bitcrusher
08:50 Bitcrusher hmm ok, you know of any other way of doing it php->ts?
08:51 paese hmm ..
08:51 paese since you can access GET params in TS, why not working with it this way?
08:53 Bitcrusher its a value from the database im trying to pass onto rggooglemap
08:54 Bitcrusher so no GET values :-/
08:55 paese hm but maybe you can manipulate the conf three in your ext directly?
08:56 paese try wikitypo3.org/index.php/TypoScript_-_PHP_Interaction
08:56 paese err, wiki.typo ..
08:56 paese there is a line which shows how to access the whole tree
08:57 paese when you manipulate it there (your ext has to be processed before rrgooglemaps) mabye it works
08:58 Bitcrusher the problem is not what gets loaded first, the problem is that the var i try to set in the globals array, never gets "picked up" by the ts
08:58 Bitcrusher meaning, instead of a longtitude, i just {glob:lat} outputted
08:59 Bitcrusher which is the only example ive found of some trying to pass vars through the globals array
09:00 paese maybe you have to rewrite rrgooglemaps to suit your needs, e.g setting your lat/long in a $_SESSION and rrgoogle_modified loads data from $_SESSION instead of a DB
09:01 Bitcrusher that sounds to elaborate, I'm sure it is possible to pass vars through the globals array
09:02 Bitcrusher no need to focus on the specific plugin i think, i just need to focus on passing the var
09:02 Bitcrusher i doubt this is the last time ill need to do that ;)
09:04 kokopelli what would be a typical full *nix path to /typo3conf/ ?
09:04 nike^on hi can anyone help me .. ? in my right mouse menu in typo there is no "more settings" i want to import a t3d file...
09:04 paese kokopelli depends on your hoster
09:05 paese kokopelli /Users/<removed>/htdocs , /var/www/<user>/, /srv/www/<user>/public, ...
09:05 paese kokopelli try <?php echo getcwd()M ?>
09:05 paese remove the M .. add ;
09:06 kokopelli thank you paese, i found it at /var/www/html
09:07 nike^on but im the admin .. what can i do ?
09:08 paese nike^on where do you right-click?
09:09 nike^on on one of the pages
09:11 paese nike^on wrong. you need to left-click on the global-icon on the root of you page tree (the domain entry, the first-first-firsty-first)
09:13 nike^on yes i do it
09:13 nike^on first select the page an then right mouse
09:13 nike^on but the menu is small
09:14 paese you don't have to, you can just left-click on the icon (left of the name) to get am enu
09:14 paese when you click on the round earth-icon you should get a menu with an entry "import from .t3d"
09:15 nike^on paese yes ok ... i have 2 typo installations... and i want to copy the content from typo a to typo b
09:15 nike^on yes on typo a it works
09:15 nike^on b not :(
09:15 nike^on thats my problem
09:15 paese why not copy over ftp / mysql dump then? ;)
09:16 nike^on because i've got a problem in the first where nobody can helped me :( ... and i want to copy the content step by step
09:17 nike^on that i dont copy the problem to typo b
09:17 _pedda_ what is the problem in the first ?
09:18 nike^on that typo doesnt view images
09:19 _pedda_ it cant scale them down or convert from jpg to gif ?
09:19 _pedda_ then you just need to setup imagemagick properly in the installtool
09:19 paese are these installations on the same host?
09:19 _pedda_ if you don't .. you will have the same problem on typo b
09:20 _pedda_ hi all btw
09:20 paese hi ^^
09:21 nike^on paese no imagemagick works fine
09:21 _pedda_ nike^on: that typo doesnt view images <- what does that mean ?
09:28 paese is there a var in TS which holds the base url of the page?
09:30 _pedda_ config.baseUrl = http...
09:36 _pedda_ moin m4rtijn
09:37 nike^on _pedda_ when i go to a page.. add content ... put any text and an image in it ... the page is empty on the frontend :(
09:38 _pedda_ webhoster ?
09:38 nike^on domainfactory.... it works since 2 weeks.. but now :(
09:39 _pedda_ all my projects run on domainfactory server..
09:39 _pedda_ never had problem with these
09:39 nike^on _pedda_ german ?
09:43 paese hier sind eh mehr deutsche als englische -.-
09:44 MasterYin Anybody allready expirienced with catagorize-Extension of just2b ?
10:24 Celestar morning
10:24 _pedda_ hi
10:33 fuchur good mornin
10:35 Denyerec *vents spleen over the ridiculous data organisation and presentation on the Forge website*
10:35 Denyerec I really, really want to RTFM. I just can't FIND it,
10:37 pmk65 There's only the "help" link in the top, but that takes you to the full redmine manual..
10:37 pmk65 What do you want to do on Forge? Create a project?
10:37 Denyerec no
10:37 Denyerec I want to learn about ext-base
10:37 Denyerec Google took me to forge
10:38 Denyerec forge confused the shit out of me with its seemingly random haemmoraging of text onto the screen with little regard for legibiity, typesetting or order.
10:38 Denyerec I sometimes wonder who gets the job to lay these things out, as I've applied many times without success.
10:39 pmk65 ext-base is part of flow, so it might be on some of the Flow pages.
10:40 pmk65 Denyerec: You lack the most important skill. - You are not German. Only germans have a chance of joining the various TYPO3 teams. (unless you know somebody)
10:40 fuchur ouh, my new notebook is on it's way ... wonderful
10:40 Denyerec And here's me thinking CSS was language agnostic.
10:41 _pedda_ i don't think that it is important to be german in order to joun the t3 team
10:41 _pedda_ *join
10:41 fuchur i can't get this bugtracker to give me unsolved bugs to work on :)
10:41 Denyerec I am currently waiting to hear back from Rasmus about helping to organise the typo3.org dev project.
10:42 pmk65 Denyerec: The exbase link on typo3 takes me to this page http://forge.typo3.org/projects/show/typo3v4-mvc
10:42 fuchur every bug I find has a patch already attached :)
10:42 Denyerec yes pmk
10:42 Denyerec the wiki is a bit sparse
10:42 Denyerec the rest are bug tickets
10:43 pmk65 _pedda_: No, but it helps. I, like Denyerec, have also tried joining various teams, but without success (or a reply.)
10:43 Denyerec I also think that perhaps once they give a job to someone, they are reluctant to take it back from them
10:43 Denyerec SO say they give Mr X responsibility to do the Forge layouts
10:43 fuchur pmk65 why do you think it is important to them?
10:43 Denyerec Mr X goes away and gets a job
10:43 Denyerec And then no-one says "Hey, Mr X has buggered off, we need a new guy"
10:44 Denyerec Instead the job is left half finished
10:44 Denyerec I got so angry about the crap state of typo3.org that I wrote to the project lead and insisted he explain what the hell is going on.
10:44 fuchur Denyerec but propably he comes back sometime(tm) ^^
10:45 Denyerec Yes but the point is, they should not wait for him to return. They should re-allocate the task to someone present and willing.
10:45 fuchur i do understand your problem :)
10:45 Denyerec sometime(tm) is very often "Never"
10:45 fuchur this is what i insulted :)
10:45 Denyerec hehehe
10:45 fuchur kind of a joke ... ok floped, no problem
10:45 fuchur ^^
10:45 Denyerec I did some work on the DocBook CSS
10:45 Denyerec then.... heard nothing
10:45 pmk65 fuchur: the quailty of TYPO3 have been degrading a lot the lat couple of years. Example. Important manuals havent been updated in 5-7 years. A lot of TER features doesn't work. www.typo3.org is full of errors/warnings. (Page is HTML 4, but TYPO3 can only output XHTML) - I could go on..
10:46 fuchur pmk65 i meant why do you think it's important to them to get german teammembers
10:46 Denyerec 1) Ease of communication 2)Xenophobia :)
10:47 Denyerec I know I would choose English speaking people for my software teams, so there is less confusion.
10:47 fuchur i would be the perfect team member, I'm german and live directly on the border to denmark :D
10:47 pmk65 Most members are germans, and as Deneyerec said, they won't re-allocate the positions to others.
10:47 fuchur Denyerec i thought all communication is done in english
10:47 Denyerec Me too
10:48 fuchur i dont think german language is applicable for an international project
10:48 fuchur later on we'll start to comment code in german ^^
10:48 Denyerec Haha
10:48 pmk65 fuchur: As for bugs to fix, just take a look at bugs.typo3.org - Here's tons of bugs that haven't been fixed (some are 4-5 years old )
10:49 fuchur pmk65 how to filter? even unassigned bugs i find tons with patches already attached
10:49 Denyerec pmk do you use notepad++ ?
10:50 fuchur e.g. http://bugs.typo3.org/view.php?id=11659
10:50 pmk65 fuchur: AFIK if the bug is listed with red background color, then it's not fixed.
10:50 fuchur yeah but why does it already have a patch attached? :)
10:50 pmk65 Denyerec: No. Ultraedit.
10:51 Denyerec M,
10:51 fuchur first i thought fixing bugs for 4.x does not make this much sense ... but as i remembered when 5.x started, I think we will have to get along with 4.x for some more time ^^
10:51 Denyerec I was using gobby yesterday
10:51 Denyerec and then found a realtime editing plugin for NP++
10:51 Denyerec but I need someone to test it with
10:51 pmk65 fuchur: Good point. It lacks a feature to filter out those with patches.
10:51 fuchur ok so its not my fault :D
10:52 fuchur what is the normal going? i go grab a bug, assign it to me, provide a patch and it's (hopefully sometime(tm)) reviewed by the core team?
10:53 fuchur may I open a bug "missing link-building function for be-modules" and assign a patch with my own built function? ^^
10:53 pmk65 Here's a couple of the bugs I have reported, but which never have been fixed.
10:53 pmk65 http://bugs.typo3.org/view.php?id=9058
10:53 pmk65 http://bugs.typo3.org/view.php?id=9131
11:01 foool_ anyone experience with carmarket ext?
11:16 ix-sign i have a problem with eID. i can't use in my php file use $GLOBALS['TYPO3_DB']. on a first row connect to database (tslib_eidtools::connectDB();)
11:16 ix-sign why dosn't work
11:22 ix-sign can anyone help me
11:23 fuchur doesn't seem so
11:25 fuchur propably someone could, but he doesn't want to :) generally saying hello, please and thanks does not hurt
11:40 pmk65 ix-sign: post your code somewhere, otherwise there's pretty slim chances of getting a reply/solution.
11:48 ix-sign pmk65: it's ok i use now mysql_query(). But i have another question. how can i export my own extension with my own files (js/php/css/html)?
11:50 pmk65 not sure what you mean. If it's a TYPO3 extension, then you just use the Extension Manager to "download" it. You can then upload that file on other servers.
11:51 ix-sign no it is my own extension createt with kickstarter
11:52 ix-sign and i have another files created (js/html/php) how can i all files Export
11:54 pmk65 ix-sign: put the other files into the extension folder, that way you export it all.
11:56 mikhas_ hiya. I'd like to know what is your favourite lightbox-plugin. As there are so many, and as there also usually are issues with ajax-libraries - which one have you found to work the best?
11:57 dec___ i use lightview, not sure if theres a typo3 extension for it though
11:57 dec___ lightview is by far the best i have used though :)
11:58 ix-sign pmk65: ups sorry it is work hehe. How can i change the Version Number and the icon???
12:00 pmk65 mikhas_: PMK Shadowbox. It works with all JS frameworks, and is the one with most features.
12:01 pmk65 ix-sign: The icons you'll have to change with Photoshop or what ever image program you have. The version number is stored in the ext_emconf.php, and is normally updated when you upload your extension to TER.
12:01 mikhas_ pmk : sound promising. I guess you developed it? ;)
12:01 fuchur pmk65 too sad you can't change the version in kickstarter :(
12:02 pmk65 mikhas_: Yes ;) - http://forge.typo3.org/projects/show/extension-pmkshadowbox
12:02 pmk65 There's a newer version on forge, than the version on TER.
12:02 fuchur can someone tell me how I enable md5 passwords in fe_login?
12:02 pmk65 You can see it "in action" here -> http://www.shadowbox-js.com/
12:04 pmk65 fuchur: I think you need one of the md5 extensions. (There's several)
12:05 mikhas_ pmk65: allright, thanks for the tip, i will try it out.
12:05 _pedda_ kbmd5passwords
12:05 _pedda_ or somethin..
12:05 fuchur wow ... they integrate fe_login to the core but don't support md5 out of the box?
12:05 pmk65 this one looks like the newest. http://typo3.org/extensions/repository/view/md5passwords/current/
12:05 fuchur i think md5 should be standard today
12:06 _pedda_ it should
12:06 fuchur yeah thanks, i found these ones but I expected fe_login to support md5 natively
12:06 _pedda_ you could use sha1 as well
12:06 _pedda_ was in the ter a few days ago
12:06 pmk65 fuchur: Never understood why the "felogin" is part of the core release. Specially when it's so buggy. (as a system ext, it only gets updated when a new TYPO3 version is released)
12:07 _pedda_ what i don't understand is why it is still not documented ?!
12:07 fuchur yeah
12:07 _pedda_ i would document it if would have understood it ;)
12:07 fuchur hrhr
12:07 fuchur i read that fe_login supports md5 natively but not how i can enable it
12:07 atmos4 hi
12:08 atmos4 anyone know how to hide unused columns in the backend depending on the tempülate selected via rlmp_tmplselector (Template Selector) ext?
12:08 atmos4 on a per page basis I can achieve that with sth like mod.SHARED.colPos_list=0,3  but I wan't to wire it to the selected template
12:09 atmos4 I know that zenwireframe does just that, so it should be possible ...
12:10 _pedda_ kb_md5fepw + patch from bugs.typo3.org
12:13 fuchur _pedda_ Updated
12:13 fuchur 01.02.2006
12:13 fuchur :_(
12:13 _pedda_ i know
12:13 _pedda_ but i know someone as well who got it working and patched it ;)
12:14 fuchur i get the feeling typo3 is growing too fast
12:14 _pedda_ hmm
12:14 _pedda_ i don't think it's about growing too fast
12:14 fuchur it's not organzied enough for such growth ... there are so many as-standard-extensions you rely on which haven't been updated for years
12:15 _pedda_ perhaps we should consider to move to drupal ;)
12:15 fuchur and wth does fe_login does not have a checkbox in config "use algo: 1. none, 2. md5, 3. sha1" ... this should be a matter of minutes to implement
12:16 fuchur i think 4.2.x should support md5 natively without using extensions not supported for years
12:17 fuchur not just cause i m using md5 :D but the system should encourage people to use hashed passwords
12:17 atmos4 never mind, I just found this ext, which seems to do what I'd like: Template Selector to Column View mapper ( stfl_tmpl2columns )
12:17 fuchur do you think i can open a bug for this and apply a patch or would that not make much sense?
12:19 _pedda_ hmm
12:19 _pedda_ i can't tell you
12:19 _pedda_ ^^
12:19 _pedda_ probably this bug will remain for some years
12:20 _pedda_ but we could submit a bug to the bugtracker about brocken functionality of the typo4 core TEAM ;)
12:20 _pedda_ typo3 v4
12:20 _pedda_ major bug core related
12:20 teppi|working i inserted a new field in my TV-template which is filled by a little typoscript code snippet .. the div for the field is inside the <body>-tags but the replaced code appears in the <header> .. WTF? any ideas?
12:21 fuchur lol the TEAM got broken? :D
12:21 fuchur and we have to repair it? :D
12:21 _pedda_ yeah
12:21 _pedda_ hmm
12:21 _pedda_ dunno
12:21 _pedda_ will remain for some years as well
12:21 _pedda_ i would like to help as well, but it's not that easy to join a team
12:21 _pedda_ and even if.. i don't know which one
12:22 _pedda_ they could just put me in the one which needs members
12:22 fuchur do you think this is allways the problem with open source projects?
12:22 _pedda_ yes afaik
12:22 fuchur a lack of organization and fast deccissions for that amound of users and developers
12:23 _pedda_ the amount of developers isn't that big
12:23 _pedda_ if you only care about core dev'S
12:23 _pedda_ which have to be coordinated
12:23 fuchur yeah true
12:23 fuchur and they are even seperated :) two core devs
12:23 fuchur *core dev teams
12:24 _pedda_ but i'm not experienced with leading projects of that size
12:24 _pedda_ so i'm not really a person which could give any suitable statements about that ^^
12:24 teppi|working ok nevermind .. i think it has something to do with the scriptmerger
12:24 fuchur i would like to help out core team v4 as well but first i don't know how much time i should expect for it to be killed and second i cant even get unsolved bugs without patch out of this odd bugtracker ^^
12:27 fuchur out for lunch :) cya
12:28 _pedda_ gude
12:28 fuchur danke
12:28 fuchur :)
12:28 _pedda_ ssshh english only !
12:28 _pedda_ ;)
12:28 fuchur strange talking one2one in english :p
12:28 _pedda_ yeah
12:57 dreier-schmiede hi, typo3 creates link titiels with quotation marks
12:57 dreier-schmiede some ideas what to do?
13:07 dreier-schmiede no one?
13:08 _pedda_ give an example
13:12 needt3help hi
13:12 _pedda_ hi
13:12 _pedda_ dreier-schmiede:
13:12 _pedda_ give an example
13:13 needt3help how can i get the plain text of a header-content?
13:13 dreier-schmiede there is a newstile like = the new "object" is avilable
13:14 dreier-schmiede then the more link contains the quatation marks
13:18 needt3help 20.text.data = DB:tt_content:[CONTENT-ID]:header <= is there any option to get the content-id dynamically? im new at typo, so maybe its just the wrong way, but ...
13:20 dreier-schmiede _pedda_:
13:20 dreier-schmiede ?
13:34 Bitcrusher_Work can any of you help me pass a variable from my extensions php code to ts via globals or some other clever way?
13:37 Denyerec I'm pretty sure I've had to do that once
13:38 Bitcrusher_Work Do you by any chance remember the code you used? ;)
13:39 Denyerec My bad
13:39 Denyerec I was going the other way
13:39 Denyerec :/
13:39 Bitcrusher_Work ahh
13:41 mquintus moin
13:41 mquintus ahoj
13:46 Bitcrusher_Work hi mquintus
13:51 pmk65 Bitcrusher_Work: http://wiki.typo3.org/index.php/TypoScript_-_PHP_Interaction
13:52 Bitcrusher_Work hi pmk :)
13:55 pmk65 hi. Look at the above url, specially "The COA method " and "The cObj method"
13:55 pmk65 and the "Accessing data "
13:56 Bitcrusher_Work i've look at that several times, but it just dident see what i needed
13:56 Bitcrusher_Work ok, ill give it another look :)
13:57 pmk65 basically, everything (array key/value) you fill into the variable $this->cObj->data, is accessable in your TS setup.
13:58 pmk65 to get it back to PHP, you use something like $this->cObj->cObjGetSingle to access your TS object.
13:59 pmk65 so if you in your PHP, sets $this->cObj->data['myfield'] = 123, then you can in your TS, do something like: 10.field = myfield
14:07 Bitcrusher_Work ill try it out right away :)
14:13 Bitcrusher_Work hmm, no luck, it just outputs the myfield when i set 10.value = myfield, and nothing when i use 10.field myfield
14:13 Bitcrusher_Work and the $this->cObj->data['myfield'] = 123; line, i just put in my plugins code in the top
14:14 pmk65 You can try taking a look at one of my (first) extensions. This one uses the above methoud for all output. http://typo3.org/extensions/repository/view/currencyconv/current/
14:17 mechanical_man how can i sync my calendar with google calendar?
14:17 Bitcrusher_Work ill take a look
14:21 Bitcrusher_Work pmk65: in the code for the currency converter, you have a var called $this->data['currencyrates'], how would you reach that from ts?
14:21 pmk65 10.field = currencyrates
14:23 pmk65 in the ext. I have 2 TS objects. one called "in" and one called "out". those 2 I read from the PHP script.
14:36 foool_ anyone experience with carmarket ext?
14:50 _pedda_ foool_: what's your problem ?
14:51 foool_ I found out the prob _pedda thanks anyway
14:52 _pedda_ k
14:57 Bitcrusher_Work pmk65: you write 10.field, by that i guess you mean lib.coaname.10.field, right?
15:08 foool_ Spoke too soon _pedda - I keep getting no news id given on the details page. I have the starting point set to the sys folder.
15:29 _pedda_ foool_: ?
15:30 _pedda_ you know the typoscript object browser ?
15:30 foool_ hi
15:30 foool_ err i think so
15:31 dreier-schmiede if i create a new version of page (for example via a 2. workspaces) typo3 adds a "_01" to the files defined in the pageproperty on resource (for a banner in top of the page), but the file with "_01" doesnt exists ... what to do?
15:32 foool_ I found it _pedda
15:32 _pedda_ found what ?
15:34 _pedda_ solution for your problem or the tsobjbrowser
15:36 foool_ i don't see anything that could be a prob in object browser
15:39 _pedda_ you know how to search fo that problem ?
15:39 _pedda_ first you have to select the page where the problem occurs
15:39 dreier-schmiede my fold .... typo3 creates a copy of the image with name "_01" in "uploads/media/" ... just use this folder and everything is fine...
15:39 _pedda_ and then check if the pid of the folder is correct
15:39 _pedda_ via ts obj. browser
15:40 foool_ hang on
15:41 randomresult we use this function to create images in an extension :$this->cObj->IMAGE
15:42 randomresult which creates an image in the tempfolder
15:42 randomresult is it possible to tell typo3 to create a subfolder in temp?
15:42 foool_ _pedda don't really know how I could identify a problem there
15:43 foool_ i will look pedda
15:47 randomresult anyone knows if an extension can have an own folder in temp for images?
15:49 fuchur does anyone have a good documentation about validating submitted form-field via tcemain in fe-modules?
15:49 fuchur I looked for in the api docs but it's not commented :(
16:08 Bitcrusher_Work pmk65: you there?
16:08 pmk65 yes
16:08 Bitcrusher_Work may i pm you?
16:08 pmk65 sure
17:25 _pedda_ cu all
18:15 Denyerec pmk65 you ever tried NppDocShare?
21:53 ries2 anybody from the typo3 security team here?
22:09 brainxy hello
23:37 Titi Hello friends, hello voidus
23:37 voidus helllo Titi
23:37 Titi viodus How can I turn off a mySQL persistent connection?
23:38 Titi voidus
23:39 Titi voidus?
23:39 voidus Titi: no_pconnect or so
23:39 voidus look at install tool
23:40 Titi voidus oou shit :) pconnect... lol I tried persist...
23:40 Titi Thank you!!!
23:42 Titi otherwise.... anyone can see some worngs at this mysql condition? $selectConf['WHERE'] = 'deleted=0 AND hidden=0 AND (starttime=0 OR starttime>='.$this->tstamp.') AND (endtime=0 OR endtime<='.$this->tstamp.')';
23:44 voidus Titi: you're reinventing enableFields() method
23:47 Titi voidus I tried $selectConf['WHERE'] = 'deleted=0 AND hidden=0 AND ('.$this->cObj->enableFields('starttime').'=0 OR '.$this->cObj->enableFields('starttime').'>='.$this->tstamp.') AND ('.$this->cObj->enableFields('endtime').'=0 OR '.$this->cObj->enableFields('endtime').'<='.$this->tstamp.')';

Technologies


R. van Twisk 2004-2010 R. van Twisk / Avenida Diego de Almagro No: 22-47 y Juan Severino / Quito Ecuador
callto://r.vanTwisk | Support: +1 (803) 4263350

© 2012 R. van Twisk. All Rights Reserved.