I am attempting to install a new copy of Moodle 1.9.2 weekly build. I am using IE and Filezilla to manage the files on the server.
I am installing on 1and1 servers. The PHP version in the servers is 5.2.6
My php.ini file has the following information.
upload_max_filesize = 20M;
browscap = /usr/local/lib/browscap.ini;
error_reporting = (E_ALL & ~E_NOTICE & ~E_WARNING);
url_rewriter.tags = "a=href,area=href,frame=src,form=fakeentry,fieldset=";
register_globals = off;
allow_url_fopen = off;
max_execution_time = 50000;
safe_mode = off;
file_uploads = on;
magic_quotes_gpc = on;
memory_limit = 41943040;
short_open_tag = on;
post_max_size = 26214400;
My .htaccess file has the following information.
AddType x-mapp-php5 .php
The installation sets up all the database files, with no errors. I can see the MySQL files through my phpAdmin service. After hitting the continue button the installation goes to the "http://deyoungconsultingtraining.com/admin/index.php" and displays a blank page. I am assuming there is an error somewhere but I have no way of knowing. Can someone point this novice in the right direction.
Mark