4images Forum & Community
4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: shami74 on May 26, 2008, 08:23:46 AM
-
Blank screen comes up when putting in link to enter admin info and db info ..
What do i do to fix this?
the site is this
http://3moonsbuilders.com/passionatepixels/4images/index.php
shami
-
Hello;
it seems that it is not the first time you face to this problem.
The script cannot read in your file "config.php" to connect to any database.
You should perhaps edit the file "config.new.php", provided in the archive you downloaded.
You should add your datas (provided by your host), like this:
<?php
/**************************************************************************
* *
* 4images - A Web Based Image Gallery Management System *
* ---------------------------------------------------------------- *
* *
* File: config.php *
* Copyright: (C) 2002 Jan Sorgalla *
* Email: jan@4homepages.de *
* Web: http://www.4homepages.de *
* Scriptversion: 1.7.6 *
* *
* Never released without support from: Nicky (http://www.nicky.net) *
* *
**************************************************************************
* *
* Dieses Script ist KEINE Freeware. Bitte lesen Sie die Lizenz- *
* bedingungen (Lizenz.txt) für weitere Informationen. *
* --------------------------------------------------------------- *
* This script is NOT freeware! Please read the Copyright Notice *
* (Licence.txt) for further information. *
* *
*************************************************************************/
$db_servertype = "mysql";
$db_host = "database_server";
$db_name = "database_name";
$db_user = "your_database_login";
$db_password = "your_database_password";
$table_prefix = "4images_";
define("4IMAGES_ACTIVE", 1);
?>
All red datas has to be filled by your own datas and are case sensitive. (eg: "MyPassword" is different to "mypassword").
Once done, save this file with name "config.php", and upload it to the root of your gallery, where "index.php" is.
Better said: http://3moonsbuilders.com/passionatepixels/4images/config.php.
Hope you'll solve it, because I can't know if your database has been populated.
Feel free to ask any help. :)
-
I did that and still nothing .. the same message
An unexpected error occured. Please try again later.
ERROR: Could not load configuration settings!
is comming up.
like I said before i have not entered in the info screen about the admin sign in or password either. so not sure something else was missed before that.
all the permissions are set right and the data base is made .. though anytime I go and look at the dad base there is nothing there
can someone help please?
http://3moonsbuilders.com/passionatepixels/4images/index.php
-
Hello again;
please what is your 4images script version?
And wich MODs have you installed.
Maybe the problem is just a MySQL5 compatibility issue.
-
just FYI:
if this apears
ERROR: Could not load configuration settings!
means at installation mysql tables are not created..
delete config.php
and try http://3moonsbuilders.com/passionatepixels/4images/install.php again
[EDIT]
i see rightnow that site is working :)
-
Good! It works!
Congratulations!
Please, shami74, give thanks to anyone who deserves it.
-
I have the same problem. I resaved and uploaded the config.php file, but when I reinstall it goes blank. I don't know what else to try.
Edit: I got past that, now I am stuck on #6:
6. You must ensure you remove "install.php" and any "update_*_to_*.php" files.
Additionally you may delete all files in "data/database/default" and
the "docs" directory if you wish.
All I get are blank pages, or it tries to go to the install.php file, which I deleted. I can't find how to login anywhere either.
-
Blank screen comes up when putting in link to enter admin info and db info ..
What do i do to fix this?
the site is this
http://3moonsbuilders.com/passionatepixels/4images/index.php
shami
thank you to those that tried to help though I unloaded the whole thing and reuploaded and did the permissions again and worked ...
shami