-
Posts
259 -
Joined
-
Last visited
bbeer's Achievements
-
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.
-
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.
-
bbeer started following E_CORE_WARNING: Module 'sqlite3' already loaded on line: 0 in Unknown , PHP Error after upgrading to PHP 8.1 , SQL Error when using save + next and 2 others
-
after further investigation I can close this post. It must be a browser bug of a specific user. Sorry about that.
-
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.
-
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
-
Hi teppo we use RockPDF Version 2.0.5
-
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!
-
module SnipWire - Snipcart integration for ProcessWire
bbeer replied to Gadgetto's topic in Modules/Plugins
Hi flydev I had that testet. I guess this somehow must have to do with SnipWire, but I reallly don't know why!- 231 replies
-
- shopping cart
- snipcart
-
(and 2 more)
Tagged with:
-
module SnipWire - Snipcart integration for ProcessWire
bbeer replied to Gadgetto's topic in Modules/Plugins
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!- 231 replies
-
- shopping cart
- snipcart
-
(and 2 more)
Tagged with:
-
FieldTypeImage strange white outline on transparent png's
bbeer replied to bbeer's topic in General Support
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! -
FieldTypeImage strange white outline on transparent png's
bbeer replied to bbeer's topic in General Support
-
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!
-
E_CORE_WARNING: Module 'sqlite3' already loaded on line: 0 in Unknown
bbeer replied to bbeer's topic in Tracy Debugger
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! -
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.