robertokir: joined #tikiwiki
amette_: left #tikiwiki
zlinux: joined #tikiwiki
joined #tikiwiki
joined #tikiwiki
fabricius: joined #tikiwiki
joined #tikiwiki
robertokir: joined #tikiwiki
Telesight: joined #tikiwiki
capturixeur2: joined #tikiwiki
Jyhem_: joined #tikiwiki
Jyhem_laptop: joined #tikiwiki
zlinux: joined #tikiwiki
Jyhem_laptop_: joined #tikiwiki
Jyhem_laptop: joined #tikiwiki
Jyhem_laptop_: joined #tikiwiki
Jyhem_laptop: joined #tikiwiki
Jyhem_laptop_: joined #tikiwiki
amette_: joined #tikiwiki
Jyhem_laptop: joined #tikiwiki
Jyhem_laptop_: joined #tikiwiki
zlinux: joined #tikiwiki
Jyhem_laptop: joined #tikiwiki
montefuscolo: joined #tikiwiki
Is markdown on Tiki roadmap?
Mesman: joined #tikiwiki
montefuscolo: hi amette, could you help with Intertiki conf when you have a minute?
amette: hi montefuscolo! :) Sure, what's up!?
montefuscolo: do you get my PMs?
robertokir: joined #tikiwiki
amette_: left #tikiwiki
joined #tikiwiki
left #tikiwiki
joined #tikiwiki
montefuscolo: amette, yes I got it, thank you again!! Problem solved.
amette: yep, cool. cheers!
amette_: left #tikiwiki
joined #tikiwiki
left #tikiwiki
joined #tikiwiki
left #tikiwiki
joined #tikiwiki
left #tikiwiki
joined #tikiwiki
left #tikiwiki
joined #tikiwiki
left #tikiwiki
joined #tikiwiki
John: joined #tikiwiki
Guest78594: Hi everyone need some help just upgraded and after it change my path here is what I get wiki.jmor.com
any advice I would be very greatfull for
amette_: left #tikiwiki
joined #tikiwiki
Guest78594: it shows this but
The requested URL /home/wsm/public_html/tiki-index.php was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
but is should be going to /home/wsm/public_html/Wiki/.....etc
Is anyone here
I see lots of names but no reponse.....
amette_: left #tikiwiki
joined #tikiwiki
zlinux: joined #tikiwiki
Neur0: joined #tikiwiki
Hello! I am having trouble installing dependencies from the setup.sh / composer. the only message I can see is "Your Tiki is not completely installed because Composer has not been run to fetch package dependencies." on the tiki-install.php in web browser,
Should I exclusively use php5 or is php7 fine as well?
amette: Neur0: setup.sh doesn't give you any issues?
Neur0: hmm, is it because i am root?
Guest78594: here is what I did..
I created a new directory rename old
uploaded 17.1 files
did the upgrade bt when done it pointed to the wrong place see my example wiki.jmor.com
amette: I suppose Guest78594 == Neur0 !?
Neur0: i am not Guest78594 indeed
Guest78594: where can I go to change the path of this file in the back database in mysql...
amette: k
Neur0: amette, just the standard permission check (c) and then (f)
user input for the tiki and then (x)
Guest78594: what is the command I should run
amette: Neur0: that should run composer and install all missing dependencies
Guest78594: also, how do I install with composer I found the install part confusing...as it would be easer in the future
Neur0: It does not seem to download anything at all
amette: Neur0: can you pastebin the setup.sh output somewhere? e.g. pastebin.com or so
Neur0: clear
oh shit sorry
yes I can!
on it
amette: hehe ;)
Neur0: I think I know what the issue is now. "The zip extension and unzip command are both missing, skipping. Your command-line PHP is using multiple ini files. Run `php --ini` to show them. "
amette: Guest78594: This is not a Tiki error. You have something set wrong at your hoster. The tiki-index.php isn't in the place your web server is expecting.
Neur0: here is full output
https://pastebin.com/qjarhD86
amette: Neur0: yep, fix those first. Chances are, everything will be fine afterwards.
Guest78594: it worked before.. where can I go and tell tiki that I have a different location then what it thinks
in the backend throgh the db what key and value can I change
amette: Neur0: and try tiki-check.php. It should tell you about all the missing php extenstions, etc.
Guest78594: it's not Tiki, it's your web server afaict
Guest78594: Can you point me to how to install with composer...composer is on my server but what would I have to do to use composer'
amette: Guest78594: you'll have to ask your hoster
oh, hang on... it _is_ on your server....
Guest78594: you only need composer, if you install from SVN
This is your problem: "The requested URL /home/wsm/public_html/tiki-index.php was not found on this server."
You web server looks for tiki-index.php in /home/wsm/public_html and that is not there.
Neur0: tiki-check.php shows me like a lot of issues. Is there no .deb file for the install or something?
amette: Do you install via FTP? Then you should login via FTP and have a look, if that file is there or not.
Neur0: No, nothing like that yet, sadly. Most packages are called php5-whatever or php7.0-whatever or whatever version is relevant for you.
Neur0: ok.
I can start wit the "bad" ones then. Apparently I seem to have permissions not set up right. "session.save_path bad /var/www/tmp The session.save_path must writable."
so the setup.sh should NOT be run with root yes?
amette: yep, better to run as the web server user
or have a dedicated tiki user that is also in the www-data group
and then run setup.sh as that user. depends on how you like to set up your system.
zlinux_: joined #tikiwiki
Guest78594: right we are going to wiki.jmor.com
Neur0: ok. I have a user just for tiki and some game servers.
Guest78594: which points to /public_html/JMOR/Wiki
Neur0: so how do I solve the session.save_path not being write:able?
my user cannot write there right?
so regular folder permissions for var/www/tmp?
or the full /var/www?
amette: Neur0: you have to make sure that your web server user (usually www-data on Debian) is able to write into that path
Guest78594: ok would I be better todo an svn install
amette: Guest78594: wiki.jmor.com points to /home/wsm/public_html/
Guest78594: and NOT to /public_hmlt/JMOR/Wiki
Neur0: I usually chown the directory to tiki.www-data (or whatever is your tiki user) and then set the perms to 775. This way nobody else can write in there.
Guest78594: right how do I change that....
i moved from dedicated server at one data center to another that was larger
zlinux: joined #tikiwiki
amette: Guest78594: ask your hoster
Guest78594: you are on a dedicated server?
Guest78594: yes
amette: so you can't ask your hoster.
you will have to take care of it yourself then, I suppose.
Guest78594: ok
fabricius: joined #tikiwiki
robertokir: joined #tikiwiki
joined #tikiwiki
joined #tikiwiki