3.5.2 Clean Install issues

3.5.2 Clean Install issues

Eric Katchan -
Atsakymų skaičius: 3

Trying to install a fresh moodle 3.5.2 instance on my windows 10 desktop for testing.

Windows 10

Apache 2.4.25 (Win 32)

PHP 7.1.15

Postgres 9.6 on localhost


Moodle appears to have problems resolving the following url :

http://SERVERNAME/moodlecurrent/theme/styles.php?theme=boost&rev=1_1&type=all


There appears to be some issue with the boost theme on initial installation.  The installation is stalling but eventually resolves.  The css and a number of event-*.js are not loaded.


I have attached a snip from developer tools.


Any Ideas?


Eric




Priedas moodle-install-error.png
Pažymių vidurkis: -
Atsakymas į Eric Katchan

Re: 3.5.2 Clean Install issues

Howard Miller -
Core developers paveikslėlis Documentation writers paveikslėlis Particularly helpful Moodlers paveikslėlis Peer reviewers paveikslėlis Plugin developers paveikslėlis
Atsakymas į Howard Miller

Re: 3.5.2 Clean Install issues

Eric Katchan -

Hi Howard, 

I did not notice any error when I looked at the server environment check.  I also did not notice if SlashArgs were enabled in my apache conf.  I added the "AcceptPathInfo On" to my <directory container where my version of moodle was running and restarted apache.  No difference.


Changed theme from Clean to Boost and waiting....


No styles.


Any other suggestions?

Atsakymas į Howard Miller

Re: 3.5.2 Clean Install issues

Eric Katchan -

For those interested, I think I found the problem.  While running a cron on the new site a large number of errors occurred with the

core\task\build_installed_themes_task

The error indicated :
Fatal error: Maximum function nesting level of '256' reached, aborting!  

Following some research, it appears to be related to the ZEND_EXTENSION: XDEBUG.

I commented it out of my php.ini and reran the cron.  It happily completed the ad hoc task and surprisingly I was able to try the BOOST theme with no issue!

Hope this can help other users.

Eric