Tiki-KGB: 03jyhem 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 Gwayne: joined #tikiwiki nelsonko: joined #tikiwiki Tiki|Log: joined #tikiwiki Topic: for #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) Tiki-KGB: joined #tikiwiki Jyhem_laptop_: joined #tikiwiki redflo: joined #tikiwiki niama: joined #tikiwiki
hi
anyone here?
Anyone ever installed Tiki 12.6
Database connection then gone blank page?
helloooo
Hi Mik
Mike
there? Jyhem: hi 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 niama: weird
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 Jyhem: definitely not something I'm familiar with :-( niama: my 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 Jyhem: was that a new database you created through the installer? niama: from 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 Jyhem: the 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 ? niama: yeap j0n3_: joined #tikiwiki Jyhem: this is a new Tiki with no data yet? niama: yes correct Jyhem: You may try php console.php database:install niama: i 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 Jyhem: and "php console.php "?
I'm surprised you have no db/local.php niama: im using 12.5 Jyhem: when 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 Telesight: joined #tikiwiki niama: I just untar and checked on 12.6
same does not have any local.php Jyhem: Yes, 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 niama: same as my previous error Jyhem: exactly. niama: after running the console which you asked earlier Jyhem: your database is on locahost? niama: Nope, i have an external database
I am running tiki-check.php
and my DB went through with a specific port number
its good Jyhem: We can write db/local.php by hand niama: really?
Can you walk me through?
I am very new on this Jyhem: I'm just not sure about the remote database thing, but the syntax is easy niama: mine is db:x.x.x.x:<port number>
thats what im using during tiki-check.php Jyhem: Also, 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 niama: but my php is 5.3.x Jyhem: anyway, let me do an example local.php niama: okie
thx Jyhem: ahh, 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'; niama: is that it?
where can i declare the port number? Jyhem: That's in $host_tiki
I can't find a working remote server example for $host_tiki but my guess is $host_tiki='host:port'; niama: okie
whats the ownership:group and mod? Jyhem: same owner:group as the rest, usually niama: err the local.php doesn't look complete? Jyhem: you don't need to end with ?>
you should not. So we make sure there is no extra line feed niama: ok so its apache:apache? Jyhem: usually 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 niama: lol
now its asking me for DB username and password
is no longer blank page
you are right
it was the local.php Jyhem: look good
Did you get the installer running? niama: lemme try Jyhem: Did you install from a packaged version? a .tgz or a .zip? Tiki|bot: joined #tikiwiki Jyhem: then 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 niama: arning: 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 Jyhem: sorry, got a phone call
did you set permissions using sh setup.sh ? niama: yes
i used f
press enter all the way Jyhem: what is "ls -l db/local.php" ? niama: -rwxrwxrwx 1 apache apache 164 Mar 4 18:24 local.php
then i chmod to 751
followed the installation guide u gave me Jyhem: weird. You have a file named /apps/tikiwiki/db/local.php or is your tiki installed somewhere else? niama: i installed in /apps/tikiwiki
i didnt move my file around jonnyb: joined #tikiwiki Jyhem: so ls -l /apps/tikiwiki/db/local.php works but the warning says include(/apps/tikiwiki/db/local.php): failed… weird niama: yeap Jyhem: try chmod 664 db/local.php 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 Jyhem: that's 644, not 664 niama: my bad
-rw-rw-r-- 1 apache apache 0 Mar 4 18:51 local.php
blank page Jyhem: same warning? niama: yeap
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 Jyhem: did you enter the database username and password?
do you have $host_tiki='server:port'; , niama: yeap
still no luck Jyhem: does tiki-check.php give more info now that you have a db/local.php ? niama: mysql 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 Jyhem: Neither do I :-(
Does "php console.php database:install" work now? niama: cause 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? Jyhem: No, 12.6 is the latest and I don't think earlier 12.x work better. It's only fixes niama: lol
dang
now this is bad
the 12.6 also has bug
they should fix the redirection from the Database connection step Jyhem: try:
sh doc/devtools/sqlupgrade.sh niama: no such folder inside 12.6 Jyhem: pwd ? niama: am on /apps/tikiwiki Jyhem: ohhh :-( I guess it's removed from the packaged versions :-( niama: sigh
its so buggy Jyhem: I 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 niama: does it support php-5.3.x? Jyhem: http://doc.tiki.org/Installation#Run_the_Tiki_installer_tiki-install.php_ has another syntax for the host:
"example.com;port=3307" niama: tried
no luck :(
tried whatever is shown Jyhem: the svn version is still Tiki12 niama: is it? Jyhem: so php-5.3.x niama: is it reliable than this version? Jyhem: I mean, it's just another way of installing
but you definitely get the doc/devtools directory niama: hah
ok
i guess i will try it next week
I am going off
also thanks for your help Jyhem: in a clean directory, you start with niama: I will take your advise Jyhem: svn 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 :-( niama: its 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 Jyhem: thanks, cheers chibaguy: joined #tikiwiki
polom fabricius: joined #tikiwiki jonnyb: joined #tikiwiki chibaguy: hi 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) olinuxx: joined #tikiwiki jonnyb: joined #tikiwiki amette_: left #tikiwiki
joined #tikiwiki Tiki-KGB: 03jyhem 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. Tiki|bot: New 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
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 fabricius: joined #tikiwiki amette_: polom Telesight: joined #tikiwiki nelsonko: joined #tikiwiki
left #tikiwiki Tiki|bot: New Forum Posts: Siteminder SSO - http://tiki.org/tiki-view_forum_thread.php?forumId=17&comments_parentId=58628 Tiki-KGB: 03jonnybradley 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
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.
03nkoth r57761 10trunk/lib/core/Search/ContentSource/FileSource.php * [ENH] Index file size in search index
03nkoth r57762 10branches/ 1015.x/lib/core/Search/ContentSource/FileSource.php 1015.x * [bp/r57761][FIX] Index file size in search index nelsonko: joined #tikiwiki fabricius: joined #tikiwiki Tiki-KGB: 03nkoth 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. aalex: joined #tikiwiki fabricius: joined #tikiwiki Tiki-KGB: 03pom2ter r57764 10trunk/ 10(7 files in 6 dirs) * [FIX] better autotoc positioning and behaviour
03pom2ter r57765 10branches/ 10(7 files in 6 dirs) * [bp/r57764] [FIX] better autotoc positioning and behaviour fabricius: joined #tikiwiki amette_: left #tikiwiki
joined #tikiwiki torsten1: joined #tikiwiki Tiki-KGB: 03patrick-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"} amette_: left #tikiwiki fabricius: joined #tikiwiki Tiki-KGB: 03patrick-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. fabricius: joined #tikiwiki Tiki-KGB: 03pom2ter 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 Jyhem_laptop_: joined #tikiwiki Tiki-KGB: 03pom2ter 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 fabricius: joined #tikiwiki amette_: joined #tikiwiki
left #tikiwiki Tiki-KGB: 03ameoba32 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