Search code examples
phppluginsxamppmoodle

Getting Page loading error after successful Plugin installation in Moodle


I have installed Moodle 3.7.1 with XAMPP. The installation had been successful and problem-free. I followed the below video for installation:

https://www.youtube.com/watch?v=Ov2dGoOBmSI&t=436s

Now my main objective is moodle plugin development. Since I am relatively new to this I was exploring plugins and trying to build a simple one first.

But whenever I am trying to install plugin (my own or from Moodle directory) I receive the SUCCESS message but then get 'Page Loading Error' and thereafter I am not able to go to any page

I found this thread on Moodle forums and have tried most of the solutions they offered. https://moodle.org/mod/forum/discuss.php?d=355930

I dont wish to work on older XAMPP version My cache folder under Xampp's moodledata folder is empty and i tried clearing my browser cache and restarting the servers. But the issue still persists

Any ideas what maybe causing this? I have a feeling that its some kind of configuration issue but I dont know where to look and what to look for.


Solution

  • Thanks for all the help. It took me alot of installation and uninstallations but finally when I downloaded the full Windows installer package--it worked. I guess it was some kind of deeprooted version conflict between xampp and moodle or some configuration issue.