I have managed to get phpMyFAQ installed successfully, however when I load the page, it appears to be html. I think I'm missing something obvious, but I'm banging my head on a wall now. Any suggestions?
Okay, I was clearly brain-dead when I posted yesterday. I'm trying to install 3.0 on a Ubuntu server, and it appears that the index.php file is trying to pull CSS style sheets from a directory where there are no CSS. I see from browsing the forum that you are using SCSS files now, but my install doesn't seem to reflect that.
(index):20 GET http://myurl.mydomain.xyz/phpmyfaq/assets/themes/default/css/style.css?v=1 net::ERR_ABORTED
(index):24 GET http://myurl.mydomain.xyz/phpmyfaq/assets/js/modernizr.min.js net::ERR_ABORTED
(index):266 GET http://myurl.mydomain.xyz/phpmyfaq/assets/js/libs/cookieconsent.min.css net::ERR_ABORTED
(index):259 GET http://myurl.mydomain.xyz/phpmyfaq/assets/js/vendors.js net::ERR_ABORTED
(index):260 GET http://myurl.mydomain.xyz/phpmyfaq/assets/js/phpmyfaq.min.js net::ERR_ABORTED
(index):262 Uncaught ReferenceError: $ is not defined
at (index):262
(anonymous) @ (index):262
(index):266 GET http://myurl.mydomain.xyz/phpmyfaq/assets/js/libs/cookieconsent.min.css net::ERR_ABORTED
(index):269 Uncaught TypeError: Cannot read property 'initialise' of undefined
at (index):269
(anonymous) @ (index):269
load (async)
(anonymous) @ (index):268
I did "git clone https://github.com/thorsten/phpMyFAQ.git" because the command in your instructions errored out. Was able to do the rest of the instructions as indicated. Had a little trouble getting curl to work correctly, but that turned out to be a missing extension installation on my end.