photo album software
  EncapsGallery     Demo     Download     Buy     Support     HowTo     Contact  

Ask a question...
 

From: Guest   Date: June 12 2007, 22:18
Hi there,

What is causing the following errors after initial installation? Is this a MySQL error? Do you mind telling me what on earth I have done wrong?

Error: unable to execute query: [SELECT * FROM encaps_gallery_category ORDER BY parent_id,pos,id]Table 'spinner_encaps.encaps_gallery_category' doesn't exist
Error: unable to execute query: [SELECT * FROM encaps_gallery_category WHERE parent_id=0 ORDER BY pos , id]Table 'spinner_encaps.encaps_gallery_category' doesn't exist
Error: unable to execute query: [SELECT * FROM encaps_gallery_category ORDER BY parent_id,pos ]Table 'spinner_encaps.encaps_gallery_category' doesn't exist
Error: unable to execute query: [SELECT COUNT(*) FROM encaps_gallery WHERE cat = 0]Table 'spinner_encaps.encaps_gallery' doesn't exist
Error: unable to execute query: [SELECT * FROM encaps_gallery_category ORDER BY parent_id,pos,id]Table 'spinner_encaps.encaps_gallery_category' doesn't exist
Error: unable to execute query: [SELECT * FROM encaps_gallery_category WHERE parent_id=0 ORDER BY pos , id]Table 'spinner_encaps.encaps_gallery_category' doesn't exist
      
From: Encaps   Date: June 13 2007, 19:36
Hi,
I guess the database has not being installed.
Let me look at your gallery online

From: Guest   Date: June 02 2007, 03:45
Is any posibility to change sequence of images? I mean to sort DESC by image posiion. Unfortunately changing manualy positions is not ideal solution because after position change I've got 2 images with the same position and in this solution i must change manualu position of rest pictures. My only need is to show recently pictures at first without changing positions of all pictures.
      
From: Encaps   Date: June 04 2007, 06:40
Hello,
if you obtain the gallery source code, you can change the images sequence by modifying sql-query from the "core/Gallery.php":
"SELECT * FROM encaps_gallery ORDER BY position DESC"
            
From: Guest   Date: November 27 2007, 19:26
I 'd like to sort same way but there is no file ..core/Gallery.php :-(
                  
From: Encaps   Date: November 28 2007, 19:00
It's /core/catalog.class.php in the latest release
                        
From: Guest   Date: January 14 2008, 00:30
Ok. Everything works fine, but link next go to previous and link previous go to next. Can you show how to fix it?
Thanks!
                              
From: Guest   Date: January 17 2008, 20:06
So, how to fix it?

From: Guest   Date: May 31 2007, 18:24
Hey, I finally got the Album installed. Not I am working on the Uploading part.

Now there is a Few things that i would like to know.

Before I create any categories, there is one that already exists by default. When I upload my First files, should I rename that Default Category, delete it or just leave it as is?
      
From: Encaps   Date: May 31 2007, 18:30
Hey,
you can rename default category, delete, or leave it - whatever you want .

From: Guest   Date: May 30 2007, 21:26
I love the script, and am interested in having you customize it for my usage. What I need is the script to work as it does out of the box for 80% of the images on my site. However, I want a separate category (for example, "paid" images) that a user can click on the category and see tiny thumbnails, but after clicking on a thumbnail, they are then directed to a "the images in this folder require payment, donation, etc".

I like the idea of paid images, but I want the payment to be for the entire category/folder (and only in that specific folder), not the individual images.

I'm sure this would be an easy tweak for you. I noticed your customization rate of $10/hr. How long do you estimate this would take to do?

Separately, I'd like a user-upload section, where anyone can post like images, and preferably use CAPTCHA as you've done on this form. Please estimate pricing for this tweak as well.

Thanks in advance, and AWESOME script!

From: Guest   Date: May 30 2007, 10:14
I've been searching for days and finally found your software. Simply wonderful! It is exactly what I was looking for. Thanks!!!

JP

From: Guest   Date: May 26 2007, 12:41
hi there
thanks for a great product

question 1:
I want to be able to change the font size and colour
as well as the colour of the categories box
is that posible?

question 2:
do i have to purchase the script to be able to make changes? if i do buy the scrip what else can i change

question 3:
you talk about skins on teh website but i cannot seem to find any?

thanks have a super day

      
From: Encaps   Date: May 26 2007, 16:36
Hi,

1) If you'd like to change fonts,color, take a look into the skins directory - "gallery/html/" : there are html files and css you can change

2) If you'd like to change look you can modify html-templates from the "gallery/html/" - you don't need to buy the php sources.
In case if you'd like to change the logic somehow (and remove the copyright string) you can buy the sources for modifications.
After you obtain the sources you are able to do whatever you'd like to.

3) The skins are located in the "gallery/html/" directory

From: Guest   Date: May 25 2007, 23:07
Hey, this Album is Amazing I've been looking for something like that for ages. I have a few problems duh!

I set up the first part like you said with:run http://***.php

and then when I reach that part:http://***.php it gives me an Error message

Warning: mysql_connect() [function.mysql-connect]: Access denied for user: 'root@localhost' (Using password: NO) in /home/magi1126/public_html/Album/core/DB_sql.php on line 13

Error: unable to connect database server: Access denied for user: 'root@localhost' (Using password: NO)
Please configure the database parameters first »

Can you help me please and let me know what is that!

And what is the Main page to see the Album if I want to link directly to the Index :)?
      
From: Encaps   Date: May 26 2007, 16:41
Hey,
thank you.

After you run the page "http://***.php" you should set up valid database parameters: database host, database name, database user, password.
Next you will be able to install the database tables.

Actually index page is the gallery main page.
            
From: Guest   Date: May 27 2007, 21:03
Thanks for replying, I've actually done all that already, but for some reason I still have an Error message?

How exactly am I supposed to Set up the database Infos?

I put my Website IP on the Database SQL-server (DNS name or IP):

I named the Database : Album

Databse User: what am I supposed to put there?

Password: can be anything

Tables prefix:what is that supposed to be?

that is the message it gives me now :(

Warning: mysql_connect() [function.mysql-connect]: Access denied for user: 'root@megs20.___.com' (Using password: NO) in /home/magi1126/public_html/Album/core/DB_sql.php on line 13

Error: unable to connect database server: Access denied for user: 'root@megs20.___.com' (Using password: NO)
Please configure the database parameters first »

Can you please tell me what I did wrong here?
                  
From: Encaps   Date: May 28 2007, 08:32
Hello,
you should know database settings exactly. Please ask your hosting provider for
database host, database name, database user, password.

From: Guest   Date: May 24 2007, 00:39
I use Encaps just for my local intranet to uploading all my personnal photo before I uploaded to www.ayofoto.com !

I need exif information for all my photos that uploaded using Encaps, so I added the php code as You see below :

<div class="myexif">
<?php
$file="rwx_gallery/".$html["cat"]["dst_dir"]."/".$item["filename_normal"];
$exif=exif_read_data($file,0,true);
if (exif_imagetype($file) == IMAGETYPE_JPEG && $exif['IFD0']['Model'] != ""){
echo "<br> Actual Image Size : ".$exif['COMPUTED']['Width']." by ".$exif['COMPUTED']['Height']." pixels";
echo "<br> Aperture : ".$exif['COMPUTED']['ApertureFNumber'];
echo "<br> Shutter Speed : ".$exif['EXIF']['ShutterSpeedValue'];
echo "<br> Length : ".$exif['EXIF']['FocalLength']." mm";
echo "<br> Picture Taken : ".$exif['EXIF']['DateTimeOriginal'];
echo "<br> Make by : ".$exif['IFD0']['Model'];
}else{ echo "<br>Exif Info not Available"; }
?></div>&nbsp;

at gallery.html file !

I hope You don't mind, and in a meanwhile maybe You can create a photografer template that already include the exif info !

Thanks for Encaps Photo Gallery ! You did a greate job !
      
From: Encaps   Date: May 24 2007, 16:44
Thank you very much for the recipe!

From: Guest   Date: May 23 2007, 23:42
Very nice script enjoying it very much
Just curious if there is a way to remove
the entire buying process and just
allow users to download the photos posted.
Instead of having them the option to purchase.

Sincerely,
Ac



      
From: Encaps   Date: May 24 2007, 16:40
Hello,
you can disable the buying from the gallery back-end, check off config parameter "Shopping cart: active"
Actually users are able to download photos by right-click "Save as"
            
From: Guest   Date: May 24 2007, 20:39
Ty For the quick reply really appreciate it
I am just using it for wallpapers for my users
and didn't want to have the but option
no need for that.

Thanks again,
Ac

From: Guest   Date: May 21 2007, 09:37
I have unloaded and changed permissions on the files/folders as described. And I am getting this message when I load the gallery_cfg.php

PHP Warning: session_start() [function.session-start]: open(C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\php\session\sess_oo8rk47tnu2077kft1j2hfpng0, O_RDWR) failed: Permission denied (13) in C:\websites\rickandcindi.congdons.net\encapsgallery\admin\gallery_auth.php on line 1 PHP Warning: Unknown: open(C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\php\session\sess_oo8rk47tnu2077kft1j2hfpng0, O_RDWR) failed: Permission denied (13) in Unknown on line 0 PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\php\session) in Unknown on line 0
      
From: Guest   Date: May 21 2007, 21:13
I forgot to mention that I'm running it on IIS.
            
From: Encaps   Date: May 22 2007, 16:29
Hello,
I guess it relates to IIS configuration: "Please verify that the current setting of session.save_path is correct"
                  
From: Guest   Date: May 22 2007, 19:52
Where would I find that? I searched all of the source code for the encapsgallery and nothing was found?
                        
From: Encaps   Date: May 23 2007, 03:21
You will not find this setting in the gallery - you must configure IIS

« 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