This is an FYI only. I don't need any further assistance.
The latest ova for the v15 LAMP has php 7 installed and running but the paths in the webmin php configuration are for php v5 and they are different than the path for v7.0.
WAS:
etc/php5/apache2/php.ini
/etc/php5/cli/php.ini
/etc/php5/cgi/php.ini
CHANGED TO:
/etc/php/7.0/apache2/php.ini
/etc/php/7.0/cli/php.ini
there is no cgi directory under v7.0, but there is mods-available.
I want to reboot my Wordpress server once per day, automatically through a CRON job. I've tried multiple ways to get this done, based on various google searches and suggestions. But, it never seems to work.
Can you suggest an easy solution for this?
I tried creating:
/etc/cron.daily/zz-reboot
AS:
#!/bin/sh
shutdown -r now
Setting it executable:
chmod a+x /etc/cron.daily/zz-reboot
The "zz" prefix is supposed force it to run last out of all the other scripts in that directory. But it doesn't execute.
I cannot access my blog at I have a wordpress blog hosted on turnkey linux, has turnkey archived it? it gives me the error This site has been archived or suspended.
And I cannot login as administrator to unarchive it.
I am trying to use my tklbam backups made in proxmox lxc instances into new EC2 machines.
The restored system gets essentially broken by the restore. Things like resolvconf for example gets broken. The /run/resolvconf dir is missing and /etc/resolv.conf becomes a real file (from the backup origin).
I'm setting up a new wiki for my company, but when after users successfully log in, they aren't being redirected to the page they are trying to access and instead are being shown a blank page that only has "Log in" as the title (See attached screenshot). I've checked the logs and it looks like the response from the log in POST is 200, but I suspect that it should actually be 302. Has anyone seen this before and know how to fix it?
The last 2 days i played around with turnkey in virtualbox a little. I did sucuessfully get suitecrm and dokuwiki running in a turnkey core 15 (as i wanted the current program versions). I simply followed existing tutorials on howtoforge.
On your candidate list i saw openproject and also wanted to give this a try with turnkey core. As openproject is a redmine fork i already looked to see if i can find a solution there - but no success.