|
|
|
|
From: Guest Date: October 28 2009, 01:02
|
| Would it be possible to create a php or javascript Jump Box for categories and childs rather than just simply displaying them as HTML links at the top? I am unsure how to do this - is it at least possible? My gallery is going to have a LOT of categories and a pulldown menu would be the best, in terms of navigation. |
|
|
|
From: Guest Date: October 27 2009, 12:32
|
Hello. I`m trying to run encaps on a localhost under winxp / apache 2.2 / mysql 5.1.3.8 / php 5.
I created a db from command propmpt.
When I run http://***.php
Nothing happens. Just get a blank page.
when I run http://***.php
Nothing happens either. I don´t even get an error message about db credentials.
All other php scripts I have downloaded or written, seem to work just fine.
Thanks a lot in advance. |
|
|
|
From: Guest Date: October 27 2009, 12:34
|
Sorry, it was:
When I run http://***.php <--- stands for the catalog_cfg file
when I run http://***.php <--- stands for the catalog_db_install file |
|
|
|
From: Encaps Date: October 27 2009, 13:49
|
Could you please turn on "display_errors" option from your php.ini, the following lines:
display_errors = On
error_reporting = E_ALL
restart apache and run the app again, and send me the error details |
|
|
|
From: Guest Date: October 16 2009, 16:57
|
| Hi. I want to know how I can open the paypal site in a new window when people wants to check out? |
|
|
|
From: Guest Date: October 14 2009, 09:03
|
A couple of questions about the shopping cart...
Is it possible to have the purchases confirmation email also emailed to the encaps admin email address.
And is normal to get a message similar to this on the the bottom of the purchases confirmation email?
'================================================================ Special offer: Free Domain & cPanel Hosting for only $2.99 at https://SecureSignup.net ! ================================================================ Spam Filtered (ID:3417293)'
|
|
|
|
From: Encaps Date: October 14 2009, 18:08
|
Hello,
1) what checkout type did you specify?
2) could you please clarify "the bottom of the purchases confirmation email"?
|
|
|
|
From: Guest Date: October 15 2009, 03:47
|
1) The shopping cart type I selected in the encaps admin was "Pay on delivery No paygateway integration, just receive e-mail notification about selected items"
2) The emailed order confirmation to the customer had these following words on the bottom: "================================================================ Special offer: Free Domain & cPanel Hosting for only $2.99 at https://SecureSignup.net ! ================================================================ Spam Filtered (ID:3417293)"
Thanks Wayne
|
|
|
|
From: Guest Date: October 15 2009, 08:01
|
Turns out the extra spam on the customer confirmation email if coming from my free test website. Nothing to do with the Encaps gallery which is great.
But I'd still like to know if the customer confirmation email can also be sent to my email address I've written in the Encaps admin config?
Many thanks Wayne |
|
|
|
From: Guest Date: October 15 2009, 08:43
|
Turns out the confirmation email does go to the admin email as well. My spam filter was blocking it.
Keep up the great Encaps
|
|
|
|
From: Encaps Date: October 15 2009, 10:56
|
For add some more text info into the email confirmation you could do the following:
edit shopcart.php, and add a new line after the line #130:
$message .= ''=== Special offer bla bla bla ==="; |
|
|
|
From: Guest Date: October 06 2009, 14:29
|
| I wonder if it possible to view all the thumbnails in one category without touching the pagination value in config. You see, one page in my site should view all the thumbnails in one particular category while in another page on the site I like to follow the pagination value. Is this possible? |
|
|
|
From: Encaps Date: October 06 2009, 15:39
|
After you purchase the source code, you will be able to customize catalog.php - add line #19:
if(@$postget["categ_id"]==1)$catalog->config['pagination']=0;
In the sample above you set config['pagination']=0 to the category 1 |
|
|
|
From: Guest Date: October 02 2009, 18:48
|
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /...../...../public_html/store/core/db_sql.class.php on line 15
Unable to connect the database host localhost with username xxxxx and password xxxxxx
Access denied for user 'xxxxx'@'localhost' (using password: YES) |
|
|
|
From: Encaps Date: October 03 2009, 05:40
|
Please make sure the database credentials are valid
Let me know
|
|
|
|
From: Guest Date: October 03 2009, 11:45
|
| thanks for the reply.. i created a database in my control panel (dbencaps) without the underscore as it doesnt accept database name with underscore sign in it.. is this the problem why i cant connect to the databse? |
|
|
|
From: Encaps Date: October 03 2009, 12:50
|
Underscore is not a reason.
Could you please show me the issue? |
|
|
|
From: Guest Date: October 03 2009, 14:49
|
| thanks..managed to fix it... |
|
|
|
From: Guest Date: September 29 2009, 05:22
|
Do you have a login in feature so that individual customers can only view there own photos
ie customer name
password
this would take them to the correct category
Regards
Mark |
|
|
|
From: Encaps Date: September 29 2009, 18:10
|
| There is no such feature |
|
|
|
From: Guest Date: September 28 2009, 18:55
|
Hi,
how could i manage such characters in the search :
é à è ö
?
When i do a search in my files, nothing comes and such characters in the search fiield are cleared.
any troubleshoot ? |
|
|
|
From: Encaps Date: September 29 2009, 01:37
|
| Show me your demo, please |
|
|
|
From: Guest Date: September 29 2009, 05:50
|
| http://***.*******-******.**/photo_service/index.php |
|
|
|
From: Guest Date: September 29 2009, 05:57
|
i've seen that my tables are in : latin1_german1_ci
and your pages are UTF-8 isn't it ?
that should be my problem. Am i right ? |
|
|
|
From: Encaps Date: September 29 2009, 18:09
|
| You may be right - try to synchronize charsets: edit catalog_head.htm and change the charset from utf-8 to your encoding. Or fix DB encoding |
|
|
|
From: Guest Date: September 28 2009, 10:18
|
| I am trying to install the encaps photo album. I know I must create the mysql DB first and then run the script to install the DB tables. But, what name do I give the DB? create database "encaps"? |
|
|
|
From: Encaps Date: September 28 2009, 18:05
|
| You may use existing database or create new one - just specify database name in encaps install script |
|
|
|
From: Guest Date: September 27 2009, 23:23
|
| I just upgraded to PHP 5.3 and I now get message about the date.timezone setting in the php.ini file. I populated it with different values and still have the same problem. Do you have a workaround for this? Thanks. |
|
|
|
From: Encaps Date: September 28 2009, 02:00
|
| Could you please show me the message on website, and your phpinfo()? |
|
|