photo album software
  EncapsGallery     Demo     Download     Buy     Support     HowTo     Contact  

Ask a question...
 

From: Guest   Date: May 17 2007, 11:14
Hey I love this script, everything works except for when I delete an Image, it doesn't disappear and I'm using Version 1.7 and it gives the error

File is removed: ../rwx_gallery/Default/hookah_new.jpg
File is removed: ../rwx_gallery/Default/thumbs/hookah_new.jpg

Error: unable to execute query: [DELETE FROM encaps_gallery WHERE id = ;]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
File is removed: ../rwx_gallery/Default/pg05_highend.jpg
File is removed: ../rwx_gallery/Default/thumbs/pg05_highend.jpg




      
From: Encaps   Date: May 17 2007, 12:18
Thank you very much for the bug report.
the bug you described is already fixed since encapsgallery-1.7.7 release.
Please try fresh encapsgallery-1.7.10:
http://***.encaps.net/software/encapsgallery/encapsgallery.zip
and let me know.

From: Guest   Date: May 06 2007, 18:52
Hi - I have a large directory of JPG's. When I scan for new upload it is only discovering 14 new files at a time. This requires me to do multiple scans. Is there a time out value I can change so I can discover all new files?
      
From: Encaps   Date: May 07 2007, 06:42
Hello, I guess it depends from php script execution time, it is 30 seconds by default. You can increase this value (up to 5 mins, for example, or whatever you want) from "admin/gallery_head.php" file, add the following line:
ini_set("max_execution_time",60*5);
below the line #46:
ini_set("memory_limit","256M");
            
From: Guest   Date: May 07 2007, 09:43
Fantastic. That worked.

From: Guest   Date: May 06 2007, 10:13
I have successfully installed the gallery. When trying to delete an image from a category, it will show that the image was deleted successfully. Yet, when I go back to that specific category, the image is still there, and if I try to delete again, I get an SQL error message. I can delete the image manually from the sql database. Is there something I am missing, or is there an error in the code. When downloading the free version, the file size is larger than the source version. With the core files, smaller in size also.

I look forward to your feedback, and thank you for your time.

With kind regards,
Shannon
      
From: Encaps   Date: May 06 2007, 16:02
Hello Shannon,
it sounds like a bug, but I can't repeat it on my server. What EncapsGallery version do you use? Is it possible to look at your gallery?
            
From: Encaps   Date: May 06 2007, 18:24
Oh really, this bug is fixed with EncapsGallery-1.7.7

From: Guest   Date: May 05 2007, 07:01
hi there you did a great job but really i cant use it yet ...
i got this error message:

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: NO) in /httpdocs/album/core/DB_sql.php on line 13

Error: unable to connect database server: Access denied for user 'root'@'localhost' (using password: NO)
      
From: Encaps   Date: May 05 2007, 08:25
Hi, that means you should set up valid database connection parameters: database host name, database name, database user name, and password

From: Guest   Date: May 03 2007, 14:24
unkown host

error:
Error: unable to connect database server: Unknown MySQL Server Host 'carrierzonecom' (1)

If you could possibly e mail me I would be more than happy to give you all the links.

Thanks
      
From: Encaps   Date: May 03 2007, 14:33
Hello,
that means the database hostname is not correct.
Ask your hosting provider for a valid database host name

From: Guest   Date: May 02 2007, 02:35

From: Guest   Date: April 30 2007, 03:23
How to give permission for the folder in a windows 2003 server? since i tried to create directory or upload files it gives error?
this is the error:
Warning: mkdir(../rwx_gallery/test) [function.mkdir]: Permission denied

Warning: copy(../rwx_gallery/Agfair/1.jpg) [function.copy]: failed to open stream: Permission denied

can u please help me this one thanx
      
From: Encaps   Date: April 30 2007, 07:00
Hello,
unfortunately I have no chance to play on windows 2003 server,
but have some ideas how to get/set permissions:
- with ftp: right click on the directory, click "Permissions", check "write" and "execute" checkboxes;
- same for IIS control panel: right click on the directory, click "Permissions", check "write" and "execute" checkboxes;
Let me know.

From: Guest   Date: April 23 2007, 00:44
Hello,

I download your software and set it up on my site. The problem is that I can not use the admin utility. It never saves any edits I make on any of the pages. I checked the permisions on the config.ini.php and that is rwx rwx rwx and same with rwx_gallery and subfolders. If I manually edit config.ini.php and upload the changes, I can import all the pictures into the database and reinstall the database but I can not edit/delete categories nor can I edit the image descriptions and still can't save any changes to the admin page using the web page. Any ideas?
      
From: Encaps   Date: April 23 2007, 04:56
Hello,
please let me look at the issue online
            
From: Guest   Date: April 23 2007, 12:43
http://www._hostnamereplaced_.com/Gallery/admin/
                  
From: Encaps   Date: April 24 2007, 06:43
The problem is with php session mechanism: simple test files can't deal with sessions on your webserver.
So admin is not authorized after web-page is reloaded, and can't change database content.
I have not yet ideas how to fix this issue, let me think.
                        
From: Guest   Date: April 25 2007, 03:41
I think I got this working now. The session save directory was not cofigured properly in my php.ini file on my hosting company. I found a KB article on my hosting companys web site on ow to change it and it seems to be working. Thanks again for your help.

From: Guest   Date: April 21 2007, 04:24
Is it possible to change the dollar sign on the shopping cart to the pounds sterling sign or the Euro sign as I trade in these currencies?

If it is possible which page is this located?

Thanks,
      
From: Encaps   Date: April 23 2007, 05:09
Yes, it's possible to change the dollar sign to the pound or euro, but it is hardcoded into html templates. You can use html-editor for replace "$" symbol with:
€ Euro: € or €
£ Pound: £ or £
And also you should change currency code in the shopcart.php page, line #46:
<input type="hidden" name="currency_code" value="USD">

Files: "html/_skin_/gallery.html", "html/_skin_/gallery_custom.html" , "shopcart.php", "shopcart_preview.php"
            
From: Guest   Date: April 25 2007, 15:43
Thanks for your help with this. The only bit I am a bit confused about now is with the gallery_custom.html page. The gallery is working ok, but with the raym skin. I do not appear to be able to find a gallery_custom.html file in the folder. All the other skins this file exists.

Thanks,

Kevin

p.s. An excellent piece of software I would recommend to any one.
                  
From: Encaps   Date: April 25 2007, 17:09
Thank you for the feedback, Kevin!
You are right regarding the "gallery_custom.html" file - there is no such file in the "html/raym" directory, not nesessary for the "raym" skin.
                        
From: Guest   Date: April 26 2007, 13:24
How do I change the $ sign in this skin? I can not see where it would need to be changed in order to show either Euros or GB sterling.

Thanks,
Regards,
Kevin
                              
From: Encaps   Date: April 26 2007, 13:38
Oh, really, the raym skin
File "html/raym/gallery.html", line #74:
document.getElementById("photo_comment").innerHTML += "<br>$"+items_[position_]["price"];
There is the "$" character you can change whatever you need
                                    
From: Guest   Date: April 26 2007, 14:41
Missed that. Thank you very much.

Regards,

Kevin

From: Guest   Date: April 19 2007, 16:24

« 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 41 [42] 43 44 45 46 47 48 49 »

Share: Digg Reddit Del.icio.us Ma.gnolia Stumble Upon Facebook Twitter Google Yahoo! MyWeb Furl" BlinkList Technorati Mixx Windows Live
Encaps Team © 2005-2008 EncapsGallery | Demo | Download | Buy | Support | HowTo | Contact