Jump to content

bbeer

Members
  • Posts

    259
  • Joined

  • Last visited

Everything posted by bbeer

  1. we are getting following error PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /.... /wire/core/WireInput.php:371 after upgrading to php 8.1 Anyone else having this problem? Just for reference, changing line 371 from if(!strlen($key)) return $this->cookieVars; to if(!$key || !strlen($key)) return $this->cookieVars; seems to solve the problem.
  2. I'm sorry but I have to open that topic again as it is even trickier. This Problem is user role specific. As Superuser, all works smooth, as soon as you have another role, you get this error. Your help is much appreciated.
  3. after further investigation I can close this post. It must be a browser bug of a specific user. Sorry about that.
  4. Sorry that I ask again about this error. We checked MYSQL and really can't find any problem there. Anyone any idea, what this could be? Your help is much appreciated.
  5. We have a strange problem in PW 3.0.201 dev. When using the Button save + next we get following error. SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') GROUP BY pages.id ORDER BY pages.sort' at line 4In /wire/core/PageFinder.php line 821 and SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') GROUP BY pages.id ORDER BY pages.sort' at line 4In /wire/core/WireDatabasePDO.php line 937
  6. Good morning we have a strange Problem with Safari generating PDF Files. It takes ages and then we get following error. Safari can't open „https://company.com/de/bedienungsanleitung/manual-output/?pid=3254&pdf=.pdf“ nicht öffnen. Fehler: „cannot parse response“ (NSURLErrorDomain:-1017) Things are even more complicated. We generate a smaller PDF with the exact same call without any error. Any one any idea on this? Your help is much appreciated!
  7. Hi flydev I had that testet. I guess this somehow must have to do with SnipWire, but I reallly don't know why!
  8. Hi all I have a very strange behavior with the translation of SnipWire. For example I've translated following block. $boxes = array( 'sales' => $this->_('Sales'), 'orders' => $this->_('Orders'), 'average' => $this->_('Average Order'), 'customers' => $this->_('Customers'), ); Orders and Customer are being translated. The Translations of Sales and Average Order are simply ignored. I am a bid lost here. Anyone any idea what this could be? Setup: PW 3.0.179 after updating SnipWire 0.8.7 PHP 7.4 Your help is much appreciated!
  9. it must be something like this. we have not had this problem before. The thing is that the server is already set to imagick. So I guess there is no other way but to fix the images accordingly. Thanks a lot!
  10. Hi I have a very strange error in one of my installation. Transparent png's are being added a white outline on resized images. We crop the image with width only like $image = $image ? $image->width(400)->url : ''; I am a bid lost here. Anyone having the same issue? PW 1.0.174 PHP 7.4 Your help is much appreciated!
  11. Hi Adrian thanks for your quick reply. I will check that and let you know. You are right, why ever this was active. Thanks again!
  12. Hi all I have a strange error with Tracey Console. Whenever I try to use the console I get this error E_CORE_WARNING: Module 'sqlite3' already loaded on line: 0 in Unknown That even happens with a simple echo 'test'; PW Version 3.0.170 Tracy 4.21.49 A hint is much appreciated.
  13. when you call the page with those # it opens the correct page. The Problem is, that they copied all those links with the # and use them in the CRM. So when they generate Quotes the link to this pages form a generated PDF Quote. Therefor it would be helpful if we could remove this particular part %23prodDescription of the url, then the Link would work perfectly. Else you just get an 404.
  14. sorry you're right they got to the browser as %23prodDescription. So we would need to strip %23prodDescription this.
  15. Hi Folks I wonder if I could strip with Jumplinks from certain URL's like https://www.site.com/de/produkte/kuehlgeraete-fuer-schaltschraenke/kg_4304/43042001/#prodDescription just the last part #prodDescription. Could also be a general thing, that whenever this #prodDescription appears, it would be removed. The client uses those links into a tab on an other System, which means there would several hundert links to be changed. Your help is much appreciated!
  16. Hi @teppo are you considering adding support for ProFieldTextArea to Version 2? Right now we can only see that something inside the whole Field changed, but not exactly what. We would really appreciate this feature. We could also consider funding this change!
  17. Hi Teppo I am not talking about a module History. If I am not mistaken, VersionControl puts a table at the end of the page, see screenshot, where it adds the revision number, the author, Changes, Timestamp and Comment. is that not correct? This entries we also found in the database, in the VersionControl Tables.
  18. Hi all in History, when editing a ProField Textareas, it only adds the name of the Textarea (Prodspecs) that was altert, but not the Fieldname (Voltage) inside the Textarea that was altert. That does not really help. It would be great if it would also name the altered Field name. We then changed a Field (Voltage) and saved it, content was added. then clicked restore version on a previous version of that Textarea (Prodspecs), what deleted all entries inside Textarea (Prodspecs) and not the Field (Voltage). Don't really know why this happens, but a hint on how to fix that, or even having a look at the module itself would be of great help!
  19. Hi Adrian 
    sorry to bother you directly. I need to create a page reference field with country names in a multi lingual environment. I have no problem to create child pages inside countries, but only in the default language. Is it possible, to create and fill the title field with the appropriate language, let's say in german (default) and english with batchChildEditor. Somehow I am stuck here.

    Really appreciate your help in advance!

    1. Show previous comments  2 more
    2. bbeer

      bbeer

      Adrian, you talk about the BCE in the repo right. I will have to have a look at that in the morning, now on the run. I let you know. Thanks so much for now!

    3. adrian

      adrian

      Correct - it is the published version - seems to work fine here.

    4. bbeer

      bbeer

      Adrian
      just did the import this morning. All works well!

      Thanks a lot! Have a great Weekend!

  20. Hi all I would like to use this field with Formbuilder but somehow don't manage to add that. Is it possible to use this with Formbuilder?
  21. Hi adrian sorry for the late reply. Well the problem was not directly that the page itself was listet. We output information from the page, if not there we check in the pages parent field for the content. The problem was, even though the page was in the trash, the values where still taken from that page, and not from the new, actually copy of that page. As soon as the trash was emptied, the problem was solved. Excluded the the trash now from the query, so hopefully we won't have that kind of occurrence again.
  22. Thanks kongondo that did the trick!
  23. thanks a lot will try that right away!
×
×
  • Create New...