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

WhoWhatWhen
fabriciusjoined #tikiwiki [00:32]
Tiki-KGB03jyhem r57755 10branches/ 0315.x/installer/schema/20160303_correct_blogpost_encoding_tiki.sql 1015.x/tiki-view_blog_post.php
[FIX] Complements 57752 by handling upgrades from previous corrupt blog data storage and by removing useless blog post display kludge
[00:46]
............ (idle for 57mn)
Gwaynejoined #tikiwiki [01:43]
............................ (idle for 2h19mn)
nelsonkojoined #tikiwiki [04:02]
........... (idle for 53mn)
Tiki|Logjoined #tikiwiki [04:55]
Topicfor #tikiwikiis now Tiki Wiki CMS Groupware - the Free & Open Source Web Application with the most built-in features! Latest Tiki 14.2 (Peony) and LTS version 12.5 (Altair) released! Question? Just ask! We log the channel @ http://irc.tiki.org (start line with [off] to exclude message from log) [04:55]
Tiki-KGBjoined #tikiwiki [05:06]
..... (idle for 21mn)
Jyhem_laptop_joined #tikiwiki [05:27]
....................................................... (idle for 4h34mn)
redflojoined #tikiwiki [10:01]
..... (idle for 23mn)
niamajoined #tikiwiki
hi
anyone here?
Anyone ever installed Tiki 12.6
Database connection then gone blank page?
helloooo
Hi Mik
Mike
there?
[10:24]
Jyhemhi niama
blank page is rare at this stage
I suggest you have a look at page tiki-check.php
That will help track issues on your hosting
[10:39]
niamaweird
after i hit next after filling up my db connection
it went blank
MySQL Variables auto_increment_increment 1 auto_increment_offset 1 autocommit ON automatic_sp_privileges ON avoid_temporal_upgrade OFF back_log 80 basedir /mdb000/mysql/software/product/db/5.6.29 big_tables OFF bind_address * binlog_cache_size 32768 binlog_checksum CRC32 binlog_direct_non_transactional_updates OFF binlog_error_action IGNORE_ERROR binlog_format STATEMENT binlog_gtid_simple_recovery OFF binlog_max_flush_queue_time 0
my DB connection looks fine
when i do tiki-check
[10:42]
Jyhemdefinitely not something I'm familiar with :-( [10:46]
niamamy db test went through successfully
from tiki-check
so i am pretty confident its nothing to do with mysql
but Its weird for version 12.5 and 12.6
this 2 are having same problems
i am not sure what went wrong
[10:46]
Jyhemwas that a new database you created through the installer? [10:47]
niamafrom tiki-check everything looks good
nope, I created the db from another Database server
and I just verified through the installation process step 4:
then this blank page issue occur when i am about to go to next step which is Install
[10:47]
Jyhemthe message looks a bit like some database config conflicts with something Tiki tries to do, but I don't know enough about this :-(
I guess db/local.php is there ?
do you have command line access ?
[10:50]
niamayeap [10:51]
j0n3_joined #tikiwiki [10:52]
Jyhemthis is a new Tiki with no data yet? [10:52]
niamayes correct [10:52]
JyhemYou may try php console.php database:install [10:52]
niamai cant find local.php on db/
PHP Fatal error: Call to a member function fetchAll() on a non-object in /apps/tikiwiki/lib/core/TikiDb/Bridge.php on line 32
i ran console.php database:install
thats the error i got
[10:52]
Jyhemand "php console.php "?
I'm surprised you have no db/local.php
[10:55]
niamaim using 12.5 [10:57]
Jyhemwhen i do "php console.php" with no db/local.php I get "Credentials file local.php not found. See http://doc.tiki.org/Installation for more information."
yes, I'm experimenting on Tiki15
that might explain it
[10:57]
Telesightjoined #tikiwiki [10:58]
niamaI just untar and checked on 12.6
same does not have any local.php
[10:59]
JyhemYes, I just checked with Tiki12, console.php was too new and buggy
php console.php database:configure
PHP Fatal error: Call to a member function fetchAll() on a non-object in /var/www/clients/client4/web16/web/lib/core/TikiDb/Bridge.php on line 32
[11:01]
niamasame as my previous error [11:01]
Jyhemexactly. [11:02]
niamaafter running the console which you asked earlier [11:02]
Jyhemyour database is on locahost? [11:02]
niamaNope, i have an external database
I am running tiki-check.php
and my DB went through with a specific port number
its good
[11:02]
JyhemWe can write db/local.php by hand [11:05]
niamareally?
Can you walk me through?
I am very new on this
[11:05]
JyhemI'm just not sure about the remote database thing, but the syntax is easy [11:06]
niamamine is db:x.x.x.x:<port number>
thats what im using during tiki-check.php
[11:06]
JyhemAlso, Tiki15 is in alpha version and it's the next long-term support version, so I wonder if you really want to invest so much time on Tiki12 [11:07]
niamabut my php is 5.3.x [11:08]
Jyhemanyway, let me do an example local.php [11:08]
niamaokie
thx
[11:08]
Jyhemahh, good point :-(
Here is a sample local.php (on localhost)
<?php
$db_tiki='mysql';
$dbversion_tiki='12.6';
$host_tiki='localhost';
$user_tiki='userlogin';
$pass_tiki='xxxxxx';
$dbs_tiki='databasename';
// If you experience text encoding issues after updating (e.g. apostrophes etc showing up as strange characters)
// $client_charset='latin1';
// $client_charset='utf8';
// See http://tiki.org/ReleaseNotes5.0#Known_Issues and http://doc.tiki.org/Understanding+Encoding for more info
// If your php installation does not not have pdo extension
// $api_tiki = 'adodb';
// Want configurations managed at the system level or restrict some preferences? http://doc.tiki.org/System+Configuration
// $system_configuration_file = '/etc/tiki.ini';
// $system_configuration_identifier = 'example.com';
[11:08]
niamais that it?
where can i declare the port number?
[11:11]
JyhemThat's in $host_tiki
I can't find a working remote server example for $host_tiki but my guess is $host_tiki='host:port';
[11:11]
niamaokie
whats the ownership:group and mod?
[11:16]
Jyhemsame owner:group as the rest, usually [11:19]
niamaerr the local.php doesn't look complete? [11:19]
Jyhemyou don't need to end with ?>
you should not. So we make sure there is no extra line feed
[11:20]
niamaok so its apache:apache? [11:20]
Jyhemusually www-data:www-data, depends on the OS distribution
you can run sh setup.sh and let it have a guess
actually you should run sh setup.sh anyway
[11:21]
niamalol
now its asking me for DB username and password
is no longer blank page
you are right
it was the local.php
[11:22]
Jyhemlook good
Did you get the installer running?
[11:23]
niamalemme try [11:25]
JyhemDid you install from a packaged version? a .tgz or a .zip? [11:26]
Tiki|botjoined #tikiwiki [11:26]
Jyhemthen you should still run "sh setup.sh" then choose "f" and see if the default choices are good (they usually are)
then "x" to quit "sh setup.sh" and then the installer should be good for the rest
[11:27]
niamaarning: include(/apps/tikiwiki/db/local.php): failed to open stream: Permission denied in /apps/tikiwiki/db/tiki-db.php on line 28 Warning: include(): Failed opening 'db/local.php' for inclusion
hmm now different error
Warning: include(/apps/tikiwiki/db/local.php): failed to open stream: Permission denied in /apps/tikiwiki/tiki-install.php on line 67 Warning: include(): Failed opening 'db/local.php' for inclusion (include_path='/apps/tikiwiki/vendor/bombayworks/zendframework1/library:/apps/tikiwiki/vendor/bombayworks/zendframework1/extras/library:/apps/tikiwiki/vendor/phpseclib/phpseclib/phpseclib:.:/usr/local/php-5.3.28/share/pear:/apps/tikiwiki
[11:28]
Jyhemsorry, got a phone call
did you set permissions using sh setup.sh ?
[11:37]
niamayes
i used f
press enter all the way
[11:39]
Jyhemwhat is "ls -l db/local.php" ? [11:39]
niama-rwxrwxrwx 1 apache apache 164 Mar 4 18:24 local.php
then i chmod to 751
followed the installation guide u gave me
[11:40]
Jyhemweird. You have a file named /apps/tikiwiki/db/local.php or is your tiki installed somewhere else? [11:44]
niamai installed in /apps/tikiwiki
i didnt move my file around
[11:46]
jonnybjoined #tikiwiki [11:47]
Jyhemso ls -l /apps/tikiwiki/db/local.php works but the warning says include(/apps/tikiwiki/db/local.php): failed… weird [11:49]
niamayeap [11:50]
Jyhemtry chmod 664 db/local.php [11:51]
niama-rw-r--r-- 1 root apache 0 Mar 4 18:51 local.php
blank page
changed back to 751
and the screen re-appears
[11:52]
Jyhemthat's 644, not 664 [11:53]
niamamy bad
-rw-rw-r-- 1 apache apache 0 Mar 4 18:51 local.php
blank page
[11:54]
Jyhemsame warning? [11:54]
niamayeap
751 page working
You are attempting to run the Tiki Installer. For your protection, this installer can be used only by a site administrator. To verify that you are a site administrator, enter your database credentials (database username and password) here. If you have forgotten your database credentials, find the directory where you have unpacked your Tiki and have a look inside the db folder into the local.php file. Database username: Databas
but when i click validate nothing happens on my database
something not right
[11:54]
Jyhemdid you enter the database username and password?
do you have $host_tiki='server:port'; ,
[11:56]
niamayeap
still no luck
[12:00]
Jyhemdoes tiki-check.php give more info now that you have a db/local.php ? [12:02]
niamamysql loads successfully on tiki-check.php
with results
Version GOOD 5.6.29 Tiki requires MySQL >= 5.x.
max_allowed_packet GOOD 32M Your max_allowed_packet setting is at 32M. You can upload quite big files, but keep in mind to set your script timeouts accordingly. This limits the size of binary files that can be added to Tiki, when storing files in the database. Please see: file storage.
character_set_client UGLY latin1 On a fresh install you should have everything set to UTF-8 to not run into any suprises. For further information please see Understanding Encoding.
i mean all the results appear
but i dont understand why went configuring database i am redirected to a blank page while proceeding to step 5
[12:03]
JyhemNeither do I :-(
Does "php console.php database:install" work now?
[12:06]
niamacause the funny part is testing no issue
but using GUI installer got problem
PHP Fatal error: Call to a member function fetchAll() on a non-object in /apps/tikiwiki/lib/core/TikiDb/Bridge.php on line 32
still same
is there any working v12?
aside of this 12.6/12.5?
The previous stable version
that u can recommend me
any workable version?
[12:07]
JyhemNo, 12.6 is the latest and I don't think earlier 12.x work better. It's only fixes [12:11]
niamalol
dang
now this is bad
the 12.6 also has bug
they should fix the redirection from the Database connection step
[12:11]
Jyhemtry:
sh doc/devtools/sqlupgrade.sh
[12:12]
niamano such folder inside 12.6 [12:12]
Jyhempwd ? [12:12]
niamaam on /apps/tikiwiki [12:13]
Jyhemohhh :-( I guess it's removed from the packaged versions :-( [12:13]
niamasigh
its so buggy
[12:14]
JyhemI have the feeling the remote databse thing confuses it, but I can't think of a solution to this
if you want to start with another version, you can install from svn, then you get the doc folder
[12:15]
niamadoes it support php-5.3.x? [12:17]
Jyhemhttp://doc.tiki.org/Installation#Run_the_Tiki_installer_tiki-install.php_ has another syntax for the host:
"example.com;port=3307"
[12:18]
niamatried
no luck :(
tried whatever is shown
[12:19]
Jyhemthe svn version is still Tiki12 [12:19]
niamais it? [12:19]
Jyhemso php-5.3.x [12:19]
niamais it reliable than this version? [12:19]
JyhemI mean, it's just another way of installing
but you definitely get the doc/devtools directory
[12:20]
niamahah
ok
i guess i will try it next week
I am going off
also thanks for your help
[12:21]
Jyhemin a clean directory, you start with [12:22]
niamaI will take your advise [12:23]
Jyhemsvn co https://svn.code.sf.net/p/tikiwiki/code/branches/12.x
then it's mostly the same, except you get doc directory but you need to install the vendors directory using composer (in sh setup.sh)
sorry it did not work :-(
[12:23]
niamaits ok
appreciate your kind help
I will try to continue again on Monday
now we are off from work
so I will be back definitely
Thanks again :)
have a pleasant weekend
cheers
[12:24]
Jyhemthanks, cheers [12:25]
............. (idle for 1h1mn)
chibaguyjoined #tikiwiki
polom
[13:26]
fabriciusjoined #tikiwiki [13:31]
jonnybjoined #tikiwiki [13:35]
...... (idle for 26mn)
chibaguyhi jonnyb
What is the syntax/parameter/trick to get the tour step on the second page of a tour to display? My tour opens the second page, but there's no tour popover.
(eating now but will be back soon)
[14:01]
....... (idle for 34mn)
olinuxxjoined #tikiwiki [14:39]
jonnybjoined #tikiwiki [14:40]
amette_left #tikiwiki
joined #tikiwiki
[14:46]
.... (idle for 18mn)
Tiki-KGB03jyhem r57756 04branches/15.x/installer/schema/20160303_correct_blogpost_encoding_tiki.sql
[FIX] Partially rolls back r57755. This only worked for non-wysiwyg blog posts. A better solution is needed.
[15:04]
.... (idle for 17mn)
Tiki|botNew Forum Posts: 'interesting' text esc issue with plugins in Tiki15 - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=58619
New Forum Posts: Tracker Filter, on dates? - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=58615
New Forum Posts: Error 500 when page renaming - slugmanager.php line 51 - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=58610
[15:21]
New Forum Posts: 'interesting' text esc issue with plugins in Tiki15 - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=58619
New Forum Posts: Tracker Filter, on dates? - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=58615
New Forum Posts: Error 500 when page renaming - slugmanager.php line 51 - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=58610
[15:31]
fabriciusjoined #tikiwiki [15:32]
amette_polom [15:37]
........ (idle for 35mn)
Telesightjoined #tikiwiki [16:12]
nelsonkojoined #tikiwiki
left #tikiwiki
[16:15]
Tiki|botNew Forum Posts: Siteminder SSO - http://tiki.org/tiki-view_forum_thread.php?forumId=17&comments_parentId=58628 [16:21]
........ (idle for 37mn)
Tiki-KGB03jonnybradley r57757 10branches/15.x/lib/toolbars/toolbarslib.php
[FIX] wysiwyg: Expose the other paste buttons (plain text and from word) to the wiki mode wysiwyg editor
[16:58]
03jonnybradley r57758 10branches/15.x/templates/modules/mod-login_box.tpl
[FIX] login: Make the show_user_avatar default to be off to restore existing behaviour for upgrades
03jonnybradley r57759 10(5 files in 4 dirs)
[MRG] Automatic merge, branches/15.x 57753 to 57758
Conflict fixed in
templates/modules/mod-login_box.tpl
03jonnybradley r57760 10trunk/templates/modules/mod-login_box.tpl
[MRG] Manual merge of some fixes from 15.x that should also be in trunk but seem to have got lost somehow.
[17:04]
03nkoth r57761 10trunk/lib/core/Search/ContentSource/FileSource.php * [ENH] Index file size in search index [17:24]
....... (idle for 30mn)
03nkoth r57762 10branches/ 1015.x/lib/core/Search/ContentSource/FileSource.php 1015.x * [bp/r57761][FIX] Index file size in search index [17:54]
.... (idle for 16mn)
nelsonkojoined #tikiwiki [18:10]
.... (idle for 16mn)
fabriciusjoined #tikiwiki [18:26]
..... (idle for 22mn)
Tiki-KGB03nkoth r57763 10trunk/templates/tiki-batch_upload_files.tpl
[FIX] When batch uploading files and when you have categories that have the same name under different parents, you will be confused as the different options will look the same.
[18:48]
.............. (idle for 1h7mn)
aalexjoined #tikiwiki [19:55]
fabriciusjoined #tikiwiki [20:03]
.... (idle for 15mn)
Tiki-KGB03pom2ter r57764 10trunk/ 10(7 files in 6 dirs) * [FIX] better autotoc positioning and behaviour [20:18]
03pom2ter r57765 10branches/ 10(7 files in 6 dirs) * [bp/r57764] [FIX] better autotoc positioning and behaviour [20:32]
fabriciusjoined #tikiwiki [20:35]
amette_left #tikiwiki
joined #tikiwiki
[20:46]
.... (idle for 19mn)
torsten1joined #tikiwiki [21:06]
Tiki-KGB03patrick-proulx r57766 10trunk/lib/core/Search/Formatter/Builder.php
[ENH] Added the ability to pass a parameter when using {output} in list and customsearch plugins. eg. {output template="test.tpl" format="long"}
[21:12]
amette_left #tikiwiki [21:13]
...... (idle for 25mn)
fabriciusjoined #tikiwiki [21:38]
Tiki-KGB03patrick-proulx r57767 10trunk/lib/core/Search/Formatter/Builder.php
[FIX] Reverted /r57766 changes since that functionality was already possible. Will update Tiki documentation to make this clearer.
[21:44]
....... (idle for 32mn)
fabriciusjoined #tikiwiki [22:16]
..... (idle for 24mn)
Tiki-KGB03pom2ter r57768 10trunk/themes/ 10(35 files in 35 dirs)
[FIX] changed autotoc hover color and bkg to fix the white on white problem on some themes
[22:40]
Jyhem_laptop_joined #tikiwiki [22:43]
Tiki-KGB03pom2ter r57769 10branches/15.x/themes/ 10(35 files in 35 dirs)
[bp/r57768] [FIX] changed autotoc hover color and bkg to fix the white on white problem on some themes
[22:46]
...... (idle for 27mn)
fabriciusjoined #tikiwiki [23:13]
..... (idle for 20mn)
amette_joined #tikiwiki
left #tikiwiki
[23:33]
Tiki-KGB03ameoba32 r57770 10branches/15.x/lib/wiki-plugins/wikiplugin_img.php
[FIX] Plugin img don’t reset properly if image source is changed https://dev.tiki.org/item5838
[23:40]

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