photo album software
  PHP Gallery     Android WwWatchdog     Support     How To     Contact  
ArabicBulgarianChineseCroatianCzechDanishDutchEnglishFinnishFrenchGermanGreekHindiItalianJapaneseKoreanNorwegianPolishPortugueseRomanianRussianSpanishSwedishTurkish
»Ask your question«
 

From: Guest   Date: July 05 2010, 17:16
Hello, I bought version 2.0.6 some time ago and would like to switch to current v2.3.20.
Unfortunately, I can't keep the same data base (around 700 items added manually) since I get database access errors in the admin section, see below and no image is seen.

Is there any MySQL script I could use to convert the database to the newest version without doing everything again by hand?

SQL error:[SELECT * FROM eg_catalog_categs WHERE parent_id=0 ORDER BY rank,title,id]Table 'xyzxyz.eg_catalog_categs' doesn't exist

SQL error:[SELECT COUNT(*) FROM eg_catalog_items WHERE categ_id=0]Table 'xyz.eg_catalog_items' doesn't exist
      
From: Encaps   Date: July 06 2010, 09:09
Unfortunately there is no way to just uprade - the databases are different
            
From: Guest   Date: July 06 2010, 15:38
ok is there a way to get the source code for the latest version? I bought the source for v2,0,6
                  
From: Encaps   Date: July 06 2010, 16:15
Just send me your purchase id# for v.2.0.6 - I will send you the source code to the registered email address

From: Guest   Date: July 01 2010, 07:15
Weird thing said after installation:
Warning: set_time_limit disabled for security reasons...

I had to disable the line in admin/common.inc.php

Does this do any harm to the rest of the code or was is this a bug?

Not sure though...

regards,
Jens
      
From: Encaps   Date: July 01 2010, 20:15
It is not big deal if set_time_limit() is disabled by your webserver - you will be just limited to upload huge photos

From: Guest   Date: June 29 2010, 09:30
Is it possible to let viewers make a comment on a picture? I have read, that it is possible to include it, but I was not able to find that function or to enable it.
      
From: Encaps   Date: July 01 2010, 20:13
No - this feature is not implemented

From: Guest   Date: June 25 2010, 11:34
Hello, this gallery is really cool, but I have a question: can I do a search restricted only into one category? Such as, say word "ocean" in category: "tiles"?
      
From: Encaps   Date: June 27 2010, 12:23
Customization required

From: Guest   Date: June 24 2010, 13:22
Hi Andrew - I am working on the previous version of Encaps with a lot of customization, so I don't want to upgrade the software. I am trying to make the URLs read like http://***.com/photos/fish.php instead of using the catalog number and product id number. I found this in the FAQ: http://***.encaps.net/howto/#q_26, but it calls for files I don't have. Can I still do this kind of customization with my older version of Encaps? Thanks.
      
From: Encaps   Date: June 27 2010, 12:23
Yes, you can implement mod_rewrite to any apache driven scripts.
Next week I will try to finish the howto document according to the latest changes

From: Guest   Date: June 23 2010, 12:23
When Unzip I don't get the rwx_gallery folder
      
From: Guest   Date: June 23 2010, 13:01
ALSO GETTING THIS

Fatal error: Call to undefined function: date_default_timezone_set() in /home/content/u/n/i/universa/html/photos/common.ini.php on line 5

            
From: Guest   Date: June 23 2010, 19:53
THX ANDREW ... PHP UPDATE WORKED TO FIX PROBLEM

From: Guest   Date: June 22 2010, 08:16
1) How can I avoid direct image download ?
eg: http://***.mysite.com/rwx/imagename.jpg

2) when user pay through paypal, how can he download the images ?
      
From: Encaps   Date: June 22 2010, 14:01
1) To avoid direct image download you just turn the "watermark" on from admin/catalog_cfg.php

2) Customization required

From: Guest   Date: June 17 2010, 02:01
I've uploaded the program, it's now running but can't figure out how to "begin" . I need to upload the templates and then test the site. Am looking to upload many folders that contain other folders that contain images. Dont know if this software can do this.

thanks in advance for any help
      
From: Encaps   Date: June 18 2010, 08:16
You just upload your folders with photos into "encaps/ftp" directory, then run "admin/catalog_tools.php" from your webbrowser

From: Guest   Date: June 15 2010, 00:19
i was buy your product,

Itz great.

but please let me know , how to remove query printing in admin panel.

for ex---

SELECT * FROM encaps_catalog_categs WHERE parent_id=0 ORDER BY rank,title,id]
[SELECT * FROM encaps_catalog_categs WHERE parent_id=3 ORDER BY rank,title,id]
[SELECT * FROM encaps_catalog_categs WHERE parent_id=1 ORDER BY rank,title,id]
[SELECT * FROM encaps_catalog_categs WHERE parent_id=2 ORDER BY rank,title,id]
[SELECT COUNT(*) FROM encaps_catalog_items WHERE categ_id=3]
[SELECT COUNT(*) FROM encaps_catalog_items WHERE categ_id=1]
[SELECT COUNT(*) FROM encaps_catalog_items WHERE categ_id=2]
[SELECT COUNT(*) FROM encaps_catalog_items WHERE categ_id=0]


i want to remove this from admin panel.
      
From: Guest   Date: June 15 2010, 00:46
just goto core /db_sql.class.php

and in here change ------>>>>  debug ==0


function query($sql)
{
//0-silent
//1-show errors
//2-show all
if(!$this->debug)
$result=mysql_query($sql);
else
{
if($this->debug == 2)
echo "<br/>[".$sql."]";
$result=mysql_query($sql)
or print("<br/><b>SQL error:</b>[$sql]". mysql_error());
}
THATs ALL

From: Guest   Date: June 09 2010, 20:51
please let me know, how to add more images to one item.
please help me
      
From: Guest   Date: June 11 2010, 03:10
someone please help me...................
please...........
            
From: Encaps   Date: June 12 2010, 13:56
Customization required


Encaps © 2005-2012 PHP Gallery | Android WwWatchdog | Support | How To | Contact
?>