photo album software
  EncapsGallery     Demo     Download     Buy     Support     HowTo     Contact  

Ask a question...
 

From: Guest   Date: April 02 2007, 23:04
Directory ../rwx_gallery/Default/thumbs/ is not writable
File upload is failed
I get this when I try to upload image from back end
      
From: Encaps   Date: April 03 2007, 06:57
Please change permissions for "rwx_gallery" directory and subdirectories for allow
webserver to change it's content:
run the following command from console:
chmod -R 777 rwx_gallery
or set "rwx rwx rwx" permissions with your ftp-client software

From: Guest   Date: April 02 2007, 02:09
hello sir
This is so useful & great gallery.

I want sort the images in main categry & subcategory.

please give me advice how to create main catagory?
& how to upload images in sub catagory.

waiting for your reply.

thanks
      
From: Encaps   Date: April 02 2007, 06:20
Hello,
thank you.

For create a main category you can just create a category.
To make it main you can just create subcategory: create another category, and select main
category as "parent id". So, main category be "parent", subcategory
be "child"
For upload images into subcategory just select subcategory in the "Add new
image" form from back-end; or upload your images by ftp into relevant directory
inside the "rwx_gallery", and next click on "Scan for new uploads" tab

From: Guest   Date: April 01 2007, 11:21
Hello

I have just installed the php photo gallery from your site - it works fine, but when i scan for new uploads, it can't find the last pictures and it says

"Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 3240 bytes) in /customers/avalongameclub.dk/avalongameclub.dk/httpd.www/galleri/core/Misc.php on line 271"

What can i do?

/Thorbjørn from Denmark
      
From: Encaps   Date: April 01 2007, 16:34
That means amount of memory is limited for php,
you can try to increase this value,put the following line
ini_set("memory_limit","256M");
into "admin/gallery_head.php" file.
Let me know does it work for you.

From: Guest   Date: March 31 2007, 14:41
I have just purchased the source code for the gallery and uploaded the files to the core folder.

The gallery no longer works and I get this error:


Warning: Missing argument 2 for gallery() in /home/content/C/a/k/Cakes4Occas/html/core/Gallery.php on line 4

Fatal error: Call to a member function on a non-object in /home/content/C/a/k/Cakes4Occas/html/core/GalleryCategory.php on line 44


How do I fix this?


      
From: Encaps   Date: March 31 2007, 17:23
It looks like you are trying to merge different versions of sources and gallery. If so, please replace all your gallery files EXCEPT the skin you developed (save /html/ directory) with the newest package, and overwrite the sources again.
If you are not sure is everything ok, please do not hesitate to contact me with MSN, AIM or Yahoo

From: Guest   Date: March 29 2007, 19:11
I want to use Encaps on my website, which is hosted by Yahoo. It supports PHP and MySQL, and it says my database is active. I've loaded the software up, and pulled up the configuration screen, but can't figure out what to put in for the first two items of the configuration screen.

Database SQL-server (DNS name or IP):
Database name:

I've tried a number of combinations, like "http://***.mysite.com" with "mysql" for the database name, arbitrary database names, and a variety of other things. Obviously, I'm a novice with this stuff.

Any help would be appreciated.
      
From: Guest   Date: March 29 2007, 19:56
Just figured it out. It worked when I just typed mysql for the server name and for the database name, I used a name I set up with the PHPmyadmin database administrator.

From: Guest   Date: March 27 2007, 15:05
Hi,

I was wondering if it was possible to change which file the url points to in the pagination the bottom of the thumbnails (Page 1,2 all point at gallery.php?offset=6&cat=2)

In order to integrate this into a site, I have to change that url on several different pages for different sections.

(for instance, on a test page, have it point to test.php?offse=6&cat=2)

Here's what i'm looking at for reference:
http://***.109.245.111/test.php?cat=2

Thanks in advance for any input you can give me -- I'll be purchasing the source code soon!
      
From: Guest   Date: March 27 2007, 15:22
I figured it out! Thanks anyway, though!

From: Guest   Date: March 24 2007, 09:57
after i upload and unzip the file to my server what shall i do i can find an installer to install ? i also went to the page name and i got


Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /home/fhlinux209/c/cruizcontrol.co.uk/user/htdocs/pic/picx/core/DB_sql.php on line 11

Error: unable to connect db serverCan't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (
      
From: Encaps   Date: March 24 2007, 15:43
After you unzipped the package onto your webserver, you should configure it - go to admin/gallery_cfg.php, next run database installer - admin/gallery_install.php

From: Guest   Date: March 23 2007, 20:23
Is it possible to remove "Photo gallery software" the end of galeri pages
      
From: Encaps   Date: March 23 2007, 20:31
You can buy the sources - the bottom link is removed from there

From: Guest   Date: March 23 2007, 12:21
Can I .swf Files Upload too. And how can I this file play.
      
From: Encaps   Date: March 23 2007, 12:27
Sure, you can upload ".swf"-files! Front-end and back-end skins already featured. Also you can set width and height of uploaded resource. Take a look at the demo:
http://www.encaps.net/demo/encapsgallery/?action=show_custom&id=122&cat=12

From: Guest   Date: March 22 2007, 10:52

I have alreday [chmod -R 777 rwx_gallery ] succesfull excecuted.
but I have the following message during installation
can you help me


Warning: opendir() [function.opendir]: Unable to access ../rwx_gallery/Default/thumbs/ in /srv/www/web91/html/encapsgallery/admin/gallery_install.php on line 80

Warning: opendir(../rwx_gallery/Default/thumbs/) [function.opendir]: failed to open dir: No such file or directory in /srv/www/web91/html/encapsgallery/admin/gallery_install.php on line 80

Warning: readdir(): supplied argument is not a valid Directory resource in /srv/www/web91/html/encapsgallery/admin/gallery_install.php on line 81
      
From: Encaps   Date: March 22 2007, 10:59
Hello,
please show me the result of chmod.
I mean could you run the following command and show me output:
ls -l rwx_gallery

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

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