3.5.2 Clean Install issues

3.5.2 Clean Install issues

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




附件 moodle-install-error.png
評比平均分數: -
In reply to Eric Katchan

Re: 3.5.2 Clean Install issues

Howard Miller發表於
Core developers的相片 Documentation writers的相片 Particularly helpful Moodlers的相片 Peer reviewers的相片 Plugin developers的相片

First thing to check - Using_slash_arguments

In reply to 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?

In reply to 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
評比平均分數:Useful (1)