Web Service Can't Stop The Web Service
-
@tom.langenfeld Ultimately the last few lines (maybe 100 or so) is important
-
Does the previous post go back into the log far enough? they are the lines from the end of the log
-
@tom.langenfeld Give me a few. I will likely need to remote in to see what’s going on if that’s okay with you.
-
Of course just let me know how I can help
-
Remote will likely need to happen later today if at all possible. I’m on East coast US time. (I’ll be home around 4:30pm here). Then I will hit you up on chat if all is okay with you.
Thanks for understanding.
-
Sounds good just chat me with a time that works for you and I am flexible
-
This is going to be overly simplistic of a test, but you could try running:
./installfog.sh -Xy
-
This is from a similar thread.
@Tom-Elliott said in Restarting apache2 for fog vhost...failed! Can't update:
@moses can you manually uninstall all php files?
sudo apt-get purge -yq php* lib*php*; sudo rm -rf /etc/php*;
Then rerun the fog installer?
Also check your
/opt/fog/.fogsettings
file forphp_ver
andphp_verAdds
and if you find lines beginning with this, just comment them out. This could be part of the issue.Then after those two things, try re-running the installer.
-
Running the ./install -Xy yielded the same results
-
When trying to run the first command I get this message.
-
Remoted with @tom-langenfeld and we were able to fix the issue.
He was running Ubuntu 15.10, and the Ondrej repo would install, but there were no PHP packages for wily apparently. Updated to 16.04 and had to run a few tricks to get mysql working, but once all was working, everything appears to be running properly now.