Tiki|bot: New Forum Posts: Fwd: Acknowledging your stand request (Wikis and CMS) - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=61673 janasullinger: could it be the minify causing issues? chealer: janasullinger: minify would not cause a direct 404 for the right URL janasullinger: ok. i am sure it must be something i did in trying to tweak settings during setup. but I can't figure out where I went wrong. clicking on page links from menus or wiki pages gives the 404 Tiki|bot: New Forum Posts: Issue tracking - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=61675 fabricius: joined #tikiwiki janasullinger: ok, so I have a spinning icon on the admin wiki page in order to set the Wiki homepage. perhaps that has something to do with this? Gwayne: joined #tikiwiki fabricius: janasullinger: please check if you have SEFURL active and if you have forgotten to cp _htaccess to .htaccess
janasullinger: if you get a 404 with example.com/HomePage please try example.com/tiki-index.php?page=HomePage
It could be that your problem is caused by an incomplete setup of SEFURL janasullinger: k...checking
it appears to be checked fabricius: and?
you have an active htaccess: .htaccess janasullinger: so if file is listed as _htaccess it should be changed to .htaccess? fabricius: beter copied to .htaccess
/s/beter/better
yes janasullinger: i do not get 404 with the xample.com/tiki-index.php?page=HomePage fabricius: so ist really seems to be the incomplete SEFURL setup
please activate htaccess in the tikiroot on the server
you work with comand line / shell?
the you simply need to do following:
login janasullinger: no, not at the moment fabricius: cd /path/to/tikiroot
cp _htaccess .htaccess
so if not command line, then pls login to the web control center of the server or connect vi FTP or SFTP, go to the tikiroot (=Tiki installation directory), find _htaccess and copy it into the same directory as .htaccess
if you have no access to the server, untick SEFURL and contact the administrator to cp the file and afer you get confirmation, you can reactivate SEFURL in Tiki janasullinger: well, i have tried that fabricius: and? janasullinger: for whatever reason, it doesn
doesn't copy
it gives me a fail message fabricius: you CAN rename aswell, if you have permission
or create and copy the content
what ever you do, finally you need a .htaccess there
with the content of the _htaccesss janasullinger: have tried that to. i should have ability to do so. fabricius: guess so. janasullinger: ok
what should CHpermissions be?
on the _htaccess?
it is 644 fabricius: hmm
should work but if .htaccess does not work, you could TEMPORARIL TRY with full perms 644 SHOULD work
and NOT on _htaccess, BUT on .htaccess janasullinger: hmmm, tried to create a new one and it said file exists but I don't see it, so must be hidden fabricius: please mind the dot !!
yes, depending on the client you might not see hidden fles by default (ex: in linux ,files are hidden)
/s/,files/.files janasullinger: when i did a search for it, is says it is there fabricius: bt can ou open it? janasullinger: heck, where do i close site for maintenance? fabricius: /s/ou/you janasullinger: no can't open it fabricius: close site for maintenance: /tiki-admin.php?page=security#content_admin1-4 janasullinger: tyvm fabricius: np
let's try other way round: How you access the tikiroot directory right now:
WebFTP?
which OS you are using? WIN; MacOsX, Linux?
you use FTP client? FTP folder in file explorer? janasullinger: macos fabricius: ok janasullinger: cPanel file manager with my host
well, sec
i think the copying the file to .htaccess worked! even though I can't see it
site links are now working appropriately
great fabricius!
that seems to have done the trick
well, that is enough questions from me....tonight anyway :)
really love the changes to Tiki....great job
i am off now....thanks again for all of the help Tiki|bot: Recent Bug: - http://dev.tiki.org/item6157 Ashkir: joined #tikiwiki
Hello all! Tiki|bot: New Forum Posts: Issue tracking - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=61675
New Forum Posts: Fwd: Acknowledging your stand request (Wikis and CMS) - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=61673
New Forum Posts: Consultant page is down ? - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=61667 Bsfez: joined #tikiwiki Ashkir: I think I'm going to use Tiki as my primary wiki after looking around. Tiki|bot: New Forum Posts: Tiki upgrade from 14.0 to 15.2 -> Broken History compare / diff - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=61676
New Forum Posts: Issue tracking - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=61675
New Forum Posts: Fwd: Acknowledging your stand request (Wikis and CMS) - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=61673 fabricius: Hi Ashkir Ashkir: Hello :) fabricius: Ashkir: I am working with Tiki since a couple of years now. a while ago, I installed a DokuWiki locally as a PIM like personal notebook. I wanted to spare the database and have it easy. After a while I started to miss wikistructures and trackers and finally I switched to Tiki even locally.
Just handy.
Yesterday I made an upgrade of OwnCloud 8.1 to NextCloud 10 and my Tiki was a great help for planning and documenting. So Tiki as the primary wiki sounds to me a a reasonable choice.
what is your use case? Ashkir: Awesome. I tried that once long ago, but, I've stuck with MediaWiki mostly over the years as most of my experiences with large wikis have been on that. I helped build several large wikis several years ago.
I just obtained an amazing... Like, simply amazing domain name and I want to create a niche wiki host, MultiSite maybe, for people to use (ad free, no cost). It's an extreme niche. I'm exploring wiki software that I'd like to use myself and I landed on Tiki.
A lot of the features I like, that I normally have to fight with installation and settings to install, seem to already be with Tiki by default. Bsfez: joined #tikiwiki Tiki-KGB: 03rjsmelo r60091 10trunk/ 10(7 files in 3 dirs)
[NEW] Add Command line to rebuild admin index (admin-index:rebuild) and automaticlçy rebuild index on most of the index build / cache clean operations.
03rjsmelo r60092 10trunk/ 03lib/core/Tiki/Command/UsersPasswordCommand.php 10console.php 03lib/core/Tiki/Command/UsersListCommand.php
[NEW] Allow to reset the user password from command line and also a command to list users
03rjsmelo r60093 10trunk/console.php * [FIX] in r60092 the commands where registered on the wrong place jonnyb: joined #tikiwiki luciash: polom jonnyb: polom luciash luciash: hi jonny jonnyb: How's things? luciash: howdoyoudo :) Tiki-KGB: 03luciash r60094 10branches/15.x/lib/wiki-plugins/wikiplugin_module.php * [bp/r60084][FIX] Sorry, no such module alert message Bootstrapified jonnyb: off now, bbl Jyhem: polom
fabricius: the TikiFestFosdem2017 was copied from the 2016 one. The reason for the "Who is coming" duplication was, one was for "who wants to man the stand" and the other was "who comes to the Tikifest". That led to a lot of confusion last year, so I'm all for some better page organization. :) luciash: hi Jyhem Jyhem: hi luciash :) Tiki-KGB: 03kroky6 r60095 10branches/16.x/ 10lib/categories/categlib.php 10lib/trackers/trackerlib.php 10lib/core/Category/Manipulator.php
[FIX] enforce tracker-level tiki_p_modify_object_categories permission if global level is not enabled when modifying a tracker item
03kroky6 r60096 10(8 files in 8 dirs) * [MRG] Automatic merge, branches/16.x 60076 to 60095 jonnyb: joined #tikiwiki
repolom xavi: joined #tikiwiki
polom
for the record, sokoloski is a developer/consultant working for Avantech and commit access to sokoloski was granted from there. (FYI) jonnyb: joined #tikiwiki fabricius: joined #tikiwiki nelsonko: joined #tikiwiki fabricius: joined #tikiwiki Tiki-KGB: 03amnabilal r60097 10trunk/ 10themes/base_files/iconsets/default.php 10templates/admin/include_general.tpl 03templates/admin/include_print.tpl 10tiki-admin.php
[EHN]Moved Print related settings out from general settings to separate section, tiki-admin.php?page=print. Tiki|bot: New Forum Posts: Moving t.o website to Tiki16 - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=61685
New Forum Posts: Tiki upgrade from 14.0 to 15.2 -> Broken History compare / diff - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=61676
New Forum Posts: Issue tracking - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=61675 Jyhem: xavi: yup. I confirm. I understand he only touches trim, not tiki proper Tiki|bot: New Forum Posts: Moving t.o website to Tiki16 - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=61685
New Forum Posts: Tiki upgrade from 14.0 to 15.2 -> Broken History compare / diff - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=61676
New Forum Posts: Issue tracking - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=61675 NoteOn: joined #tikiwiki Tiki-KGB: 03fvtorres r60098 03branches/16.x/lib/smarty_tiki/modifier.categid.php
[ENH] Add a new modifier to show CategId instead of Category name. To be used inside pretty trackers, in plugins that needs (e.g. prevail category field in tracker plugin) Telesight: joined #tikiwiki julen: joined #tikiwiki fabricius: joined #tikiwiki Tiki|bot: New Forum Posts: Moving t.o website to Tiki16 - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=61685
New Forum Posts: Tiki upgrade from 14.0 to 15.2 -> Broken History compare / diff - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=61676
New Forum Posts: Issue tracking - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=61675
New Forum Posts: Moving t.o website to Tiki16 - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=61685
New Forum Posts: Tiki upgrade from 14.0 to 15.2 -> Broken History compare / diff - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=61676
New Forum Posts: Issue tracking - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=61675 nelsonko: left #tikiwiki