Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

detsouvalas

Archived
  • Posts

    308
  • Joined

  • Last visited

Everything posted by detsouvalas

  1. Hello! Concerning your previous post, yes, I would say that you are clearly missing a file! As for this post, I think that you should give Write permission to your 'pricelist' folder and not to the related files! Best regards, Antonios
  2. Search through the contributions section for 'PDF', you may find something similar ... ! As there seems to be a lot of interest for this contribution again, I think I will give it a second try, although this means a lot of work ... reading through the forums to see the latest different problems and browsing through the different versions of this contribution and try to combine everything in something that has as less errors as possible! But all this will take some time to be done ... ! :) Regards, Antonios
  3. I found the address in an older post of yours!
  4. For such an error, I would check the configuration (the part made in the files). Is there a possibility to see the result of the script and the images used to generate the PDF Catalog?? Then I can maybe help you with the image quality!
  5. Well, I don't know how this happens, but it's a fact that, like now, it's midnight in Athens and I am trying to figure out the file and filename question! :) About the versions stuff, it's a fact that the letter alpha is before the letter beta ... I think that I prefer a kind of countdown in the versions! :D Well, I think that now, after having received some feedback, I think that I can start considering the release of the final 1.6 version! :) Oh, and working with the FPDF Class is not so easy as it seems ... ! :(
  6. Hi! After some hours of checking and coding, here is version 1.6 alpha of the PDF catalog script ... only a few steps away from the official release, which will be posted in the contributions section. The database issue should be OK now, there is a database installation script, the error checking thing should work now correctly (j0ker, please try the new version and tell me!), now also checking for not supported file types. Until the final release, I will work on the template files and on some language files, the administration part of the script should be fine now! Get it here! Your comments are expected!! Regards, Antonios PS. Regarding greek fonts, I can email them upon request!!
  7. Hi! After some hours of checking and coding, here is version 1.6 alpha of the PDF catalog script ... only a few steps away from the official release, which will be posted in the contributions section. The database issue should be OK now, there is a database installation script, the error checking thing should work now correctly (j0ker, please try the new version and tell me!), now also checking for not supported file types. Until the final release, I will work on the template files and on some language files, the administration part of the script should be fine now! Get it here! Your comments are expected!! Regards, Antonios
  8. Hi Tasos, I have the same problem with my PDF catalog, but fortunately there is a solution! :) I am in the process of compiling the necessary files to support greek caracters, I think I will have them ready (and tested) by Monday, I will post a message here when done! For the statistics, which version of the script are you using, on what kind of server and operating system, did you had any concerns with the installation, the instructions, or whatever else?? Thanx for replying! Have a nice weekend, Antonis
  9. Hi! I will try to address the '-->sub category' problem but for the rest, you are on your own! :-) I think that to do what you are asking for needs redesigning the whole pdf-creating script and (unfortunately for you) I don't have the necessary time to do it ... it will be done in the future, because the code needs some clean-up, but I don't know when! Sorry!
  10. peteravu, Check if that is what you are looking for ... if yes, it's not perfect but should be a good working base!
  11. What version of the script are you using?? In v.1.6 beta, there shouldn't be such a problem because it replaces (or at least, I should do so in theory!!) unknown/unsupported file formats with a dummy image!
  12. Hi! I just returned from a business trip, please give me some time to work on the questions! Antonios
  13. Nope, that's why in configuration you have to put the full filename of the template file, with the extension! Please uncomment line 47 ... it should read after uncommenting like following: $debug = true; Reload the page ... how are the pink messages on top doing?
  14. OK, no slash problem ... hmmm ... What version of osC are you using, on what kind of server, are you working offline and then uploading to the server?? I want to know everything!! (sorry to ask, but as I don't see it in front of me I need to know ...) ( I am sure it's a small silly thing that we oversee!! :( )
  15. It could be a slash problem ... please edit admin/pdf_catalog.php and locate around line 35-36 following: // Directory where are located the PDF related files (with trailing slash!!) define('DIR_WS_PDF_FILES', DIR_WS_MODULES . 'pdf_files/'); Add a slash in front of pdf_files/. The new line should look like define('DIR_WS_PDF_FILES', DIR_WS_MODULES . '/pdf_files/'); Any change? PS. The template files should be in directory /admin/includes/modules/pdf_files/templates !
  16. OK guys, if you get errors concerning 'eval', please check your database as advised in the previous posts! Try closing the browser window and clearing the browser cache! Then load again the administration section and try again to generate the catalogs. Normally the script would warn you with a pink message on the top of the page if something was wrong with the template file you have choosen to use and would not let you proceed (but you would get a nice osc admin page!).
  17. I may have an idea ... using phpMyAdmin or similar script, find in the 'configuration' database the 3 added records (DIR_WS_PDF_DIRECTORY, PDF_FILENAME, PDF_TEMPLATE) and make sure that the values for fields 'use_function' and 'set_function' are set to NULL (not zero, not space but NULL). I found a problem in the third one (PDF_TEMPLATE), so I suppose that you will have to check it also! Remember NULL! Please keep us informed about the results!
  18. Dracula, Maybe that's the answer to the problems! Have you checked the database structure and if the database fileds do the same job as in the osC2.2MS2?? I will be very pleased to add the romanian translation to the script!
  19. Hi j0ker! Nope ... at least not yet! That would indeed be a good idea to implement somehow! You are the second person asking for, we could try to do it, but I can't promise anything for the moment! As for the configuration problem, see the reply of Dracula! I think I will create an DB installation script to avoid such concerns!
  20. Hi, thanx for your report! I will have to make a slash test somewhere and eventually add or remove them as needed! I see you found out how to put text together with the logo ... the pdf catalog looks nice, I just would also adapt the orange background of the categories to the logo's colors, e.g yellow ... just a personal opinion of course! :) The problem in the administration section and the configuration.php must have somehing to do with the database additions made, because I know that I haven't tweaked anything in that file! Thanx again, have a nice day!
  21. Hi Dracula! Well, having spent some hours playing around with the beast, I know that the described situation happens ... when an error occurs! :-) Could you please install the newer version of the script and try again? Awaiting news from you! :-)
  22. We can try ... please post the code of the file creating the PDF file!
×
×
  • Create New...