3.5.2 Clean Install issues

3.5.2 Clean Install issues

av Eric Katchan -
Antall svar: 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




Vedlegg moodle-install-error.png
Gjennomsnittlig vurdering: -
Som svar til Eric Katchan

Re: 3.5.2 Clean Install issues

av Howard Miller -
Bilde av Core developers Bilde av Documentation writers Bilde av Particularly helpful Moodlers Bilde av Peer reviewers Bilde av Plugin developers

First thing to check - Using_slash_arguments

Som svar til Howard Miller

Re: 3.5.2 Clean Install issues

av 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?

Som svar til Howard Miller

Re: 3.5.2 Clean Install issues

av 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
Gjennomsnittlig vurdering:Useful (1)