←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
fabricius | joined #tikiwiki | [00:32] |
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 | [00:46] |
............ (idle for 57mn) | ||
Gwayne | joined #tikiwiki | [01:43] |
............................ (idle for 2h19mn) | ||
nelsonko | joined #tikiwiki | [04:02] |
........... (idle for 53mn) | ||
Tiki|Log | joined #tikiwiki | [04:55] |
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) | [04:55] |
Tiki-KGB | joined #tikiwiki | [05:06] |
..... (idle for 21mn) | ||
Jyhem_laptop_ | joined #tikiwiki | [05:27] |
....................................................... (idle for 4h34mn) | ||
redflo | joined #tikiwiki | [10:01] |
..... (idle for 23mn) | ||
niama | joined #tikiwiki
hi anyone here? Anyone ever installed Tiki 12.6 Database connection then gone blank page? helloooo Hi Mik Mike there? | [10:24] |
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 | [10:39] |
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 | [10:42] |
Jyhem | definitely not something I'm familiar with :-( | [10:46] |
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 | [10:46] |
Jyhem | was that a new database you created through the installer? | [10:47] |
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 | [10:47] |
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 ? | [10:50] |
niama | yeap | [10:51] |
j0n3_ | joined #tikiwiki | [10:52] |
Jyhem | this is a new Tiki with no data yet? | [10:52] |
niama | yes correct | [10:52] |
Jyhem | You may try php console.php database:install | [10:52] |
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 | [10:52] |
Jyhem | and "php console.php "?
I'm surprised you have no db/local.php | [10:55] |
niama | im using 12.5 | [10:57] |
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 | [10:57] |
Telesight | joined #tikiwiki | [10:58] |
niama | I just untar and checked on 12.6
same does not have any local.php | [10:59] |
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 | [11:01] |
niama | same as my previous error | [11:01] |
Jyhem | exactly. | [11:02] |
niama | after running the console which you asked earlier | [11:02] |
Jyhem | your database is on locahost? | [11:02] |
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 | [11:02] |
Jyhem | We can write db/local.php by hand | [11:05] |
niama | really?
Can you walk me through? I am very new on this | [11:05] |
Jyhem | I'm just not sure about the remote database thing, but the syntax is easy | [11:06] |
niama | mine is db:x.x.x.x:<port number>
thats what im using during tiki-check.php | [11:06] |
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 | [11:07] |
niama | but my php is 5.3.x | [11:08] |
Jyhem | anyway, let me do an example local.php | [11:08] |
niama | okie
thx | [11:08] |
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'; | [11:08] |
niama | is that it?
where can i declare the port number? | [11:11] |
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'; | [11:11] |
niama | okie
whats the ownership:group and mod? | [11:16] |
Jyhem | same owner:group as the rest, usually | [11:19] |
niama | err the local.php doesn't look complete? | [11:19] |
Jyhem | you don't need to end with ?>
you should not. So we make sure there is no extra line feed | [11:20] |
niama | ok so its apache:apache? | [11:20] |
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 | [11:21] |
niama | lol
now its asking me for DB username and password is no longer blank page you are right it was the local.php | [11:22] |
Jyhem | look good
Did you get the installer running? | [11:23] |
niama | lemme try | [11:25] |
Jyhem | Did you install from a packaged version? a .tgz or a .zip? | [11:26] |
Tiki|bot | joined #tikiwiki | [11:26] |
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 | [11:27] |
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 | [11:28] |
Jyhem | sorry, got a phone call
did you set permissions using sh setup.sh ? | [11:37] |
niama | yes
i used f press enter all the way | [11:39] |
Jyhem | what 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] |
Jyhem | weird. You have a file named /apps/tikiwiki/db/local.php or is your tiki installed somewhere else? | [11:44] |
niama | i installed in /apps/tikiwiki
i didnt move my file around | [11:46] |
jonnyb | joined #tikiwiki | [11:47] |
Jyhem | so ls -l /apps/tikiwiki/db/local.php works but the warning says include(/apps/tikiwiki/db/local.php): failed… weird | [11:49] |
niama | yeap | [11:50] |
Jyhem | try 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] |
Jyhem | that's 644, not 664 | [11:53] |
niama | my bad
-rw-rw-r-- 1 apache apache 0 Mar 4 18:51 local.php blank page | [11:54] |
Jyhem | same warning? | [11:54] |
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 | [11:54] |
Jyhem | did you enter the database username and password?
do you have $host_tiki='server:port'; , | [11:56] |
niama | yeap
still no luck | [12:00] |
Jyhem | does tiki-check.php give more info now that you have a db/local.php ? | [12:02] |
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 | [12:03] |
Jyhem | Neither do I :-(
Does "php console.php database:install" work now? | [12:06] |
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? | [12:07] |
Jyhem | No, 12.6 is the latest and I don't think earlier 12.x work better. It's only fixes | [12:11] |
niama | lol
dang now this is bad the 12.6 also has bug they should fix the redirection from the Database connection step | [12:11] |
Jyhem | try:
sh doc/devtools/sqlupgrade.sh | [12:12] |
niama | no such folder inside 12.6 | [12:12] |
Jyhem | pwd ? | [12:12] |
niama | am on /apps/tikiwiki | [12:13] |
Jyhem | ohhh :-( I guess it's removed from the packaged versions :-( | [12:13] |
niama | sigh
its so buggy | [12:14] |
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 | [12:15] |
niama | does it support php-5.3.x? | [12:17] |
Jyhem | http://doc.tiki.org/Installation#Run_the_Tiki_installer_tiki-install.php_ has another syntax for the host:
"example.com;port=3307" | [12:18] |
niama | tried
no luck :( tried whatever is shown | [12:19] |
Jyhem | the svn version is still Tiki12 | [12:19] |
niama | is it? | [12:19] |
Jyhem | so php-5.3.x | [12:19] |
niama | is it reliable than this version? | [12:19] |
Jyhem | I mean, it's just another way of installing
but you definitely get the doc/devtools directory | [12:20] |
niama | hah
ok i guess i will try it next week I am going off also thanks for your help | [12:21] |
Jyhem | in a clean directory, you start with | [12:22] |
niama | I will take your advise | [12:23] |
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 :-( | [12:23] |
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 | [12:24] |
Jyhem | thanks, cheers | [12:25] |
............. (idle for 1h1mn) | ||
chibaguy | joined #tikiwiki
polom | [13:26] |
fabricius | joined #tikiwiki | [13:31] |
jonnyb | joined #tikiwiki | [13:35] |
...... (idle for 26mn) | ||
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) | [14:01] |
....... (idle for 34mn) | ||
olinuxx | joined #tikiwiki | [14:39] |
jonnyb | joined #tikiwiki | [14:40] |
amette_ | left #tikiwiki
joined #tikiwiki | [14:46] |
.... (idle for 18mn) | ||
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. | [15:04] |
.... (idle for 17mn) | ||
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 | [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] | |
fabricius | joined #tikiwiki | [15:32] |
amette_ | polom | [15:37] |
........ (idle for 35mn) | ||
Telesight | joined #tikiwiki | [16:12] |
nelsonko | joined #tikiwiki
left #tikiwiki | [16:15] |
Tiki|bot | New Forum Posts: Siteminder SSO - http://tiki.org/tiki-view_forum_thread.php?forumId=17&comments_parentId=58628 | [16:21] |
........ (idle for 37mn) | ||
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 | [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) | ||
nelsonko | joined #tikiwiki | [18:10] |
.... (idle for 16mn) | ||
fabricius | joined #tikiwiki | [18:26] |
..... (idle for 22mn) | ||
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. | [18:48] |
.............. (idle for 1h7mn) | ||
aalex | joined #tikiwiki | [19:55] |
fabricius | joined #tikiwiki | [20:03] |
.... (idle for 15mn) | ||
Tiki-KGB | 03pom2ter 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] | |
fabricius | joined #tikiwiki | [20:35] |
amette_ | left #tikiwiki
joined #tikiwiki | [20:46] |
.... (idle for 19mn) | ||
torsten1 | joined #tikiwiki | [21:06] |
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"} | [21:12] |
amette_ | left #tikiwiki | [21:13] |
...... (idle for 25mn) | ||
fabricius | joined #tikiwiki | [21:38] |
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. | [21:44] |
....... (idle for 32mn) | ||
fabricius | joined #tikiwiki | [22:16] |
..... (idle for 24mn) | ||
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 | [22:40] |
Jyhem_laptop_ | joined #tikiwiki | [22:43] |
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 | [22:46] |
...... (idle for 27mn) | ||
fabricius | joined #tikiwiki | [23:13] |
..... (idle for 20mn) | ||
amette_ | joined #tikiwiki
left #tikiwiki | [23:33] |
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 | [23:40] |
←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |