hi guys
i have url field in tracker
i use trackerfielditem to grad it
but come with link and end with
, example: wiki-page
how can i fix that?
JoP_ : sorry, no idea
o
thx anyways
morfning… (need more coffee)
polom tikiverse
tikiwiki: 03chealer * r34216 10/trunk/modules/mod-func-categories.php: [FIX] HTML special characters encoding
When the sky is grey and the code don't want to play nice… a good laugh can save the day. My favorite of the day : http://xkcd.com/149/ (have fun)
tikiwiki: 03sylvieg * r34218 10/branches/proposals/6.x/tiki-view_tracker_item.php: [FIX]tracker: a field with limited editable groups can not be modified by other groups - different fix to be done in 7
Q: Tiki 6... the RSS for articles shows only the header. Is there a way to include the header & body text areas in the Article RSS?
same behavior in TIki7, too
i can't tell if this is a bug or feature :)
ricks99: hello ! i support including the body in articles rss. :)
shalom bernard! how? is there an option somewhere that I missed?
New Forum Posts: LDAP/AD Tikit 6.3 Win2008R2 500 Errors - http://tiki.org/tiki-view_forum_thread.php?forumId=17&comments_parentId=41157
tikiwiki: 03lphuberdeau * r34223 10/trunk/installer/shell.php: [FIX] Shell installer did not have autoload
ricks99: remember rtl problem with navigation arrow. I found a good solution using css Flip. BUT it works from my themes.css and not from BiDi.css. nuts !
did u say you figured out a way to have full article in the article.rss?
ricks99: no but i had this problem too so you have my support ! ;)
tikiwiki: 03lphuberdeau * r34224 10/trunk/lib/newsletters/nllib.php: [MOD] Separate mail generation and sending
hi all... i'm being pestered by a tracker error: Fatal error, memory something in /lib/smarty/libs/Smarty.class.php on line 1869 Any ideas how to fix this? The data is ok, but the page fails with the fatal error.
it's tiki 6.3
I have to go now. cya
polooooom
New Forum Posts: RSS feed of a blog shows blank page, - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41162
coaboa: hast msg bekommen?
polom
I'm working on setting up forum/mailing list synchronisation and I suppose I just found what stopped me for so long...
... the POP provider only offers connection via SSL (which is very smart imho)...
... Tiki apparantly doesn't try SSL automatically..
... is there a way to make Tiki do it via SSL and another port? Like entering something like pops://mailhost.org:993 in the server field?
hi all... again. I figured out that because I am running tiki 6.3 in subdirectory of the domain I'm going to get these fatal errors. Server has 96M in php.ini, but i'm guessing that only relates to the domain root directory? Anyone?
I've uncommented the php memory limit in .htaccess, but that isn't helping. maybe I'd better clear the cache.
that didn't work .. I don't understand why there should be a memory issue. there are only 9 records in the tracker, though each record has almost 20 fields.
similar tracker page has 7 records and it outputs just fine. I don't get it.
do i need a .htaccess file in each and every directory with php files?
@codyg: should specify memory in php.ini not htaccess -- not all hosts respect the memory directive in htaccess. use phpinfo to see *exactly* what your memory limit is
Hi Ricks... I configured my own php.ini file on WHM/Cpanel vps, but will check.
from tiki admin menu, select admin > phpinfo
check for your memory_limit
tikiwiki: 03sylvieg * r34226 10/branches/7.x/templates/wiki-plugins/wikiplugin_trackerfilter.tpl: [FIX]TRACKERFILTER: do not url encode option as it is a POST and create problem with option with space for instance (spaces are transformed into %20
tikiwiki: 03sylvieg * r34227 10/branches/proposals/6.x/templates/wiki-plugins/wikiplugin_trackerfilter.tpl: [bp/r34226][FIX]TRACKERFILTER: do not url encode option as it is a POST and create problem with option with space for instance (spaces are transformed into %20
yep, it's 96M, just as I set it when I first started tiki. ;)
and you're getting wsod?
But is that for all dirs? I have tiki in subdir.
if you used admin > phpinfo, it is from the directory in which tiki is installed
what error are you getting?
oh my supernovas, that uncommenting the .htacess seemed to have worked. ;) hang on.
it worked. :)
apache took a moment
so at first it didn't look like it was working.... anyways, i do have this other error on the page output. PHP (5.3.1) ERROR (E_WARNING): File: lib/imagegals/imagegallib.php Line: 165 Type: fopen() [function.fopen]: Filename cannot be empty
tikiwiki: 03lphuberdeau * r34228 10/trunk/ (lib/newsletters/nllib.php tiki-send_newsletters.php): [MOD] Add an option in the request to resume the sending, fix email reporting
looks like a missing file -- not a memory error. what tiki version and what were you doing?
I'ts ver 6.2 and it's related to an image field in the tracker.
The image is displayed
it looks good
actually, it rocks.
k
I should have another look at the file vs db settings.
are images in trackers stored in the db by default?
iow, if i configure file galleries does that have anything to do with tracker image fields?
not sure
dont think so. iirc, tracker images are stored separately
yeppers,, in img/trackers/somecrazystring
so configuring file galleries isn't going to fix the warning.
hash of the file
exactly
is img/trackers/*.* writable?
what is imagegalib.php for?
yes, and no problem with the image displaying, it's there. i just don't understand the warning.
tikiwiki: 03sampaioprimo * r34229 10/trunk/ (15 files in 8 dirs): [MRG] Automatic merge, branches/7.x 34179 to 34226
In 2.10, where are user's login info kept?
I looked in tiki_users, and there are no rows.
users_users ?!
ok, I found a good pointer here: http://pear.php.net/manual/en/package.networking.net-pop3.connect.php <- one can use ssl://servername and I added the port directly in the code
just it doesn't work and I get nothing in php-error.log....
hi again... let's say a tracker field has 3 values, member, friend, robot. I want to ouput records with values of member and robot, but not friends. ie: filtervalue=member+robot, << how is that done?
I mean output items...
tikiwiki: 03lphuberdeau * r34230 10/trunk/ (6 files in 4 dirs): [MOD] Adding newsletter throttling options and fixing a few issues
i try put {TRACKERLIST(trackerId=11, fields=>84)}{TRACKERLIST} in template
Recent Bug: Tracker item: #3864 - - Page Selector not working with Tracker plugin - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3864
but it doesn't print out anything
write?
why?
got it use {/literal}
Recent Bug: Tracker item: #3865 - - Errors testing mail during install - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3865