←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
Tiki-KGBtikiwiki 03arildb r46808 10branches/experimental/ckeditor4/lib/ckeditor_tiki/wysiwyglib.php
tikiwiki [FIX] Check if latest version is viewed, before opening the inline editor when a flagged revision is active.
[00:06]
marclaporte1joined #tikiwiki [00:13]
Tiki-KGBtikiwiki 03arildb r46809 10branches/experimental/ckeditor4/lib/prefs/feature.php
tikiwiki [MOD] Warn that Wysiwyg inline editing is experimental
[00:20]
Tiki|botNew Forum Posts: Unified Search - MySQL Full Text Search engine - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=48183 [00:25]
.... (idle for 18mn)
marclaportejoined #tikiwiki
joined #tikiwiki
[00:43]
samu89joined #tikiwiki
Hello guys
I need know in which tpl file a table/grid it is
[00:46]
luciashit is what ?
samu89: what is your question ?
[00:56]
samu89I have a problem
In file galleries, has a table to show the files, but i don`t know where in tpl files it is localized
[01:10]
luciashsamu89: what is the URL ? [01:13]
samu89tiki-list_file_gallery.php [01:14]
luciashsamu89: ok, if you enabled to indicate TPL in page source, you should see it when you do Ctrl+U
samu89: i can have a quick look
Tiki 9.x ?
[01:15]
marclaportejoined #tikiwiki [01:16]
samu89No, thunk 12.x
*trunk
[01:17]
luciashsamu89: should be in templates/list_file_gallery.tpl
samu89: or templates/list_file_gallery_content.tpl
[01:18]
samu89Can be in various places the table headers?
Exist documentation about these files?
[01:28]
....... (idle for 31mn)
Tiki|botjoined #tikiwiki [02:00]
....... (idle for 30mn)
fabriciusjoined #tikiwiki [02:30]
Tiki|botNew Forum Posts: RSS feed - editing? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=48185 [02:41]
..... (idle for 22mn)
chibaguyjoined #tikiwiki [03:03]
refizulTiki forum outgoing mail adds the header 'Reply-To', which is not yet optional.
Workaround with MTA postfix: header checks with pcre, match the forum's outgoing address and IGNORE -> header is stripped
[03:10]
marclaporte1joined #tikiwiki [03:19]
marclaportejoined #tikiwiki [03:21]
goj_killedByISPjoined #tikiwiki [03:24]
...... (idle for 25mn)
lphuberdeaujoined #tikiwiki [03:49]
marclaportejoined #tikiwiki [04:00]
....... (idle for 32mn)
joined #tikiwiki [04:32]
....... (idle for 32mn)
marclaporte1joined #tikiwiki [05:04]
Tiki|botjoined #tikiwiki [05:05]
.... (idle for 16mn)
Anzhejoined #tikiwiki [05:21]
..... (idle for 20mn)
marclaportejoined #tikiwiki [05:41]
.......................... (idle for 2h8mn)
armanm89Hi, I need a help with sending html messages in tikiwiki. Is this feauture available? Or how can it be done using .tpl files?
tracker_changed_notofication.tpl
[07:49]
redflojoined #tikiwiki [07:56]
..... (idle for 20mn)
Anzhejoined #tikiwiki [08:16]
Anzhe clears his throat
Is anyone in here going to Wikimania 2013 in Hong Kong next month?
[08:22]
..... (idle for 23mn)
Tiki|botRecent Bug: - Modules, Page filter are applied on the Admin modules panel - http://dev.tiki.org/item4606 [08:45]
....... (idle for 31mn)
chibaguyjoined #tikiwiki [09:16]
........... (idle for 50mn)
arildbjoined #tikiwiki [10:06]
........ (idle for 37mn)
xavi_joined #tikiwiki
hi all!
[10:43]
arildbHi xavi_ [10:44]
xavi_is it appropiate to ask technical issues here? (of course, I haven't found out somewhere else) [10:47]
arildb_joined #tikiwiki [10:49]
Tiki|botNew Forum Posts: softaculous's control panel - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=48191 [10:55]
arildbxavi_: technical issues...this seems to be a good place [11:05]
xavi_thank you! I've just made a migration where I had tikiwiki installed. I've correctly configured the database parameters and so on... but
when opening the home page an error occurs:
"Header already sent in where-my-tiki-wiki-is/lang/es/language.php at line 1"
regarding //index.php, php says that HTTP headers are already sent: https://github.com/railfuture/tiki-website/blob/master/index.php
[11:10]
arildbthe cahce is cleared and the database is up-to-date, I assume [11:13]
Anzhehave you looked through your log files? in PHP that error often occurs when a page spits out an error message (ex: invalid variable) and then tries to redirect via a header() call [11:13]
arildbwhich Tiki version btw.?
I have to head out now. Sorry I can't help more. bbl
[11:14]
xavi_:( [11:17]
Anzhexavi_: which Tiki version are you running? do your server logs have any errors? [11:17]
xavi_temp/cache folder is empty
what do you mean by up-to-date databases, they were cloned from the original server
tikiwiki Version: 10.3
what do you mean by up-to-date databases? they were cloned from the original server
[11:18]
Anzheyour server logs? [11:20]
xavi_my apache logs show no PHP error [11:21]
Anzhewell you clearly have one, what logging setting is your PHP using? [11:22]
xavi_the error I am getting is not a PHP error, it is echoed by tiki wiki, as you can see in the code here: https://github.com/railfuture/tiki-website/blob/master/index.php
I get this "tikiwiki warning" because header is already sent in /home/bookuno/public_html/wiki/lang/es/language.php at line 1
wooops I posted the whole path, is this IRC permanentaly logged?
[11:25]
Anzheheaders are already sent just means something has already outputted data to the browser, this is almost always because of an error message
so you should dive into tiki-setup.php and see what's choking
if you want to brute force your way to a solution, stick a die(); at line 473 of tiki-setup.php and reload your index
then walk it back code section by code section until you find whatever include or function is failing
because something is prematurely sending data to the browser, and that's preventing the index.php header() call from working
[11:26]
xavi_I'll check that, but I'm not fluent in PHP :S [11:35]
Anzheyou needn't be too fluent, you just need to get ahold of a real error message, then we can better diagnose the problem. Right now you've got an error message about an error message ;-) [11:36]
xavi_thanks! I'm on it! [11:42]
why line 473? I'm placing an echo there and seems that the interpreter does'nt get there [11:48]
Anzhebecause that's the second to last action, I would use an echo followed by a die() to be certain you're halting the program
then keep moving it upwards one code block at a time
until you find the info you need
alternately you could work down from the top
it makes no difference, really
echo "so far so good"; die();
[11:50]
chibaguyjoined #tikiwiki [11:52]
xavi_it looks like it doesn't enter the conditional in line number 217 (https://github.com/railfuture/tiki-website/blob/master/tiki-setup.php)
as an echo just befor, at line 216, echo $prefs['javascript_enabled'];, returns "n"
but the interpreter reads all the tiki-setup.php file
[11:55]
Anzheit reads the entire file because there is no header() function in that file
so it just outputs the error and continues on
without knowing your programming background it's hard to give good advice on next steps
did you previously have javascript enabled on the old installation?
could there be something wrong with your lib/setup/user_prefs.php file?
[11:57]
xavi_I'm OK with Java and C, but you should'n assume I'm used to built-in PHP functions, til know you've showed me the way [12:02]
Anzhejoined #tikiwiki
ok, I'm back
[12:02]
xavi_could you read the previous lines? [12:06]
Anzhedidn't receive anything after I quit to go mobile [12:12]
xavi_after "but the interpreter reads all the tiki-setup.php file" I said "I'm OK with Java and C, but you should'n assume I'm used to built-in PHP functions, til now you've showed me the way"
what could be wrong with lib/setup/user_prefs.php file? I've never modified core libraries in tikiwiki
[12:20]
AnzheI have no idea what might be wrong. How exactly did you migrate your installation? Could you have forgotten any config files? Is it the same server or different? Perhaps the PHP.ini is not identical? [12:23]
xavi_joined #tikiwiki
sorry i got disconnected just after 12:23
[12:28]
arildbjoined #tikiwiki [12:29]
xavi_after server migration, apache config and modules installed were modified, but I can't copy the exact config file as it was before
I am trying to identify which modules/config does tikiwiki need so I can set them up one by one
[12:30]
Anzheare you doing a fresh install or cloning all the old data and trying to resume operations?
I suggest you try a fresh install of the same version in an alternate path.
TW's selfdiagnostics during install will let you know immediately if there are any core php settings that need to be adjusted.
[12:33]
xavi_it is a cloning [12:35]
AnzheIf the fresh install has no issues, then we must consider some special configuration of the old server or perhaps missing files. [12:36]
xavi_the wonder is if I could restore everyting, data and config [12:36]
AnzheAssuming the MySQL database is undamaged and has the same username and password
please try a fresh install of the same version, it will only take a few minutes
[12:36]
xavi_thanks! i will try and tell you. Will you be gone in some minutes? [12:38]
AnzheI'll be online for the next 3 hours at least, but I may not reply immediately. [12:44]
joined #tikiwiki [12:50]
Anzhe_mjoined #tikiwiki [12:52]
....... (idle for 33mn)
Tiki|botjoined #tikiwiki
New Forum Posts: Articles Topic Field - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=48192
[13:25]
ricks99joined #tikiwiki [13:31]
polom y'all
left #tikiwiki
joined #tikiwiki
[13:36]
jonnybjoined #tikiwiki [13:38]
Tiki-KGBtikiwiki 03jonnybradley r46810 10branches/ 10(14 files in 6 dirs)
tikiwiki [MRG] Automatic merge, trunk 46796 to 46807
[13:42]
fabriciusjoined #tikiwiki [13:52]
luciashpolom [14:01]
jonnybmoloq [14:02]
Tiki-KGBtikiwiki 03arildb r46811 10trunk/tiki-calendar_setup.php
tikiwiki [SEC] Validate calendar date input. Prevent XSS attack
[14:04]
xavi_Anzhe, it's working now! thanks for your help
I don't learn too much by doing fresh installs, but at least i's working :P
[14:05]
Anzhexavi_: I'm happy to hear you're up and running again [14:16]
.... (idle for 15mn)
amettepolom [14:31]
Tiki-KGBtikiwiki 03jyhem r46812 10trunk/tiki-searchresults.php
tikiwiki [FIX] Cleaner input handling
[14:32]
jonnybhi amette [14:32]
Tiki-KGBtikiwiki 03jyhem r46813 10branches/11.x/tiki-searchresults.php
tikiwiki [FIX][bp/r46812] Cleaner input handling
tikiwiki 03jyhem r46814 10branches/10.x/tiki-searchresults.php
tikiwiki [FIX][bp/r46812] Cleaner input handling
[14:34]
Jyhem_polom
Jyhem_ hates nano editor
[14:38]
jonnybpolom Jyhem_ [14:41]
Tiki-KGBtikiwiki 03jyhem r46815 10branches/9.x/tiki-searchresults.php
tikiwiki [FIX][bp/r46812] Cleaner input handling
[14:44]
Anzhepolom? [14:49]
amettehi jonnyb, Jyhem_ [14:49]
Tiki-KGBtikiwiki 03jyhem r46816 10branches/6.x/tiki-searchresults.php
tikiwiki [FIX][bp/r46812] Cleaner input handling
[14:50]
..... (idle for 21mn)
chibaguyjoined #tikiwiki [15:11]
marclaportejoined #tikiwiki [15:21]
dhazeljoined #tikiwiki [15:34]
rodrigoprimojoined #tikiwiki [15:47]
joined #tikiwiki [15:54]
.... (idle for 17mn)
chibaguyjoined #tikiwiki [16:11]
.... (idle for 17mn)
marclaportejoined #tikiwiki [16:28]
..... (idle for 20mn)
Tiki|botNew Forum Posts: tracker item import UTF-8 initials issues - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=48194 [16:48]
New Forum Posts: Newby question -- how to permit anonymous users to see tracker items? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=48195 [16:58]
panamausAny ideas on how to reindex the file backlinks in my file galleries? They seem to gradually collect "garbage" and redundant links over time. Rebuilding the search index doesn't help. [17:03]
aalex_joined #tikiwiki [17:04]
ricks99panamaus: clear tiki caches? [17:06]
panamausnope, caches have no effect either [17:11]
ricks99hm... what tiki version? [17:12]
panamaus9.3 [17:12]
ricks99maybe a bug. current version is 9.6. [17:13]
panamausmaybe. It's been like this since I first build my wiki back at version 7. The oldest files in my gallery claim to have around 125 backlinks, but they're almost all nulls
more common is a file that will list, for instance, 18 backlinks, but all to the same document that only references the file once
I have scheduled an upgrade to 9.6 next week. Would be nice if this problem goes away then, but I'm not expecting it to
[17:14]
ricks99are you able to duplicate the problem on the tiki demo site: http://demo.tiki.org [17:17]
panamausdunno. I'll give it a try I guess [17:19]
ricks99pls do and report back. [17:23]
.... (idle for 16mn)
Tiki|botNew Forum Posts: BigBlueButton Translations - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=48199 [17:39]
New Forum Posts: New to tiki-devel, Introducing myself to the community - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=48201 [17:49]
Emenemsjoined #tikiwiki [17:53]
leagrisPlease, @marclaporte would you allow me a commit right (aoccount leagris)? I have a patch proposal for tiki_cdn and smarty_security incompatibility.. [17:54]
panamausricks99: of course, I find that manually cleaning up the tiki_file_backlinks table in mySQL works too. [17:55]
leagrisJust introduced myself to Tiki-devel: Feel free to ask me more information/details. [17:57]
marclaporteleagris: coming right up!
leagris: Tiki newsletters could use some click-through tracking :-)
Merci Léa: https://sourceforge.net/u/leagris/profile/
[18:01]
Tiki|botNew Forum Posts: Admin Categories - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=48208 [18:09]
Tiki-KGBtikiwiki 03amette r46817 10branches/9.x/lib/categories/categlib.php
tikiwiki [FIX] Allow displaying blog posts in category listings
[18:16]
jonnybHi leagris - just saw your email, bienvenue! Looking forward to seeing some commits soon one day :) [18:21]
leagris:)
@marclaporte just committed successfully, thanks
[18:24]
Tiki-KGBtikiwiki 03leagris r46818 10branches/11.x/lib/init/smarty.php
tikiwiki [FIX] smarty_security and tiki_cdn
[18:26]
marclaporteleagris and jonnyb: that was fast :-) [18:30]
jonnyb:D [18:31]
Jyhem_Welcome leagris :-) [18:32]
Caarriejoined #tikiwiki [18:39]
Tiki-KGBtikiwiki 03marclaporte r46819 10trunk/composer.lock
tikiwiki Update composer.lock following recent update of composer.json for Smarty 3.1.13 to 3.1.14
[18:42]
luciashleagris: welcome to Tiki ! :) [18:49]
Tiki-KGBtikiwiki 03amette r46820 10branches/11.x/lib/categories/categlib.php
tikiwiki [MRG][FIX] Allow displaying blog posts in category listings
[18:50]
luciashleagris: can we agree to use quoted-printable instead of the 8bit ?
leagris: regarding https://dev.tiki.org/tiki-view_tracker_item.php?itemId=4596&threadId=2942&comzone=show#threadId2942
[18:51]
Tiki-KGBtikiwiki 03marclaporte r46821 10trunk/doc/devtools/satis.json
tikiwiki We now need to give access to Smarty 3.1.13 and 3.1.14
[19:00]
leagrisluciash yes
Quoted-printable is the most versatile. 8bitis the most space saving but may have issue with older Mail User Agent / Webmails
s/8bitis/8bit/
[19:07]
Tiki-KGBtikiwiki 03marclaporte r46822 10trunk/doc/devtools/satis.json
tikiwiki Indicate latest Smarty version to Satis
[19:12]
leagrisWhat is the process of validating a patch and closing an issue. (about https://dev.tiki.org/item4604) ? [19:21]
.... (idle for 17mn)
samu89joined #tikiwiki [19:38]
Hello guys [19:45]
jonnybjoined #tikiwiki [19:47]
samu89What is the better way to make a tiki plugin? [19:48]
ricks99did you see the "how to create a new plugin" page on Hello World?
http://dev.tiki.org/Hello+World
[19:50]
samu89Thanks [19:54]
panamausricks99: "good" news, I can duplicate the problem in the tiki demo site
every time I save a page referencing files in the file gallery, the backlink count for those files increases
if I remove those references from the wiki page and save it, the backlink count does not decrease as expected
[20:05]
ricks99great... i guess.. :) does the bug also appear in the current version 11? [20:09]
panamaushaven't tried that, but I guess that's the next test [20:09]
jonnybneed food, more tomorrow... [20:17]
Tiki-KGBtikiwiki 03jonnybradley r46823 10trunk/lib/categories/categlib.php 10trunk/lib/init/smarty.php 10trunk
tikiwiki [MRG] Automatic merge, branches/11.x 46793 to 46820
[20:18]
ricks99left #tikiwiki [20:21]
marclaportejoined #tikiwiki [20:25]
Telesightjoined #tikiwiki [20:37]
..... (idle for 20mn)
marclaportejoined #tikiwiki [20:57]
samu89_joined #tikiwiki [21:06]
Tiki-KGBtikiwiki 03jonnybradley r46824 10branches/ 10(6 files in 5 dirs)
tikiwiki [MRG] Automatic merge, trunk 46807 to 46823
[21:16]
..... (idle for 24mn)
Tiki|botNew Forum Posts: Can't install trunk (composer) - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=48217 [21:40]
............... (idle for 1h14mn)
aalex_joined #tikiwiki [22:54]
........... (idle for 54mn)
GillesMMjoined #tikiwiki [23:48]
Caarriejoined #tikiwiki [23:52]

←Prev date Next date→ Show only urls(Click on time to select a line by its url)