FusionCMS.6.1.9.old icon indicating copy to clipboard operation
FusionCMS.6.1.9.old copied to clipboard

FusionCMS not working on Ubuntu 18.04

Open Nocty1501 opened this issue 6 years ago • 8 comments

After completing the installation process and deleting the "install" folder, the website will 404 on each page, except for /index.php/login, which will give a PHP error.

Nocty1501 avatar Jul 06 '18 21:07 Nocty1501

You don't have the mod_rewrite working

BarbzYHOOL avatar Oct 05 '18 16:10 BarbzYHOOL

After completing the installation process and deleting the "install" folder, the website will 404 on each page, except for /index.php/login, which will give a PHP error.

Exactly the same problem, and YES - I do have mod_rewrite enabled, as well as all required modules in apache and extensions in PHP. There are no errors in apache log, but in CMS log I can see: ERROR - 2018-10-17 12:06:17 --> 404 Page Not Found: /index - wrong file name somewhere? Without .php at the end?

TrekPL avatar Oct 17 '18 10:10 TrekPL

then check the .htaccess (if it's even read)

BarbzYHOOL avatar Oct 17 '18 15:10 BarbzYHOOL

then check the .htaccess (if it's even read)

Yes, apache got full access to it. Main htaccess is exactly the same as used in other copies of FCMS that I've tried and on those it was working. So I presume installer is missing some step(s?), Take a note that I'm using PHP7.2 and Apache/2.4.29. I made a fresh install and found those in apache error log: [Wed Oct 17 17:57:25.495548 2018] PHP Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/XXXXX/install/system.php on line 49, referer: http://XXXXX/install/ [Wed Oct 17 17:57:25.495779 2018] [php7:warn] [pid 7473] [client XXXXX:57111] PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /var/www/XXXXX/install/system.php on line 50, referer: http://XXXXX/install/ [Wed Oct 17 17:57:25.495860 2018] [php7:warn] [pid 7473] [client XXXXX:57111] PHP Warning: unlink(../application/cache/write_test.txt): No such file or directory in /var/www/XXXXX/install/system.php on line 52, referer: http://XXXXX/install/ No other errors in log. I even tried to add realm data to DB as installer do not pass them into DB. Also no effect. I will try few more things today and give a feedback.

TrekPL avatar Oct 17 '18 16:10 TrekPL

try with an older fcms and if it doesn't work then it means this is this version that is bugged (i use an older fcms)

BarbzYHOOL avatar Oct 17 '18 18:10 BarbzYHOOL

Yes, I have the same problem

yuanf225 avatar Apr 11 '19 15:04 yuanf225

Yes, I have the same problem

try with an older fcms and if it doesn't work then it means this is this version that is bugged (i use an older fcms)

i know :| i fix it , but i don't want to pull this. Because some people published this in their own name

Nightprince avatar Apr 11 '19 18:04 Nightprince

@Nightprince Would you be willing to provide me the fix? I would very much appreciate it as its for my own site, not to be published as a separate project.

jdhirst avatar Apr 30 '19 19:04 jdhirst