|
|
|
|
From: Guest Date: June 06 2010, 21:45
|
I get the following errors when trying to install on Mac Snow Leopard with Apache2 and PHP5.3.2:
( ! ) Strict standards: Declaration of CatalogCategController::update() should be compatible with that of BaseController::update() in /Users/frank/Sites/encaps/core/core.php on line 8
Call Stack
# Time Memory Function Location
1 0.0003 635920 {main}( ) ../catalog_db_install.php:0
2 0.0003 636592 include( '/Users/frank/Sites/encaps/admin/common.ini.php' ) ../catalog_db_install.php:2
3 0.0010 644424 require_once( '/Users/frank/Sites/encaps/core/core.php' ) ../common.ini.php:15
( ! ) Strict standards: Declaration of CatalogItemController::update() should be compatible with that of BaseController::update() in /Users/frank/Sites/encaps/core/core.php on line 9
Call Stack
# Time Memory Function Location
1 0.0003 635920 {main}( ) ../catalog_db_install.php:0
2 0.0003 636592 include( '/Users/frank/Sites/encaps/admin/common.ini.php' ) ../catalog_db_install.php:2
3 0.0010 644424 require_once( '/Users/frank/Sites/encaps/core/core.php' ) ../common.ini.php:15
How to fix this? |
|
|
|
From: Encaps Date: June 07 2010, 11:13
|
Let me think,
will let you know |
|
|
|
From: Guest Date: June 02 2010, 00:39
|
hey, i was wondering if it was possible to have multiple photos of the same item but have it all in 1 listing
a bit like this:
http://***.com/detailimage.php/barsanddesks/4b6e471eea263.jpg/0/10/
regards
chris |
|
|
|
From: Encaps Date: June 02 2010, 04:06
|
| Customization required |
|
|
|
From: Guest Date: May 26 2010, 17:01
|
Hi,
I'm sure this question has been asked before - but I can't seem to find it (or an answer) : Is it possible to use this product to host/stream videos - or is it just static pictures.
Thanks |
|
|
|
From: Encaps Date: May 27 2010, 05:20
|
| Customization required to host videos |
|
|
|
From: Guest Date: May 26 2010, 16:31
|
| I got a problem whith search in my site. the search field dont work and not get anuy results? what can i do? i got the version encaps-2.3.18.3. whit purchese catalog.php The siste is: http://***.com.mx/catalogo/catalog.php |
|
|
|
From: Encaps Date: May 27 2010, 05:20
|
| Could you please open ftp for me so I will check? |
|
|
|
From: Guest Date: May 15 2010, 12:39
|
Hello,
I like the gallery and I tried to implement it to my website.
I have categories and sub-categories. When I clik on a category, It shows all the images included into that category and sub-category together.
1. I want the script to show me only the first image in each sub-category when I click the category above.
2. Then, when I click the sub-category, to show me the rest of the images contained in that particular sub-category including the first one showed at the previous step.
Thank you in advance,
Matei |
|
|
|
From: Encaps Date: May 17 2010, 03:47
|
| <private thread> |
|
|
|
From: Guest Date: August 16 2010, 16:21
|
I also am having this problem, I have changed the catalog_items.php to try to
if(count($html["categ"]["childs"])==0)
{
foreach($html['items'] as $item)
{
but that didn't work, I vardumped the variable html and found childs were just empty arrays in all the Categorys and Subcategorys, I have paid for the full source but I'm not sure which email was used to purchase it, It was one of the following
******
**************
**************
**************
One of those emails paid for it,anyway any help would be greatly appreacted |
|
|
|
From: Guest Date: August 16 2010, 16:25
|
| BTW ididn't realize those emails would post public since the thread said private can you please delete those email addresses from the previous post |
|
|
|
From: Guest Date: May 13 2010, 15:18
|
| Great product, one question what happens to the image uploaded as a category, it disappears |
|
|
|
From: Encaps Date: May 13 2010, 16:14
|
| Could you please clarify? |
|
|
|
From: Guest Date: May 12 2010, 15:55
|
| How is possible to use jqery thickbox for viewing large images when I click to thumbnail on catalog_items page instead of redirecting to catalog_item? |
|
|
|
From: Encaps Date: May 13 2010, 10:34
|
| By customizing catalog_items.html |
|
|
|
From: Guest Date: May 13 2010, 14:07
|
I tried by this way and it doesn't work:
<?php foreach($html['items'] as $item){?> <div class="foto"> <a class="thickbox" href="rwx/<?php echo $item["file"]?>"><img class="gall" src="rwx/<?php echo $item["file_thumb"]?>" /></a><br /> <?php echo $item["comment"]?> </div> <?php } ?>
All images are opening stil in new browser window.
Please, where I do mistake? |
|
|
|
From: Encaps Date: May 13 2010, 15:00
|
Make sure you downloaded required js files and added the following code into catalog_items.html:
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="thickbox.js"></script>
<style type="text/css" media="all">@import "thickbox.css";</style>
And then you may try this:
<a href="./rwx/<?php echo $item["file"]?>" class="thickbox"><img src="./rwx/<?php echo $item["file_thumb"]?>" alt="<?php echo $item["title"]?>" class="float-left" /></a> |
|
|
|
From: Guest Date: May 14 2010, 08:48
|
Thank you. It works now.
First time I put scripts to "catalog_head" and it was not working.
When I have it now directly in the "catalog_items" page, it works :-) |
|
|
|
From: Guest Date: April 29 2010, 15:17
|
Hello, we use your gallery to our forums, and I wanted to ask if it was possible to create a link to a way so that whenever a new comment is made that the photo I receive the photos in annotated form created.
what I need to have easier access to new comments posted.
Thanks in advance |
|
|
|
From: Guest Date: April 30 2010, 13:24
|
Ok, the gallery where the pictures we create a link that allows us to visualize in real time all the comments are made to the various pictures.
The photos are divided into various modules in the case serve as information
|
|
|
|
From: Encaps Date: May 05 2010, 15:25
|
| Unfortunately I do not understand you |
|
|
|
From: Guest Date: April 27 2010, 17:09
|
| Is there a way that once someone clicks on 'checkout' that they will be redirected to a thank you page rather than just the order acknowledgement box that appears on the order page? |
|
|
|
From: Encaps Date: April 28 2010, 15:50
|
You could just reconstruct the link to order page, or replace order page contents, if you are familiar with html
I did not understand the question. |
|
|
|
From: Guest Date: April 17 2010, 13:19
|
| How do I change the ./ to a name like home... it looks funny having the links to everything and then in the front of them it just has the root "./" Thanks! |
|
|
|
From: Encaps Date: April 18 2010, 05:33
|
| Sorry, I did not get this. Could you please explain? |
|
|
|
From: Guest Date: April 18 2010, 08:45
|
| I'm using the dhmtl template and just like on your demo page the first link for the categories (which takes to you to home page) is just a slash. How can I change the slash ("./") to say "home" ? There is no way to edit it in the admin panel. The only options for this category, which is preconfigured in the template I guess, is to empty contents, there is no edit option. |
|
|
|
From: Encaps Date: April 18 2010, 09:38
|
Replace first line from catalog_items.html from:
href="index.php" style="font-weight:bold" >/</a>
to
a href="index.php" style="font-weight:bold" >Home</a>
|
|
|
|
From: Guest Date: April 18 2010, 11:31
|
| Awesome, that worked thank you very much! |
|
|