| Project: | ProjectPier |
| Version: | 0.8.0.3 |
| Component: | Code |
| Category: | support request |
| Priority: | critical |
| Assigned: | jazjai |
| Status: | new |
Description
I have deleted my apache server, php , and mysql . I wanted to start over. Now when I load in apache and go to check localhost , I get a file downloading. I open the file and it says :
<?php
// Request starts
$GLOBALS['request_start_time'] = microtime(true);
if (!version_compare(phpversion(), '5.0', '>=')) {
die('<strong>Installation error:</strong> in order to run ProjectPier you need PHP5. Your current PHP version is: ' . phpversion());
} // if
define('PUBLIC_FOLDER', 'public');
require 'init.php';
?>I don't understand what is wrong. I have deleted Project Pier. Is there another file somewhere? This is really pissing me off.