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

From: Guest   Date: April 06 2009, 13:50
In my catalog_head.php file in the header it is giving me this message:

header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");

I had my site up and working for several months using encaps gallery and then it just stopped working.

How do I fix this problem?
      
From: Encaps   Date: April 06 2009, 15:31
Could you please contact me with Instant Messenger?
I'm now sure I understood the issue.
I mean nothing wrong with that line - it's just direction for a browser to do not cache the page. Please contact me with IM.

From: Guest   Date: April 05 2009, 11:57
Where do it change the lauguage of the shoppingcart: countine shopping ect. ?

And the same for the overall index: Catagories ect?
      
From: Encaps   Date: April 05 2009, 12:15
You could edit html templates

From: Guest   Date: April 03 2009, 02:47
hi,
I change the server and its started giving these error. How can it be fixed.?

"
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/shazi/public_html/catalog.php:3) in /home/shazi/public_html/catalog_head.php on line 2

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/shazi/public_html/catalog.php:3) in /home/shazi/public_html/catalog_head.php on line 2

Warning: Cannot modify header information - headers already sent by (output started at /home/shazi/public_html/catalog.php:3) in /home/shazi/public_html/catalog_head.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /home/shazi/public_html/catalog.php:3) in /home/shazi/public_html/catalog_head.php on line 4

Warning: Cannot modify header information - headers already sent by (output started at /home/shazi/public_html/catalog.php:3) in /home/shazi/public_html/catalog_head.php on line 5

Warning: Cannot modify header information - headers already sent by (output started at /home/shazi/public_html/catalog.php:3) in /home/shazi/public_html/catalog_head.php on line 6

Warning: Cannot modify header information - headers already sent by (output started at /home/shazi/public_html/catalog.php:3) in /home/shazi/public_html/catalog_head.php on line 7"
      
From: Encaps   Date: April 03 2009, 10:41
I noticed there html output before session_start():

<form action="" method="get"></form><style type="text/css">
<!--
body {
background-color: #99CCFF;
}
-->

Please do not produce any output before session_start(), or move session_start() at the top.

From: Guest   Date: March 27 2009, 14:54
Hi
Can you please advise how I configure encaps for selling downloadable desktop background images.

Do I have to send the images attached in an email after they have purchased or is there an easier way to do this?

Thanks in advance

Jade Ashcroft
      
From: Encaps   Date: March 27 2009, 15:04
There is no way to just configure - additional customization required
            
From: Guest   Date: March 27 2009, 16:03
Thanks for your reply.
As I am doing this site myself, and I am no expert programmer, is there any documentation that you can point me to?

Thanks
Jade
                  
From: Encaps   Date: March 27 2009, 16:32
Some users say Encaps code is pretty simple to understand and documentaion is not needed. But if you are not experienced programmer, it would be easy for you to just manually attach the files after purchase, as you described. But imagine you business grows and you receive hundreds of purchases every day, so this solution will not be good - you need to automate this process somehow. There are some ready solutions to sale digital goods (e.g. eCommerce), but the main goal and advantage of Encaps software is extremely FLEXIBILITY, so I implemented only common general features you can extend by yourself, if you are programmer. If not, I think it will be better to find some ready solution that covers all your requirements, or hire experienced programmer, or improve your programming skills.

From: Guest   Date: March 25 2009, 10:25
Is there a way of adding size options to a product?
      
From: Encaps   Date: March 27 2009, 15:02
Only by implementing additional php functions

From: Guest   Date: March 24 2009, 06:38
hi,
is it possible to change the searchform so that it accepts "space"(between words) and "_" ?

thanks
      
From: Encaps   Date: March 24 2009, 13:24
Check /core/catalog.ctl.php,
function search($keywords_get)
$keywords_split = preg_split("/[s,]+/", $keywords_get);
            
From: Guest   Date: March 25 2009, 08:24
thanks, my php is not that good, have to change this
"/[s,]+/" to what that the whitespce and the _ will work ?
                  
From: Guest   Date: March 31 2009, 03:56
mayday, cant find the solution
                        
From: Encaps   Date: March 31 2009, 11:55
Modify catalog.php: change the line #29
from
$_GET["search"] = preg_replace("/[^a-z0-9,]/i","",$_GET["search"]);
to
$_GET["search"] = preg_replace("/[^a-z0-9,_ ]/i","",$_GET["search"]);

From: Guest   Date: March 21 2009, 04:37
good morning sir,
can you help me to change the schopcard.php so that the email, that is send (to admin,customer), will not show the price and the total price ? i know it has to be somewhere here:
line 137
{
$i++;
$item_catalog = $catalog->items->get("WHERE id=".$item_cart['id']);
$message .= "
<tr bgcolor='#EFEFEF'><td align='left'>".$item_catalog['title']."</td><td>$".$item_catalog['price']."</td><td>".$item_cart['qty']."</td><td>$".$item_cart['qty'] * $item_catalog['price']."</td></tr>";
}

thanks andrew for helpin me out ...

have a great weekend sir
      
From: Encaps   Date: March 22 2009, 10:23
You are right, just remove
$item_catalog['price']
and
$item_cart['qty'] * $item_catalog['price']

From: Guest   Date: March 12 2009, 16:19
SQL Error: Create tables.

when installing the catalog, it returns a list of errors:
SQL error:[ CREATE TABLE `encaps_base_items` ( `id` int(11) NOT NULL auto_increment, `rank` int(11) default NULL, `is_visible` tinyint(4) default NULL, `title` varchar(255) default NULL, `description` text, `updated_at` varchar(255) default NULL, PRIMARY KEY (`id`) ) ENGINE = MYISAM ; ]You have an error in your SQL syntax near 'ENGINE = MYISAM ; ' at line 10

and so on. I've checked and reset my db users and passwords, but no luck. Thanks!
      
From: Encaps   Date: March 12 2009, 16:40
I guess your MySQL server may not support MYISAM tables(?). Please edit /admin/catalog_db_install.php and replace MYISAM with InnoDB.
Let me know.

From: Guest   Date: March 11 2009, 09:13
Can I email you directly so that no one else can get my information?

Can you provide me with your email?
      
From: Encaps   Date: March 11 2009, 13:18
Yes, please, use contact page encaps.net/contact.php

From: Guest   Date: March 10 2009, 08:57
Could someone please help me remove the encaps link from the newest photo gallery. Thank you in advance!
      
From: Encaps   Date: March 10 2009, 12:14
You are not supposed to remove the link without purchasing the source code.
            
From: Guest   Date: March 10 2009, 16:00
We have purchased one of the previous versions... Do we have to buy the new version or can we just upgrade?
                  
From: Encaps   Date: March 10 2009, 17:35
I will check your purchase, and will send you the URL to download latest release.
Unfortunately there is no way to upgrade - the versions are not compatible.
                        
From: Encaps   Date: March 10 2009, 19:23
Unfortunately I did not find your purchase by e-mail you provided. Could you please clarify your purhcase details? Your name, date, e-mail?
      
From: Guest   Date: March 10 2009, 13:36
buy it dude, its awesome !!! ;-)


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