Jump to content

cpx3

Members
  • Posts

    145
  • Joined

  • Last visited

Everything posted by cpx3

  1. Oh, that is an unexpected explication, I did not know this! I copied the database via PHPMyAdmin dumb, what usually works perfectly...
  2. I suppose that there is a mistake in the database. But where does PW get the information from that this field exists?
  3. For whatever reason not in the database but in the fieldlist and in the template. I can edit it but when I save it, it produces an error.
  4. Hi all, I copied my database from one site to the other and everything seems to work fine. But I have an issue with some fields that are editable in the backend but as soon I try to save the page give me the error message: FieldtypePage: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'usr_p624065_1.field_select_hidden_categories' doesn't exist. I tried to delete and readd them to the page but with no success. (This happens at least with two fields). What am I doing wrong?
  5. A million thanks, that is indeed much easier!
  6. @Teppo: How would you do a shopping cart if not with the session_id?
  7. Thanks, but I already had that idea myself. The most important page, https://padloper.pw/documentation/installing-padloper/, is not in the archive (it was apparently also deleted from Google Cache with Code 302)...
  8. Hi everybody, just wanted to ask if by chance anyone has a documentation for the old Padloper module? I bought the module by then but it came without a documentation and the the website is down... A million thanks in advance. Bernhard
  9. @gebeer, the problem is that there never has been any documentation for any version. I mailed @kogondo three times asking for help but he simply ignores all mails.
  10. Hi @kongondo, as you ignore all the mails, I try it here: I bought the current version of Mediamanager which turned out quite useless as your "Coming soon" documentation is more than ridiculous. Is there any chance that there will be a documentation for that paid product that helps me use it? Thanks in advance, Cpx3
  11. Thanks for the quick help! After doing all the suggested steps I finally found the problem and the solution: Ryan had posted an update of the Combo module which I installed and now it works. As the problem probably existed for a longer time all the data is gone, but at least I can continue working now.
  12. I have quite an annoying problem: after the sudden appearance of the error message that TinyMCE cannot initialize the Hanna plugin, all textfields, that use the Hanna text formatter, are empty and hours of work are gone. Everything worked fine till then. Any idea what I am doing wrong? Edit: After I uninstalled all Hanna related modules the textarea does not store any more changes. Whatever I enter is deleted after pressing the save button. Of course there is no error message, I just saw that it remains empty when I went to the page. Edit 2: As the problem with saving appears only in the commercial (aka PAID) combo module the problem seems to lay in that module. Thanks, Bernhard
  13. A million thanks, that was indeed the problem.
  14. I have the following selector: $ps = wire("pages")->find("parent=/veranstaltungen/, !promo_start_date>$time, !promo_end_date<$time, limit=3, sort=start_date"); that works perfectly. But when I add pages from another query with $a->add() function, the two page arrays seem to get sorted separatedly when I sort them with $array->sort(), but I need the whole array to be sorted... Any ideas what I am doing wrong?
  15. No... it simply does not work.
  16. As I do not really understand how to use this module: is there any working documentation? On your site I only see "Coming soon" or "Planed", which makes the module pretty useless for me.
  17. I use method D because there is no other way to style the select elements. Ok, I will check everything again!
  18. First, a million thanks. The only thing is that neither this works, as the HTML datepicker seems to ignore the value and shows all dates. I wonder seriously why Ryan decided to cut this function from the datepicker (at least with the paid FormBuilder module), as with Javascript it would work...
  19. I have a (Formbuilder) form that contains two datefields, each of them with a datepicker. The first datefield should have today as the minimum date (no date selectable before today), the second one should have the date from field1 plus 1 day as a minimum. Any ideas how I could achieve that? Thanks!
  20. I solved the problem by myself. Seems that the CSV file was corrupted.
  21. Hi to all, as I need to translate a huge website in five languages, I tried Ryan's Translation export/import module. I installed it and everything works fine but when I try to reimport the translated strings, I only get the error message: 9 (i.e. all) rows skipped. I does not make any difference whether I use json or csv, it simply does not work as it skips all the translated values. Any ideas what I am doing wrong?
  22. Actually that was no solution for that problem as the data get deleted at another site, too. It is a simple AJAX POST, works, when I send it directly (I tried it with get) and all the data is deleted when I do it inside a Processwire templates directory. I made a new directory outside and now it works perfectly, so there cannot be any problems with my code.
  23. Hi @monollonom, thanks for the great module. I just have a strange problem: when I try to preview the rendered page as a guest user, I can only see <h1>title</h1> and the rest disappears it seems the module cannot be used to create a "view in browser" version, right? Ok, just saw that the editor says that "align is illegal", but it works perfectly with the normal MJML app...
  24. Actually, the answer is much simpler. I had the same problem with another script. When I call the page with "url: '/ajax/captcha-verify'", the data gets deleted, with url: '/ajax/captcha-verify/' it works. Thanks to everybody!
  25. With method D No, I did not touch it.
×
×
  • Create New...