photo album software
  Home     Demo     Download     Buy     Support     HowTo     Contact  

Ask a question...
 

From: Guest   Date: March 15 2007, 18:38
How can I change configuration to show on main page of gallery only list of category (with or without thumb of one picture from category). Unfortunately in default as first is shown first gallery and it's no what is idealy for me. I'm using theme based on ACD theme.
      
From: Encaps   Date: March 16 2007, 09:25
thank you for the idea, I'm working on this.
will let you know.
            
From: Encaps   Date: March 18 2007, 18:44
Already done: http://www.encaps.net/software/encapsgallery/www/gallery_categs.php
                  
From: Guest   Date: March 19 2007, 05:37
Is this an automate php script, or hand made static html script. With html I'll handle, but if it automaticly generated site, please give me a source of gallery_categs.php
                        
From: Encaps   Date: March 19 2007, 08:16
I guess you mean html source for the gallery_categs.php?
Take a look at the html/_skin_/gallery_cats.html.
It is not static html, there is some php implemented.
                              
From: Guest   Date: March 19 2007, 08:28
thx, I'll look for this.

ps. If I can suggest something, look for "&" in code of theme ACD, thet shoulb be "&". Without changeing it manually validation is "not to good" (I'm implemented this gallery to site with doctype xhtml strict, but I think, it would be better even in doctype html)

From: Guest   Date: March 15 2007, 01:26
Hi

I am running LAMP (php5.2.1, mysql4.1.14) Does the software work with this config??

It seems to do most things, but it doesnt scan for new photos. (incidently, how do I scan fror new images properly? Where do I upload them to? rwx_gallery or the relevant sub dir?

Arieh
      
From: Encaps   Date: March 15 2007, 07:57
I did not test the gallery on LAMP, but it works properly with php4, php5, mysql4, mysql5.
For initiate scanning "rwx_gallery" directory you should run "Scan for new uploads" script from back-end
You should upload new files to the relevant subdir of the "rwx_gallery" directory

From: Guest   Date: March 14 2007, 13:31
Hi,

you helped me with my installation below...

Now I have a little problem with integrating my gallery ...

www.irishphotography.co.uk/gallery2/

The default category does not want to go to page 2, and if the category is changed, all embedding is lost.

Can you advise me on best way to embed gallery as I have tried to do?

Thanks
      
From: Guest   Date: March 14 2007, 13:32
Sorry, link was wrong...

http://www.irishphotography.co.uk/gallery2/galleryhome.php
            
From: Encaps   Date: March 15 2007, 11:39
1) you can modify the gallery navigation: remove the "gallery.php" from navi,
or 2) replace it with "galleryhome.php"
or 3) include your website header and footer into the "gallery.php" file.

From: Guest   Date: March 12 2007, 10:59
A few questions:

1) my site has parent and child categories, but when I select the parent in the navigation, the results show "empty", per the script.
Can you advise how to make a parent category display all the items under it, rather than nothing

2) Would you be able to offer an add-on script that allows the mysql data tables to be fed via excel

3) would you accept paypal for the source code

Thank you
      
From: Guest   Date: March 12 2007, 17:06
1) could you please show me your demo online for I can guess why navigation is broken,
and send me your skin, if possible

2) I did not hear about ready add-on for modify mysql tables via exel, it should be made from the scratch

3) unfortunatelly I can't receive Paypal payments
            
From: Guest   Date: March 13 2007, 05:27
Here's the site:
http://***....../catalog/gallery.php?cat=2

If you click on Dinnerware, you don't see the child
results.

The admin area is open, if you want to check how I
constructed the categories, etc.
                  
From: Encaps   Date: March 13 2007, 13:45
Everything is ok with the code: there are no items (0) in the "Dinnerware" category:
http://***...../catalog/admin/gallery.php
That is the reason why front-end "Dinnerware" is empty.

From: Guest   Date: March 08 2007, 02:40
i just got the source code and i loaded it to my server.
Now i get the following error message in gallery_custom.
What does it mean. Can you help please??

Error: unable to execute query: [SELECT g.*,c.dst_dir FROM encaps_gallery AS g LEFT JOIN encaps_gallery_category AS c ON g.cat=c.id WHERE g.id=24 ]Unknown column 'c.dst_dir' in 'field list'
      
From: Encaps   Date: March 08 2007, 04:27
The error you described means you are using new sources for old
EncapsGallery database, or there are some problems with the package.
Please provide me with details: what EncapsGallery release do you use, what
version of Php and Mysql?
            
From: Guest   Date: March 08 2007, 04:53
I´m using encaps Version 1.31 - Server PHP5
                  
From: Encaps   Date: March 08 2007, 04:59
I've sent you sources for your EncapsGallery-1.3.1
(The code you downloaded is for EncapsGallery-1.6)
                        
From: Guest   Date: March 09 2007, 02:02
That`s it. You`re Right. The version 1.6 needs an new database.
As I installed everything new now, incl the database, it`s running perfectly.
Thanks for your help indeed. Good and quick service.

From: Guest   Date: March 07 2007, 18:58
Hi,

I installed ok (after some time) but now get error:

Warning: _show(./html/simple_sc/gallery.html): failed to open stream: No such file or directory in /home/irishpho/public_html/gallery2/core/Gallery.php on line 62

Warning: _show(): Failed opening './html/simple_sc/gallery.html' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/irishpho/public_html/gallery2/core/Gallery.php on line 62

in the gallery admin backend. The frontend appears to be ok, but the errors above mean I cannot upload my pics.

Thanks
      
From: Encaps   Date: March 08 2007, 04:39
I guess you modified the /admin/config.ini.php, line #2 from
"$config["theme"] = '';"
to
"$config["theme"] = './html/simple_sc/';"

or removed line #45 :
"include("./config.ini.php");"
from the /admin/gallery_head.php

Please send me your files
admin/config.ini.php and admin/gallery_head.php
            
From: Guest   Date: March 08 2007, 07:21
Email sent with both files.

Hope this helps.

Tony
                  
From: Guest   Date: March 08 2007, 07:42
If the config.ini.php file you sent is from admin/ subdirectory, it explains the issue.
There are 2 config-files: general config is in the application root directory: encapsgallery/config.ini.php,
and second one is
encapsgallery/admin/config.ini.php
Generally you do not need to modify second file, normally you can leave it empty. Only if you'd like to customise some config-settings for back-end you can modify it.
In your case you applied the
$config["theme"] = "simple_sc";
for the back-end, but you don't need it.

Just restore the encapsgallery/admin/config.ini.php from the package you downloaded.
                        
From: Guest   Date: March 08 2007, 07:59
Excellent!

This fixed it. Thak you very much.

Excellent support!

From: Guest   Date: March 07 2007, 14:47
Hi I love the RAYM layout -- but I dont want to sell my photos I just want to post them, is there any way to turn Shoping cart off?
      
From: Encaps   Date: March 08 2007, 04:27
You can just remove the "Buy" button from the skin, and remove shopcart.php,
shopcart_checkout.php, shopcart_preview.php files.

From: Guest   Date: March 05 2007, 22:04
I'm trying to get this running but having problems. I get this error when I try to run .../encapsgallery/admin/gallery_install.php, Warning: mysql_connect(): Can't connect to local MySQL server through socket '/usr/local/mysql-5.0/data/mysql.sock' (2) in /home/content/r/o/c/rocksolidtile/html/encapsgallery/core/DB_sql.php on line 11

Error: unable to connect db serverCan't connect to local MySQL server through socket '/usr/local/mysql-5.0/data/mysql.sock' (2). I think it is because I left localhost in database server dns-name or ip-address... I have godaddy and set up a database through that what would I put as the database?
      
From: Guest   Date: March 05 2007, 22:10
I got that part to work... now I'm having this issue: Error: unable to select db GalleryAccess denied for user '...' to database 'Gallery'
      
From: Encaps   Date: March 06 2007, 07:03
It looks like your database connection settings are incorrect
            
From: Guest   Date: March 06 2007, 15:47
I got it all working but when I change the html file it doesn't chagne? Do I have to update something for the changes to take affect?
                  
From: Encaps   Date: March 06 2007, 17:17
There are some skins available for customize, but only one can be active at a moment.
I guess you made changes but did not inactivate a skin.

From: Guest   Date: March 01 2007, 13:09
Can anyone tell me if this has the ability to add a folder and it will automatically display all files in the folder? I dont want to load each one separatly as there are too many of them. Just want to add folders and have the pages generate thumbs and pics automatically.

      
From: Encaps   Date: March 01 2007, 13:18
Hello,
I see what you mean,
but unfortunatelly this feature is not yet implemented in current EncapsGallery-1.3.1 release.
But thanks for idea, I will add this feature for next release
      
From: Encaps   Date: March 04 2007, 19:03
This feature is implemented with EncapsGallery-1.6 release

From: Guest   Date: February 15 2007, 18:09
I just installed 1.2.8
XP IIs (sorry)
PHP4.4

Many errors on _cfg.php ....more on _install.php

tables were created....

config.ini.php was not saving all the required variables. Hacked them back in and removed write permissions.

I now have the following error(s):

1. Notice: A session had already been started - ignoring session_start() in c:\inetpub\wwwroot\admin\common_head.php on line 2

2. Notice: Undefined variable: config in c:\inetpub\wwwroot\admin\gallery_head.php on line 4

3. |
Notice: Undefined index: REQUEST_URI in c:\inetpub\wwwroot\admin\html\gallery_navi.html on line 23

4.Notice: Undefined index: subtotal in c:\inetpub\wwwroot\core\GalleryCategory.php(1) : eval()'d code on line 67

5. Notice: Undefined property: offset in c:\inetpub\wwwroot\core\Gallery.php(1) : eval()'d code on line 59

6. In the drop down box - undefined index cat....gallery.html line 14

And well some more undefined index's. Am I doing something wrong here? sorry for that I was hoping for a smooth ride but.....

If you can point me in the right direction I would appreciate it.

regards



      
From: Encaps   Date: February 15 2007, 18:21
Oh,thank you for info.
Give me some hours for do test under IIS+PHP
      
From: Encaps   Date: February 21 2007, 07:19
Really, there are a lot of errors under IIS.
Will fix them
Thank you for info

« 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 50 »

Encaps Team © 2005-2009 Home | Demo | Download | Buy | Support | HowTo | Contact