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

WhoWhatWhen
redflojoined #tikiwiki [00:15]
................ (idle for 1h17mn)
joined #tikiwiki [01:32]
Tiki|botjoined #tikiwiki [01:33]
......... (idle for 44mn)
dabrightjoined #tikiwiki [02:17]
joined #tikiwiki [02:29]
joined #tikiwiki [02:38]
........... (idle for 52mn)
chibaguyjoined #tikiwiki [03:30]
Gwaynejoined #tikiwiki [03:32]
.................... (idle for 1h36mn)
dabrightjoined #tikiwiki [05:08]
joined #tikiwiki [05:16]
............................................... (idle for 3h53mn)
redflojoined #tikiwiki [09:09]
.... (idle for 19mn)
joined #tikiwiki [09:28]
mepgjoined #tikiwiki
Hey guys, I'm having some issues with 12.0
I have ported an old version (3.1) to a brand new server
The target was getting the latest version, so far everything works aside of the most important thing!
Nobody can login with his pw.
When I do a password recovery, use the recovery URL, set a new pw, then I am logged in.
However the moment I logout, I cannot login anymore!
After entering the password I keep getting redirected to tiki-login_scr.php
with no error message
Doing a new pw recovery leads to the same result
[09:32]
Odarysjoined #tikiwiki
it's me mepg, figured it makes more sense to join with a irc client istead of web.
i'm assuming that it has something todo with the encoding
the orginal db was latin1_swedich
tho all the old articles, posts, comments are getting displayed just fine
(btw it also doesn't seem to matter to which version I upgrade, also tested 9.7)
[09:39]
........ (idle for 36mn)
xavihi Odarys. I suggest that you follow all the steps indicated here in the way they are indicated: http://doc.tiki.org/Upgrade#If_you_need_to_fix_the_encoding_issue
just to be sure that you discard the option of an encoding issue
also ensure that you ugprade in a new directory, not placing the new files over the old ones
and ensure that you use a brand new .htaccess file, and not an old one from 3.x
hth
bbl
[10:20]
........ (idle for 36mn)
redflojoined #tikiwiki [10:57]
Tiki-KGB03gezzzan r51319 10trunk/templates/tiki-view_articles.tpl * [MOD] adding bootstrap classes to buttons
03gezzzan r51320 04trunk/templates/layouts/application
[DEL] removing application layout (commited earlier by me), it is too experimental for Tiki13
[11:00]
Odarysxavi, okay so that wasn't neccessary.
I've found out that I couldn't login, because my httpd server settings were forcing https
while https was disabled within the tikiwiki settings
meaning, after removing the "force https" from httpd, I can login just fine!
However, there is another issues.
Even thought I am in the Admins group and see all the settings
I can change them in the form, apply, it tells me that they were applied
but when I relogin, they are back to what they were
(after I click apply, it gives me the notice that everything was applied, eg https_login, feature_show_stay_in_ssl_mode or rememberme etc. (any settings)
ideas?
can I somehow change those manually?
basicially I can't even set error_reporting_level to show all errors :/
or each time I login I get the "Tiki Setup" page display, even after I unchecked the "Show on admin login" or clicked "Skip setup and don't show again"
[11:10]
xaviOdarys: if you didn't do this beforehand in your upgrade from 3.x to 9.x or 12.x, please, do so once:
"I suggest that you follow all the steps indicated here in the way they are indicated: http://doc.tiki.org/Upgrade#If_you_need_to_fix_the_encoding_issue "
[11:29]
jonnybjoined #tikiwiki
pompompom
[11:35]
chibaguyjoined #tikiwiki [11:40]
jonnybhey chibaguy - going to do the menu module thing now, may have questions... [11:43]
..... (idle for 21mn)
Odarysxavi: i've dumped the db with default encoding latin1, do I also have to use such a param while importing on the new serv?
well when I do it as stated in that doc, I get "Something is wrong with the database encoding"
"The schema has UTF-8 as default encoding but some tables in the schema have a different collation, latin1_swedish_ci. "
I exported with --default-character-set=latin1, created the new db as latin1_swedich, importet without any extra params
imported*
then ran the installer, force UTF8.. and convert..
i'll try to important with the same param as export..
import*
[12:04]
xaviOdarys: nope, create the db with utf8
that should be indicated in that doc page
oh well, mmmm, yes, import (if it's a different server) with same enconding, you are right. The installer tiki-install.php should do the conversion
s/enconding/encoding
[12:11]
Tiki-KGB03jonnybradley r51321 10trunk/lib/smarty_tiki/function.html_body_attributes.php * [FIX] notice: undefined constant layout_ [12:14]
Odarysxavi well it doesn't work [12:16]
xaviwhy not? [12:16]
Odaryseven when importing with --default-character-set=latin1
I still get that error ?
[12:16]
xaviwhich one? [12:17]
OdarysSomething is wrong with the database encoding. The schema has UTF-8 as default encoding but some tables in the schema have a different collation, latin1_swedish_ci. Converting to UTF-8 may solve this but may also make matters worse. You should investigate what happened or only proceed with backups.
(when trying to convert via the installer)
[12:17]
xavicheck which tables are still latin1_swedish_ci
through phpmyadmin or similar
and in case the process was stopped due to timeouts or similar, run that conversion again through the tiki-install.php script
[12:17]
Odarystiki_searchindex
tiki_searchwords
those two..
[12:18]
xaviok, no problem, you can convert those 2 manually with phpmyadmin if needed (if the installer doesn't for some misterious reason) [12:19]
Odarysyeah the installer gives the same error over and over again [12:19]
xaviok, phpmyadmin then to fix
go to the table, then options (I think), and convert encoding of the table
in a later step, tiki will convert the content also to utf8 (but this will be later)
[12:19]
Odarysyeah I did that..
the upgrade to 12.1 gives one sql error
UPDATE `tiki_file_galleries` SET `parentId` = (SELECT * FROM (SELECT `galleryId` FROM `tiki_file_galleries` WHERE `type` = 'system') AS t) WHERE `parentId` = -1 AND `type` != 'system'
You can't specify target table 'tiki_file_galleries' for update in FROM clause
[12:21]
jonnybhi Odarys - which version of mysql are you on? i seem to remember that update script fails on some old versions... [12:25]
Odarysjonnyb: it's as up to date as it comes, this is a brand new server running Fedora 20.
Software-Version: 5.5.37-MariaDB - MariaDB Server
Apache/2.4.9 (Fedora) OpenSSL/1.0.1e-fips PHP/5.5.12 mod_perl/2.0.9-dev Perl/v5.18.2
[12:25]
jonnybah, don't know about MariaDB - maybe that's not allowed in that
that was an update script from 2009
[12:26]
Odarysso, do you maybe have an idea how we could restructure the query I pasted, so that it works on a modern db? [12:27]
jonnybdo you have file galleries? [12:28]
Odarystbh. I was asking myself the same questions, I don't really remember :P [12:28]
jonnybwell, do you have any row in that table? [12:29]
Odarysyeah I just checked.. I do [12:29]
jonnybrows
and do any of them have parentId = -1 and type != system?
[12:29]
Odarysyes.. 3
ohh.. != system.. no
[12:31]
jonnybprobably easiest to fix them by hand [12:32]
Odarysthe only ones with -1 as parentID are system [12:32]
jonnybso all galleries with parentId = -1 (i.e. no parent) are system galleries? [12:33]
Odarysso it's fine I guess
yeah
[12:33]
jonnybyou're probably ok then
but if some galleries have disappeared that will be the reason - before that script parent -1 counted as a "root" gallery, i.e. top level
you should be able to mark that schema as "ignore" or whatever it is
[12:33]
biginnertoblendejoined #tikiwiki [12:39]
Tiki-KGB03jonnybradley r51322 10trunk/lib/smarty_tiki/function.button.php * [FIX] buttons: Missing underscore [12:40]
Odarysokay so, everything seems to work, but when I go into the admin panel it tells me "Database Version Problem"
Your database requires an update to match the the Tiki version; use the installer. Using Tiki with an incorrect database version will cause errors. If you have shell (SSH) access, you can also use the following, on the command line, from the root of your Tiki installation: php installer/shell.php
when I use the installer to upgrade again, it gives 2 errors related to the galleries
and the admin panel keeps showing me the same error notification
[12:40]
jonnybdon't you get a checkbox next to the errors in the installer? (the browser one) [12:45]
Odarysjonnyb had to click "show all" :P
thanks for the great support, I really appriciate it!
[12:48]
jonnybaha, super [12:49]
OdarysI guess that's it for me, everything seems to work as expected :) [12:49]
jonnybnice
if you can add anything to the documentation that would be great (i'll carry on fixing bugs ;)
[12:49]
luciashpolom [13:00]
jonnybmoloq luciash [13:03]
.... (idle for 16mn)
Tiki|botjoined #tikiwiki [13:19]
jonnybis tiki-admin_modules.php broekn in 12.x for anyone else? or just a local thing for me? [13:24]
.... (idle for 17mn)
luciashjonnyb: lemme check my local up-to-date copy [13:41]
jonnybi'm getting my app menu ending up in the topbar if i drag & drop then save (say a trivial change in the right col) - well weird... [13:42]
luciashright col ? lemme try
jonnyb: works for me (dragged from left col to right col and saved)
[13:45]
jonnybaha, think i've got it - i have some category plugins inside my topbar menu (testing for a certain client of ours ;) ) and they're messing things up
can fix...
[13:46]
luciash:) [13:48]
Tiki-KGB03jonnybradley r51323 10trunk/lib/modules/tiki-admin_modules.js * [FIX] modules: Ignore modules nested in other modules when saving layout [13:52]
luciashah u mean those fluffies ?! ;-) [13:52]
Tiki-KGB03jonnybradley r51324 10branches/ 1012.x/lib/modules/tiki-admin_modules.js 1012.x
[bp/r51323][FIX] modules: Ignore modules nested in other modules when saving layout
[13:54]
jonnyb:)
fluffies within fluffies... dangerous!
ok, off to get some air/sun/food - bbl
[13:55]
ricks99joined #tikiwiki [14:01]
...... (idle for 28mn)
Tiki|botNew Forum Posts: Beta character - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=52211 [14:29]
Recent Bug: - An option to display comments with PluginArticles - http://dev.tiki.org/item5243 [14:39]
Jyhem_joined #tikiwiki [14:49]
nelsonkojoined #tikiwiki [15:00]
jonnybjoined #tikiwiki
left #tikiwiki
joined #tikiwiki
repolom
[15:07]
luciashwb [15:08]
.... (idle for 18mn)
arildbjoined #tikiwiki [15:26]
Tiki-KGB03fmg-sf r51325 10trunk/permissioncheck/.htaccess
[FIX] default password protection disabled, it prevents PHP HTTP request for TPC model check
03fmg-sf r51326 10branches/12.x/permissioncheck/.htaccess
[bp/r51325] [FIX] default password protection disabled, it prevents PHP HTTP request for TPC model check
[15:38]
diggyjoined #tikiwiki [15:46]
Tiki-KGBjoined #tikiwiki [15:47]
03jonnybradley r51327 10trunk/ 10modules/mod-func-menu.php 10templates/modules/mod-menu.tpl 10lib/smarty_tiki/function.menu.php
[ENH] menus: Make bootstrap menu modules configurable, adding bootstrap and navbar_toggle params
03jonnybradley r51328 10trunk/ 10lib/modules/tiki-admin_modules.js 10templates/tiki-admin_modules.tpl
[FIX] modules: Fix save button and remove redundant button param (did nothing anyway)
[15:58]
chibaguyjoined #tikiwiki [16:04]
......... (idle for 42mn)
Tiki-KGB03jonnybradley r51329 10trunk/lib/tikilib.php * [FIX] Update TikiLib::lib phpdoc (phpStorm uses it for code completion etc) [16:46]
03jonnybradley r51330 10branches/ 1012.x 1012.x/lib/tikilib.php
[bp/r51329][FIX] Update TikiLib::lib phpdoc (phpStorm uses it for code completion etc)
Not quite a backport, rebuilt as 12.x libs are slightly different but still had several missing
[16:56]
......... (idle for 44mn)
03arildb r51331 10trunk/tiki-view_blog_post.php * [FIX] Make sure categlib exists
03arildb r51332 10branches/12.x/tiki-view_blog_post.php * [bp/r51331][FIX] Make sure categlib exists
[17:40]
.... (idle for 18mn)
03jonnybradley r51333 10trunk/templates/admin/admin_navbar_menu.tpl * [FIX] typo [18:00]
03jonnybradley r51334 10trunk/templates/admin/include_payment.tpl * [FIX] bootstrap casualty: missing > on closing tag breaking admin form
03jonnybradley r51335 10trunk/templates/footer.tpl
[FIX] antibot: Trailing comma not allowed in JS (not sure this JS is really needed here, just looks wrong...)
03jonnybradley r51336 10trunk/ 10lib/payment/cartlib.php 10templates/admin/include_payment.tpl 10lib/prefs/payment.php * [ENH] cart: Make the payment heading a pref
03jonnybradley r51337 10trunk/lib/prefslib.php
[FIX] prefs: Use single quotes in onclick attributes as double quotes were getting escaped and showing up as validation errors
03lphuberdeau r51338 10branches/12.x/lib/core/Search/ContentSource/TrackerItemSource.php * [ENH] Indexing the item creation date
[18:08]
..... (idle for 20mn)
03jonnybradley r51339 10branches/ 1012.x 1012.x/templates/admin/include_payment.tpl 1012.x/lib/prefs/payment.php 1012.x/lib/payment/cartlib.php * [bp/r51336][ENH] cart: Make the payment heading a pref [18:34]
Telesightjoined #tikiwiki [18:35]
Tiki-KGB03jonnybradley r51340 10branches/ 1012.x/templates/footer.tpl 1012.x 1012.x/lib/prefslib.php
[bp/r51335][FIX] antibot: Trailing comma not allowed in JS (not sure this JS is really needed here, just looks wrong...)
[bp/r51337][FIX] prefs: Use single quotes in onclick attributes as double quotes were getting escaped and showing up as validation errors
[18:40]
ricks99left #tikiwiki [18:52]
Tiki-KGB03nkoth r51341 10trunk/lib/wiki-plugins/wikiplugin_customsearch.php
[FIX] Search should be sorted by search relevance where there is a text search query present (even if there is sort mode set, unless overridden
[18:54]
...... (idle for 26mn)
03jonnybradley r51342 10branches/12.x/ 10templates/tiki-adminusers.tpl 10tiki-adminusers.php
[FIX] user admin: Restore long lost feature to force a user to re-validate their account via email (thanks Xavi for the clue!)
[19:20]
..... (idle for 24mn)
03jonnybradley r51343 10trunk/templates/tiki-adminusers.tpl
[FIX] bootstrap casualty: Repair user admin form login input (no such var as $userlogin in adminusers)
[19:44]
03jonnybradley r51344 10trunk/templates/tiki-adminusers.tpl 10trunk/tiki-adminusers.php 10trunk
[bp/r51342][FIX] user admin: Restore long lost feature to force a user to re-validate their account via email (thanks Xavi for the clue!)
[19:50]
jonnybhi nelsonko - how's it going? [19:57]
nelsonkohi jonny [19:57]
jonnybi did the changes to mod-menu earlier on, have you had a chance to have a look? [19:57]
nelsonkonot yet
I
I have conference call from 3 to 5, and then on the road
[19:57]
jonnybsometime i'll add some upgrade scripts and a little bit more js to make positioning more automatic, but that main enhancement is now in [19:58]
nelsonkohow much left is there to go? shall we touch base Monday morning? [19:58]
jonnybi tihnk everything else counts as [FIX]es imho, but Monday would be fine for branching too
(i'm knackered ;) )
[19:59]
nelsonkook, I'll have a look Sunday afternoon (between tonight and Sunday morning, my wife is taking me to a mysterious location for our anniversary) [19:59]
jonnybi've also done the critical fixes for 12.2 (i think)
oooooh! :)
have a nice weekend, see you monday if not before
[19:59]
nelsonkoalright. I do want to add a notications bell module [20:00]
jonnyboh, (sorry) i think the git repo is stuck again, could you kick it if you have time? [20:00]
nelsonkooh, ok I will look now [20:00]
jonnyboh yes, that would be good too [20:00]
.... (idle for 17mn)
nelsonkogit updated again [20:17]
jonnybsuper, thanks!
was it a new contributor again?
[20:18]
nelsonkojonnyb: no, unknown reason [20:29]
jonnybhmm, flakey
must say i'm sort of getting into git - so quick to do some stuff like history etc
anyway, many thanks :)
[20:30]
Tiki-KGB03lphuberdeau r51345 10trunk/ 10lib/jquery_tiki/tiki-jquery.js 10templates/monitor/notification_link.tpl 10lib/smarty_tiki/function.favorite.php
[ENH] Move the local storage expiry logic from the unread count into the base local storage component, apply expiry to favorites so it refreshes once in a while (multi-browser edge case), include the user in the key names so that it does not conflict between sessions
[20:38]
nelsonkojonnyb: do you think this is back portable? ^ [20:42]
jonnybdo you mean r51345? no idea, not looked at it yet [20:43]
nelsonkoi'm trying it now, basically the favourite buttons show on or off depending on the stuff stored in the local storage (favoriteList)
and if you switch users th buttons show in the wrong state, because you have some other user's list
[20:46]
jonnybi'm not too familiar with local storage - sounds like the work of the devil :) [20:47]
nelsonkoalso, if you use different browsers/devices, they don't look right either [20:47]
jonnybbut 12.x has favourites to probably relevant there [20:47]
nelsonkoI'm sure it's broken on 12 as well [20:47]
jonnybsounds likely
ok, i've had enough friday for this week - more soon later...
[20:48]
...... (idle for 26mn)
Tiki-KGB03lphuberdeau r51346 10trunk/lib/rss/pagecontentlib.php
[FIX] Expand relative paths when importing the content, ensure the URL used follows the redirects
[21:18]
03xavidp r51347 10trunk/ 10templates/tracker/replace.tpl 10lang/ca/language.php 10templates/wizard/upgrade_trackers.tpl
[FIX]Typo in English string, split equivalent match in a longer string to match previous ones (separated), and fix in the only language.php with that string translated
03xavidp r51348 10branches/12.x/ 10templates/tracker/replace.tpl 10lang/ca/language.php
[bp/r51347][FIX]Typo in English string, split equivalent match in a longer string to match previous ones (separated), and fix in the only language.php with that string translated. Only one tpl fixed in 12.x since the other tpl has been backported yet.
[21:26]
xavileft #tikiwiki [21:40]
.................. (idle for 1h25mn)
nelsonkojoined #tikiwiki [23:05]

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