3.5.2 Clean Install issues

3.5.2 Clean Install issues

by Eric Katchan -
Number of replies: 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




Attachment moodle-install-error.png
Average of ratings; -
In reply to Eric Katchan

Re: 3.5.2 Clean Install issues

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

First thing to check - Using_slash_arguments

In reply to Howard Miller

Re: 3.5.2 Clean Install issues

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

In reply to Howard Miller

Re: 3.5.2 Clean Install issues

by 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
Average of ratings;Useful (1)