Search:

Type: Posts; User: infocom

Page 1 of 7 1 2 3 4

Search: Search took 0.01 seconds.

  1. v153 Re: WorldPay module - Callback not working - no logs or debug emails

    We have this issue too. Thing is, its been working for years but looks its stopped working sometime after February.
  2. Replies
    2
    Views
    1,454

    Re: protected folder

    Did you get this to work? Its to do with this line:


    RewriteCond %{REQUEST_FILENAME} !-f [NC]
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*).html$...
  3. Replies
    4
    Views
    1,501

    Re: nddbc.html returns 200 status OK!

    Thanks.

    My monitoring system (Nodeping) can monitor status returns, so I now check the home page for 200 status returns, and if it does not return this then send me an error. So if the server,...
  4. Replies
    4
    Views
    1,501

    Re: nddbc.html returns 200 status OK!

    I can do a Status code check, so check the homepage for status code 200 is returned. The database down returns a 302 status code.
  5. Replies
    4
    Views
    1,501

    Re: nddbc.html returns 200 status OK!

    Actually this is more serious because I cant seem to monitor the site for when a database goes down...

    Setting up a content monitor, to monitor for the database down message does not work, as the...
  6. Replies
    4
    Views
    1,501

    nddbc.html returns 200 status OK!

    We had a weird issue where a customers database deleted by itself.

    When the site cant connect to the database it shows nddbc.html

    This happened 2 weeks ago, we discovered it today.

    We have...
  7. Re: Internal Server 500 on Working Product Pages

    OK I fixed it using the debug tool...

    Now this is strange because i have never seen this before. Basically in a template file was a PHP includes to a Javascript file I no longer was using. Usually...
  8. Internal Server 500 on Working Product Pages

    Does anyone know why the headers would be returned as Internal Server 500 on product pages, when the pages actually work in the website? Past 2 weeks Google is reporting crawl errors.
    This page...
  9. Replies
    15
    Views
    1,115

    Re: PHP 5.3 Errors for v1.3.9d

    Also, I do refer to this official process when trying to gauge the work involved http://www.zen-cart.com/content.php?148, which looks to be far more than a few hours :)
  10. Replies
    15
    Views
    1,115

    Re: PHP 5.3 Errors for v1.3.9d

    Not silly, because they are likely to and it did not occur to me but now it does. BUT I would have to spend time investigating this... it is very possible I have differences, my customers ask for...
  11. Replies
    15
    Views
    1,115

    Re: PHP 5.3 Errors for v1.3.9d

    In terms of hacking, what I have done in those situations after cleaning it up is make all folders non-writeable, and in folders like images where it seems malicious scripts go also add .htaccess...
  12. Replies
    15
    Views
    1,115

    Re: PHP 5.3 Errors for v1.3.9d

    A few hours is great, but we have added some add-ons which change core files, as there is no override for those. So html_output.php is one thats changed, then in admin orders.php, products.php, there...
  13. Replies
    15
    Views
    1,115

    Re: PHP 5.3 Errors for v1.3.9d

    For info, there are many other files in 1.3.8a that are not in the patch that use ereg and ereg_replace. Have manually updated the ones in my error log. Site seems to be OK now, no errors logged.
    ...
  14. Replies
    15
    Views
    1,115

    Re: PHP 5.3 Errors for v1.3.9d

    I get a similar error in template_func.php, but that file is also not in the 1.3.8 patch.

    Also in /home/rsvp/public_html/shop/includes/functions/sessions.php.

    Dont think these files have been...
  15. Replies
    15
    Views
    1,115

    Re: PHP 5.3 Errors for v1.3.9d

    Strange thing is I have found many of my Zencart sites have this old query_factory file, I dont ever recall adding this.

    In the patch to make 1.3.8a compatible, query_factory is not a file in the...
  16. Replies
    15
    Views
    1,115

    Re: PHP 5.3 Errors for v1.3.9d

    Actually I have fixed this, so dont worry.

    The site had an old query_factory.php file. Version date at the top was 2007-01-31! I have no idea why this is different. It still had the original...
  17. Replies
    15
    Views
    1,115

    PHP 5.3 Errors for v1.3.9d

    This page states v1.3.9+ is PHP 5.3 ready: http://www.zen-cart.com/showthread.php?140960-PHP-5-3-Support-for-v1-3-8-a

    My version is v1.3.9d but I get the following error loads of times on every...
  18. Replies
    17
    Views
    5,526

    Re: New European Law restricting cookies

    Hi Schoolboy

    Is this cookie block/consent necessary? The initial reply stated the zenid cookie is used to store session information relating to adding products to the cart. These types of cookies...
  19. Thread: LDAP question

    by infocom
    Replies
    12
    Views
    1,597

    Re: LDAP question

    Thanks Rod, yes it certainly helps because I am not that familiar with LDAP hence this post... the syncing reference is because each separate system would need to maintain its own customer data in...
  20. Thread: LDAP question

    by infocom
    Replies
    12
    Views
    1,597

    Re: LDAP question

    Customer logins

    Other stores are using Drupal and Magento. We also proposed Expression Engine, although we may use Drupal (this and EE will use Cart add-ons of course).

    It wont know they have...
  21. Thread: LDAP question

    by infocom
    Replies
    12
    Views
    1,597

    Re: LDAP question

    Just wanted to say the customer has used Zencart for like 4 years or something and its always worked well for them. LDAP is a new requirement from the customer and never a requirement previously. So...
  22. Thread: LDAP question

    by infocom
    Replies
    12
    Views
    1,597

    Re: LDAP question

    Sorry am not very familiar with LDAP bit since posting have a little more info... customer has various websites around the world, each in different systems. They want to consolidate sign in across...
  23. Thread: LDAP question

    by infocom
    Replies
    12
    Views
    1,597

    Re: LDAP question

    Thanks for the info, I suspected as much, and cannot find anything on Google
    Thanks
  24. Thread: LDAP question

    by infocom
    Replies
    12
    Views
    1,597

    LDAP question

    Hi

    Does anyone know how to setup Zencart with LDAP?

    I have a customer who requires me to setup LDAP so they can access/integrate the database with something. I dont know anything about LDAP...
  25. Replies
    6
    Views
    2,123

    Re: How do you upgrade 1.3.9.x to 1.3.9h??

    Thanks, I am making this changelog list of files from all the versions upgrades and then will update the ones from 1.3.9h

    BUT why does this set of files not already exist?? This is quite a long...
  26. Replies
    6
    Views
    2,123

    Re: How do you upgrade 1.3.9.x to 1.3.9h??

    I found this page that states I have to consult the Changelog to get updated files:
    http://www.zen-cart.com/forum/showthread.php?t=160378

    Is there no Zip file that only contains the changed...
  27. Replies
    6
    Views
    2,123

    How do you upgrade 1.3.9.x to 1.3.9h??

    Hi

    Forgive me if I missed something obvious, but on this page http://www.zen-cart.com/forum/showthread.php?t=131115 there are no steps to upgrade 1.3.9.x to 1.3.9h, or patches. It just says...
  28. Replies
    186
    Views
    52,926

    Re: FCKeditor Plugin 2.5

    No I don't expect updates so that's ok. I've spent hours trying to get image uploading and browsing to work in ckeditor. Got upload to work but have up on browsing. Whereas fck was easier to get to...
  29. Replies
    186
    Views
    52,926

    Re: FCKeditor Plugin 2.5

    I got FCKEditor working it may be a browser thing. The compatibility check returned false. Returning true made it work. I have the latest Chrome and now works fine.

    Image uploading and browsing...
  30. Replies
    186
    Views
    52,926

    Re: FCKeditor Plugin 2.5

    Everyone is going on about CKEditor but when I install it there is no image upload or image browser to insert images. I've spent a lot of time trying to get a plugin to work for uploading images. I...
  31. Replies
    15
    Views
    4,246

    Re: PayPal Payment Pro, no 'Decline error"?

    I'm using the built in Paypal Website Payments Pro and Express Checkout modules, and I also do not get an error. Just returns me to the payment page with no error.

    I have not modified the...
  32. Replies
    0
    Views
    368

    Moving the templates folder

    Something that annoys me with Zencart is having the templates folder in the /includes folder. Its just one extra annoying step in my editor to navigate down to the template files.

    So I tried...
  33. Replies
    4
    Views
    2,162

    Re: Percentage Increase On Attribute Price?

    I may have found a workaround...

    Firstly, I dont understand why Price Factor uses the Base Price, because this will be the lowest attribute price which is not applicable if you choose a higher...
  34. Replies
    4
    Views
    2,162

    Re: Percentage Increase On Attribute Price?

    Following up on this, I have another idea I wondered if anyone has any advice...

    It would be good if we can pass a custom price to the order... e.g. I can use Javascript to do some calculations...
  35. Replies
    4
    Views
    2,162

    Percentage Increase On Attribute Price?

    Hi

    Looks like this question has been asked a number of times but i cannot find an answer...

    I need to add on a percentage to the final price if a certain attribute is chosen. The product is 0...
  36. Replies
    6
    Views
    3,338

    Re: change default image upload folder?

    Hi. Sorry for raising old thread but I wanted this also, customer keeps forgetting to set the directories and images are all over the shop now. So tried this setting but its not to set the default...
  37. Re: Anyone know of a script to delete unused images form the site?

    Just realised I asked this question way back in 2007! http://www.zen-cart.com/forum/showthread.php?t=72004. I forgot it was so long ago. No solution though :(
  38. Anyone know of a script to delete unused images form the site?

    Anyone know of a script to delete unused images form the site?

    Over time I have quite a few sites that have had products deleted in Admin, but as you know this for some reason does not delete the...
  39. Replies
    51
    Views
    15,075

    Re: Auction Site Attributes - released

    Tried using the Numix Product Fields in case it really does replace the ASA, but I get this:-
    Unknown column 'p.products_amazon' in 'field list'

    So I guess it does not work, and we really do need...
  40. Replies
    51
    Views
    15,075

    Re: Auction Site Attributes - released

    Yeah me too.. although it stated to now use Numix Products Fields instead, on the Numix Products Fields add on description it states: "Note: This module replaces the Auction Site Attributes module. ...
  41. Replies
    724
    Views
    199,152

    Re: Printable Price list :: support thread

    I have made a quick and dirty modification to show a list of attributes in this list... file attached (includes/modules/pages/pricelist/header_php.php).

    BUT I need to do this as quick as possible...
  42. Replies
    724
    Views
    199,152

    Re: Printable Price list :: support thread

    Hi. Has anyone got this to work with attributes please?
  43. Re: How do you identify linked products in different categories? Same model number??

    There are of course problems with things like New, Featured, Bestsellers, etc. which cannot link to a specific category so i have disabled all those and have to add links to products in manually if...
  44. Re: How do you identify linked products in different categories? Same model number??

    Clearly I have completely overlooked the fact that a linked product is the EXACT same product as in the master category with no linkage to the category you viewed it in. I think this is a big issue...
  45. Replies
    1
    Views
    558

    Re: Displaying Product Category in Cart

    did you figure this out?
  46. How do you identify linked products in different categories? Same model number??

    Hi

    I have lots of different categories to represent different ranges of a product. But in each category are the same products linked. They are all the same price and everything so I dont want...
  47. Re: Is it possible to show Starting At on the Category Listing Pages?

    Thanks a lot Ajeh will give it a shot....
  48. Re: Is it possible to show Starting At on the Category Listing Pages?

    Not quite, these prices are embedded in the category image. I wanted the system to dynamically show the Starting at price on the category listing page, just like it does for each product in the...
  49. Re: Is it possible to show Starting At on the Category Listing Pages?

    Hi

    Just wondered if anyone has any idea about this? Thanks
  50. Is it possible to show Starting At on the Category Listing Pages?

    Hi all

    Does anyone know if its possible to show the Starting At price at on the category listing page under the category image? At the moment it will be on a product listing page per product, but...
Results 1 to 50 of 301
Page 1 of 7 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR