photo album software
  EncapsGallery     Demo     Download     Buy     Support     HowTo     Contact  

Ask a question...
 

From: Guest   Date: July 17 2007, 15:13
Firstly I love the software! I am using the "acd" theme, and it works very well. I was wondering if the following customization is possible:
I would like to have a front page with the category names and thumbnail under each one. When you click on the name or thumbnail you go to the standard acd gallery page. Everything else would remain the same.

Here is an image of what I am thinking of:
http://***.2fishinthesea.com/album.gif

Is this possible?

Thanks for the software and the advice!
      
From: Encaps   Date: July 18 2007, 06:46
Hi, thank you.
the feature you described is already done (if I got it right), you might run the file "gallery_categs.php"
http://***.encaps.net/software/encapsgallery/demo/gallery_categs.php
Let me know does it work for you.

From: Guest   Date: July 09 2007, 17:10
Okay... well I got paypal sandbox working. But the "Shopcart" link never updates in the admin console of Encaps. Shouldn't the paypal sale information be populated there?
      
From: Encaps   Date: July 10 2007, 06:34
You are right,
back-end should reflect shopcart sales.
Could you please let me check it out?

From: Guest   Date: July 09 2007, 16:32
I trying to get the shopping cart working. I have setup the IPN RUL through Paypal sandbox, to point to: http://***.mywebserver.com/gallery/shopcart_ipn.php. However when ever I hit checkout it doesn't do anything.
      
From: Guest   Date: July 09 2007, 16:38
Basically the error I get from paypal is:

We cannot process this transaction because there is a problem with the PayPal email address supplied by the seller. Please contact the seller to resolve the problem. If this payment is for an eBay listing, you can contact the seller via the "Ask Seller a Question" link on the listing page. When you have the correct email address, payment can be made at www.paypal.com.
      
From: Guest   Date: July 09 2007, 16:42
Basically the error I get from paypal is:

We cannot process this transaction because there is a problem with the PayPal email address supplied by the seller. Please contact the seller to resolve the problem. If this payment is for an eBay listing, you can contact the seller via the "Ask Seller a Question" link on the listing page. When you have the correct email address, payment can be made at www.paypal.com.
      
From: Guest   Date: July 09 2007, 16:57
Sorry, I forgot to put the buisiness email in the config file. Maybe it should say Paypal Business email or something, I actually thought it was your business email...heh... stupid me.

From: Guest   Date: July 04 2007, 16:36
I've installed and configured, everything works fine.
I want to pay for it, to remove the small banner, but I customized already a lot (design). Can I buy the software and remove the bottom link without reinstalling everything?
      
From: Encaps   Date: July 05 2007, 02:33
Sure, after you will obtain the source code, you will able to apply update without reinstalling the gallery. So you will save the database and your customizations.

From: Guest   Date: July 04 2007, 14:28
After FTP de images, I do 'Scan for new uploads', but I get this error:
Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 10368 bytes) in ..
      
From: Guest   Date: July 04 2007, 16:34
never mind, it's fixed... files were too big

From: Guest   Date: July 03 2007, 18:21
Is there any way to change the code so that when a thumbnail is clicked, the image opens in a new window?
      
From: Encaps   Date: July 04 2007, 11:01
Sure, take a look into the file "html/_your_skin_/gallery.html":
there is target="_self" parameter for a thumbnail link, you can change it to target="_blank"

From: Guest   Date: July 03 2007, 12:37
I would like to know if you can add this to an exsisting html page? I would like to be able to have it look like the rest of the pages including nav bar(javascript) and images? Is this an option with this gallery?

Any info would be great.

      
From: Encaps   Date: July 03 2007, 14:25
For change the gallery look you can apply required modifications into
1) gallery_head.html and gallery_foot.html files,
or
2) use desired skin files (one or all, depends from your requirements) as source for customising.

First option is simple, but second one is more flexible

From: Guest   Date: July 02 2007, 19:56
Hello,

I've downloaded and then uploaded the installation files and changed the permissions as on the README file.

At the third step "3) configure it:" I get the following error.


Fatal error: main() [function.require]: Failed opening required '/homepages/1/d208599772/htdocs/encapsgallery/core/Config.php' (include_path='.:/usr/local/lib/php') in /homepages/1/d208599772/htdocs/encapsgallery/core/core.php on line 2
      
From: Encaps   Date: July 03 2007, 04:42
I guess something wrong with the package content you unzipped.
What archiver software did you use for unzip the package?
Could you please show me your gallery online?
            
From: Guest   Date: July 03 2007, 12:59
I just uploaded the zip file and unzipped it through shell.

                  
From: Guest   Date: July 03 2007, 14:22
Thanks. All problems solved. I've seen many php developers that just develop and don't want to provide any kind of support but you've been great so far.

Thanks again.
      
From: Guest   Date: July 07 2007, 09:42
for your better enhancement .. use this FTP server .. www.net2ftp.com

FTP Server: your.site.com

User name: your site

Password: website password.

when you loged in ftp server then upload your encapsgallery zip file to unzip check on encapsgallery and click on unzip it will unzip.. Go to encapsgallery directory and open config.in.php file & configure it type ur database and user name as well as password. delete previous config.in.php file and upload file which you have configured..

now Run the Setup .. www.your.site.com/encapsgallery/admin/

From: Guest   Date: July 01 2007, 08:23
Sorry, I am new to using php stuff and I am having problems getting to view the photos that I have uploaded to my webserver.
HOW DO I or anyone view the photo I have uploaded through a browser ?

YOUR HELP WOULD BE MOST APPRECIATED
      
From: Encaps   Date: July 02 2007, 03:38
Could you please show me the gallery online for I will check it out?
Or please provide me with more details about what happens.

            
From: Guest   Date: July 02 2007, 04:12
Thats the problem, I dont know how to get to it on line.
Thanks
                  
From: Encaps   Date: July 02 2007, 04:31
Follow these steps for install EncapsGallery:
1) unzip the package onto webserver (let's say http://***
2) change permissions to config-file and uploads directory:
you should provide full access for web-server user to the "rwx_gallery" folder:
Unix:
chmod -R 777 rwx_gallery
chmod 666 config.ini.php
Windows:
change file attributes to "rwx rwx rwx" for "rwx_gallery" directory, and config.ini.php file

3) configure it: http://***.php
4) run database installer: http://***.php
                        
From: Guest   Date: August 30 2007, 14:51
Two things - should this be loaded into the 'www' folder...

and where can I get info on how to configure?

Thanks in advance.
                              
From: Encaps   Date: August 30 2007, 15:01
Hello,

1) you can run it from any public directory of your web server,
if it is "www", upload the gallery there and configure it.

2) how to configure (readme.txt):
- change permissions for config-file and uploads directory:
you must provide full access for web-server user to the "rwx_gallery" folder:
under Unix shell:
chmod -R 777 rwx_gallery
chmod 666 config.ini.php
or using ftp client software:
change file attributes to "rwx rwx rwx" for "rwx_gallery" directory, and config.ini.php file

- configure the gallery: run http://***.php
- run the database installer: http://***.php
                                    
From: Guest   Date: April 27 2008, 01:05
I have seen these instructions to change the permissions to "rxw rxw rxw" for both the "config.ini.php" file and the "rxw_gallery" folder. When I go to the "/encapsgallery-2.0.4/admin/catalog.php" file and try to manually enter a file, I get a message yet again...

"Warning: File upload failed - please check rwx_gallery and rwx_gallery/thumbs permissions"

I have checked Several times. All the files have the correct permissions set... What can be done to resolve this?
                  
From: Guest   Date: July 02 2007, 04:34
Hi Again, I seem to have now been able to sus this out.
However, I only want to use this as a gallery and not as a commerce site.
Is there a way to turn this element off?
                        
From: Encaps   Date: July 02 2007, 04:37
Sure, you can disable shopping cart from back-end, so it will be just a gallery

From: Guest   Date: June 29 2007, 23:32
Hello,

Gallery script works great but unable to get the PayPal shopping cart going. The Gallery displays the price as $0
and will take you to the "view cart" which also displays items as $0 and then to the paypal website which says you have to select items, but that's probably related to
the $0 amount. All permissions set, valid URL to shopcart_ipn.php. Any clue???

Thank you.
      
From: Guest   Date: June 30 2007, 16:24
FIXED IT! It was the permissions.
            
From: Encaps   Date: July 02 2007, 03:35
Could you please let me know what other permissions did you set up?
            
From: Guest   Date: August 18 2007, 13:39
I'm having the same problem. What permissions needed to be changed?

« 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 [30] 31 32 33 34 35 36 37 38 39 40 »

Encaps Team © 2005-2008 EncapsGallery | Demo | Download | Buy | Support | HowTo | Contact