Moodle install problem

Flipman

New member
Joined
May 2, 2012
Messages
4
I have been searching and trouble shooting for hours but have not been able to solve my problem. I have attached a screen capture below with the errors. I have modified the configure.php5 and added the with lines for the three extentions. The I run the build command without errors but it still does not work. I am using php 5.3.11. If any one has some ideas or need more info please just let me know. Any help at this point will be appriciated.

Thanks,
Jay

Capture.PNG
 
What the build of php say? It success? on a page with just <?php phpinfio(); ?> does those extension seems to be loaded?

Regards
 
Thank you for your suggestion. After firing the info command on a page I discovered the configuration file I was modifying was incorrect. The actual file I was looking for is loacted here: /usr/local/directadmin/custombuild/configure/suphp/configure.php5
but the tutorial I was looking at said it was here: /usr/local/directadmin/custombuild/custom/ap2/configure.php5

Once I updated the correct file and ran the build it all worked correctly.
 
You should never edit /usr/local/directadmin/custombuild/configure/suphp/configure.php5 you need to copy it to the custom directory first before editing.
 
Back
Top