|
|
|
|
From: Guest Date: December 27 2007, 14:59
|
Hello i'm having a problem starting up the php script, i keep getting the same message over and over again
Unable to connect the database host "[hostname]" with username "[username]" and password "[password]".
I'm sure its just something silly on my part, but what specifically is supposed to go in these fields? |
|
|
|
From: Encaps Date: December 28 2007, 07:01
|
Hello,
please ask your hosting provider for a valid database connection parameters: database host, name, user, password.
|
|
|
|
From: Guest Date: December 24 2007, 00:27
|
| How to hide encapse link in the footer |
|
|
|
From: Encaps Date: December 24 2007, 07:12
|
| By purchasing the source code |
|
|
|
From: Guest Date: December 19 2007, 19:32
|
Hi,
I downloaded the test before I buy and it says to install Gallery Tables but fails with following messages....
SQL query failed: CREATE TABLE gallery_test (`test` TEXT);
SQL query failed: INSERT INTO gallery_test VALUES('test');
SQL query failed: CREATE TABLE gallery_category ( id int(11) NOT NULL auto_increment, title text, pos int(11) default 0, is_visible VARCHAR(80), parent_id int(11) default 0, dst_dir VARCHAR(255) NOT NULL DEFAULT '_', img VARCHAR(255) DEFAULT NULL, PRIMARY KEY (id) );
SQL query failed: INSERT INTO gallery_category (id,title,pos,is_visible,parent_id,dst_dir) VALUES (1,'Default',0,'Y',0,'Default')
SQL query failed: CREATE TABLE gallery ( `id` int(11) NOT NULL auto_increment, `filename_normal` varchar(255) default NULL, `filename_thumb` varchar(255) default NULL, `position` int(11) default NULL, `visible` varchar(255) default NULL, `title` varchar(255) default NULL, `comment` text, `cat` int(11), `price` float default '0.0', `size_w` int(11) NOT NULL default '0', `size_h` int(11) NOT NULL default '0', PRIMARY KEY (`id`) );
SQL query failed: CREATE TABLE `shopcart` ( `id` int(10) unsigned NOT NULL auto_increment, `payment_date` varchar(255) NOT NULL, `item_number` varchar(255) NOT NULL, `item_name` varchar(255) NOT NULL, `quantity` varchar(255) NOT NULL, `mc_gross` varchar(255) NOT NULL, `payer_email` varchar(255) NOT NULL, `payer_business_name` varchar(255) NOT NULL, `first_name` varchar(255) NOT NULL, `last_name` varchar(255) NOT NULL, `address_name` varchar(255) NOT NULL, `address_country` varchar(255) NOT NULL, `address_city` varchar(255) NOT NULL, `address_state` varchar(255) NOT NULL, `address_zip` varchar(255) NOT NULL, `address_street` varchar(255) NOT NULL, `payment_status` varchar(255) NOT NULL, `VERIFIED` varchar(255) NOT NULL, PRIMARY KEY (`id`) )
Error on installing new EncapsGallery database tables
|
|
|
|
From: Encaps Date: December 20 2007, 09:25
|
There are 2 possible reasons:
1) the gallery tables exist already
2) something wrong with mysql database
For figure out what is the reason you may add the debug info into admin/catalog_db_install.php, line #33:
old: $db = new DB_sql(@$config["db_host"],@$config["db_user"],@$config["db_pass"],@$config["db_name"]);
new: $db = new DB_sql(@$config["db_host"],@$config["db_user"],@$config["db_pass"],@$config["db_name"],1);^
Or let me look at your gallery. |
|
|
|
From: Guest Date: December 19 2007, 03:27
|
| Is it possible the make the side panel in the admin run horizontally instead of vertically. |
|
|
|
From: Encaps Date: December 19 2007, 06:14
|
| Yes, it's possible - the admin navigation panel layout is hardcoded into admin/catalog_head.php |
|
|
|
From: Guest Date: December 13 2007, 11:16
|
| is it possible to make it so the person viewing the gallery has an option to change the skin? |
|
|
|
From: Encaps Date: December 13 2007, 14:42
|
| It's not possible without the PHP code modifications. |
|
|
|
From: Guest Date: December 13 2007, 14:51
|
| yeah i figured it out ill send you the link so you can check it out when i finish. great template! |
|
|
|
From: Guest Date: December 13 2007, 10:39
|
| yeah so i bought the newest version then uploaded it in a new folder on my site, i havent installed it yet everytime i try to it goes to this page, '/gallery/admin/catalog_db_install.php' (id put the whole link but for future refrence i dont want anyone to be able to get in there and mess with it) anyway it asks for my user name and password, and im like what the hell i didnt put in anything to have a user name or password. please help meeeee gahhhj |
|
|
|
From: Encaps Date: December 13 2007, 14:37
|
Thank you for purchase EncapsGallery PHP sources.
Just press the "Submit" button in the login form, and leave "username" and "password" blank if there are empty parameters in the config.ini.php:
$config["admin_uname"] = "";
$config["admin_passwd"] = "";
Let me know. |
|
|
|
From: Encaps Date: December 13 2007, 14:38
|
| And don't forget to change permissions for "config.ini.php" and "rwx_gallery" and "rwx_gallery/thumbs" |
|
|
|
From: Guest Date: December 13 2007, 04:53
|
Hello
I`m using encaps gallery version 1.6.2 and I bought the source code.
Can I "update" to version 1.9.4?
Would I have to buy a new source code or can I use the "old" one?
Then,
How can i achieve an update?
Do I just have to overwrite the files on my server or do I have to install it again from the beginning? ( this would overwrite my database)
Can you help?
klemens |
|
|
|
From: Encaps Date: December 13 2007, 06:47
|
Hello Klemens,
you don't have to buy the new source code (1-year free updates), I will send you the link for download EncapsGallery-1.9.4 source code.
You can try to overwrite old files without reinstalling the database, but I do not garantee it will work - I did not try to upgrade from v.1.6.2 to v.1.9.4 |
|
|
|
From: Guest Date: December 10 2007, 19:37
|
hi how can i use this script on my web page.....????
i m new . i dnt know how to manage php config. on my page :D |
|
|
|
From: Encaps Date: December 11 2007, 06:20
|
1) unzip & upload the gallery files onto your webserver
2) install the gallery database
3) put your website header and footer html into catalog_head.html and catalog_foot.html |
|
|
|
From: Guest Date: December 07 2007, 08:52
|
"Unable to connect the database host free-mysql.com with username ******** and password ******"
Occurs only when i tried in Unix server, and IIS doesn't have any problem other thumbnail..
I wonder why this Dbase issue only on Lenux server!!!..
Please help!!!!!!!! |
|
|
|
From: Encaps Date: December 07 2007, 15:02
|
| So you try to connect the same database from both Linux and Windows IIS servers, and the issue happens only on Linux? That's interesting, let me look at the issue online. And I would like to connect your Linux server with ftp for figure out the issue. |
|
|
|
From: Guest Date: December 07 2007, 04:16
|
While am configuring Database getting this message
"Unable to connect the database host free-mysql.com with username ******** and password ******"
Even after entering Correct Username and password etc....!!!!!!!
Please help me...... |
|
|
|
From: Encaps Date: December 07 2007, 07:01
|
| Could you please show me the link? |
|
|