I havent used Drupal since ver 4.5.
I have been trying to get drupal 4.7 to load on a php 4.4 and mysql 4.1 on apache2 runing on my windows laptop. It came up once but keeps laoding a blanks page. No mater what I do it laods blank. I finaly gave up and went to drupal 4.6 and it worked, but I can't get mod_rewirte to work. I also tryed to laod the acidfree module and that give me a blank page also. Do i have somthing set up wrong??

Comments

zerok’s picture

Have you already checked Apache's error.log? There might be something more detailed in there :-) You might also want to increase the error reporting level of PHP in your php.ini (as well as read the Apache manual on how to enable mod_rewrite) :-)

pdlewis’s picture

I was able to get an error for the acidfree module, after I loaded to a off-site test server.

Fatal error: Call to undefined function: drupal_add_js() in /homepages/35/d149442739/htdocs/drupal_test/modules/acidfree/acidfree.module on line 313

As to runing test from on my machine I need to work out the apache and php install better before it will work correcly is my guess. Thanks for the comments I will try to get more error data.

zerok’s picture

Have you perhaps got the 4.7 version of that module for a Drupal 4.6 site? Because the drupal_add_js function doesn't exist in 4.6 iirc.