Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - TGer76

Pages: [1]
1
FAQ, Tips / Re: 4images 1.7.4 Installation [from DOCS Folder]
« on: December 19, 2006, 07:35:08 AM »
Hi guys,

I'm trying to set up a localhost environment for testing, but get stuck in the installation.
Installation routine went fine, database entries were created, config.php looks as it should (afaik),

Code: [Select]
$db_servertype = "mysql";
$db_host = "localhost";
$db_name = "imgdb";
$db_user = "root";
$db_password = "*******";

$table_prefix = "4images_";

define("4IMAGES_ACTIVE", 1);

?>

However, after changing rights and deleting the install and update files, the script still tries to enter the install.php and ends up with "No input file specified"

System:
W2K, IIS 5, php 5.1.1, MySQL 5.0.16-nt,

Safe mode is off, phpinfo can be seen here http://gerster.gmxhome.de/phpinfo.htm

TIA
TGer76

Pages: [1]