suntrop
Members-
Posts
316 -
Joined
Everything posted by suntrop
-
That's a quick reply and help. Many thanks! When I import the complete dump it stops at the first error. It seems the problem is caused by the import, not export. I'll ask my provider, perhaps they must install an update.
-
Hi all I have big troubles with my DB backups and phpMyAdmin. I can't manage to import a backup. The phpMyAdmin export settings are left to the defaults. The error message I get: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'INSERT INTO `caches` (`name`, `data`, `expires`) VALUES ('ModulesUninstalled.in' at line 11 When I delete the complete 'cache' section there are almost for all tables the same errors. (part of the dump attached) I had this problem before and back then (couple months ago) I think I copied almost every table individually. I thought it was specific to that DB. But I can't do a dump/import of any of my PW installations. MySQL: 5.6.27 PHP version: 7.0.11 phpMyAdmin: 4.5.5.1 Anybody knows that problem? Or what to do? phpMyAdmin SQL Dump.sql
-
Would be nice to know, if you can use this as a feature It would make a custom front-end login with email easier (if you make sure email-address updates are reflected to the username as well).
-
Usually I prefer to be able to search everything. It hasn't top priority now, because the product variations won't have a front-end page, they are just selectable options for the product. As a workaround I could put the text into a hidden field and make this searchable from the front-end. So people can search for "red shirt" and won't find necessarily shirts only in blue (I know, it is not like that, but I think you get what I mean
-
That is the bottleneck. There are even more than 3 variations (color, material, size, diameter, etc.) and a lot of products will have their own set of variations.
-
I have seen that module, but thought it is not helpful in case. I read the forum post and the first example is almost what I need. Couldn't figure out how this will work yet, but will check it out now.
-
Yes and no. Table is cool if you know what goes in. Not only the rows, but even the column count and column titles had to to be flexible. I have done a part with RepeaterMatrix, PageTable and Multiplier, but I am not quite happy with it. Lisa, there is no PM from you?
-
Hello! I am looking for a developer to create a PW module/fieldtype. In a nutshell. I am developing a shop and need a special fieldtype (I think so) for the price and product variations. It has to be accessible by an editor without the knowledge of fields/templates/etc. For example: a shirt will have the variations/attributes - Color [red, green] - Size [S, M, L] - Fabric [Cotton, Synthetic] … each variation will have its own price (and perhaps graduated prices). All variations (Color, Size, Fabric) and their attributes (red, green – S, M, L etc) must be created easily from the product page. (If you know Magento's "Configurations", that's similar). So in the first place you create the variations, then automatically create all combinations and set the prices for each variation separately. That's a rough summary of what I need. I am not fixed to the way it has to be done, but more fixed to how it is used/displayed on the website. If all that sounds like something you would like to do, please PM me! Unfortunately I'm late and need it ASAP … sorry It would be great if you can tell me a little bit about your PW experience, maybe similar work you have done and your time/conditions/estimate. German and Englisch Cheers!
-
Ok, that makes things a little bit more complicated (at least for me). There is currently one more question in my head. How do I access page variables of the containing page? When using $page->parent->title I get the page in the Admin tree, not the page containing with the page table.
-
Thanks Robin. I would do like you, but I've quite a lot of templates and all of them are totally different. It's more manageable for me to put them into their own templates. However, thanks for the code! And thanks for the link. But I had more of an "how to use PageTable" doc in mind. Seems there is no dedicated documentation for it.
-
Yes, I found it just a minute ago. Was searching a whole hour before! But, what about the docs? There is no documentation for that field? // … ohh … and thanks a lot!
-
I've got a PageTable field and added several templates (intro, gallery, text, etc.). But how do I get those templates rendered? I can't find any docs and feel like revolving from the forum to the store. Anyhow. Perhaps someone can help. I have my basic-page.php with the PageTable field and its (sub-)pages. For example the gallery. I created the gallery.php file and now I struggle to get the code from my gallery template to show in my page. Or in other words … Page: Team (basic-page.php) basic-page.php has PageTable field PageTable field has a block_gallery template block_gallery.php has the code to show the gallery … how can I show the gallery on the Team page?
-
Ok, that makes it more clearly now what this module is about
-
Cool, thanks for the links! "One use case for a Repeater Matrix is as an alternative to a rich text editor for those cases where you want more fine-grained developer control." Seems to be exactly what I want I found PageTableExtended before, but (still) don't know what it is about. Maybe with the missing images it would be more helpful. However, I think I'll go with the Profields
-
Hi all I am looking for a good solution to give my content area more variety. In output, think of the WordPress page builder plugins. I really like you can put together the content depending of what you want to say (visually). In other words, I don't like pages with one content column (text from top to bottom, maybe an image floated to the right, etc.). I know you can create different templates and use them. But still you are stuck to exactly those templates and their repetitive content flow. I had a look at the PageTable field and that was kind of what would be a good solution. I thought I create just content blocks (like a slider, accordion, two/three/four column block, parallax block, etc.) and put them on my pages together as I like. However, those blocks are stored as children and may interfere with actual children of that page, don't they? Any suggestions to get more rich content areas?
-
When you're editing a page and meanwhile your login session expires, there should be a warning. I don't know why, but I found myself in that situation at least twice and a friend of mine had lost text (got an email just now) . Maybe if the connection has dropped while you write or some other timeout!? Anyhow, if you click save you are forwarded to the login page and the content is lost. Quite harmful Perhaps the "Save" button could check if the session is still available before finally submitting. Or a warning at the top and bottom. I think WordPress made a good solution and opens a modal window if you're session is lost.
-
Just to complete this … My provider told me "there is no error on our side" always. About 5 weeks ago the provider moved to a new location and all my data were transferred (don't know exactly how) and for the last couple weeks I had no problems
-
Yes, I have just replaced all files. It wasn't noted anywhere how to update and was unsure if that's the right way.
-
How do I update to the latest language pack? Do I only have to download the latest (matching to the version) languages pack and upload all the JSON files to overwrite the existing ones?
-
Sorry, couldn't find the time for that. Had some trouble elsewhere. But I saw today there was an error again. I think it won't be long till I see the next one and can have a look the logs. Will keep updating here!
-
I've read this several times There should be enough memory (server has 16 GB RAM) and the monitoring doesn't indicate any problems the times I the tables crashed. My provider didn't blame the CMS directly, but support said this is often caused by sleeping queries and not properly closed connections (if I remember correctly). Unfortunately I only have access to the latest 500 log entries of Apache and no access to the MySQL log. I'll ask the provider to send me both.
-
Hi all One of my sites (running PW since 2014, currently v. 2.5.3) had problems with crashed tables. Last week the body field and and image field crashed – noteworthy the latter crashed in a separate DB in my working copy. A couple hours ago another field table crashed (production system again). Funnily, today's table fixed itself. The site has nearly 20,000 pages, about 100 users a day and is installed on a managed server. Unless the logs in sites/assets/logs/errors.txt I have no idea how to research the problem. The hosting company says 'system is fine' and 'mostly it's cased by the CMS'. I have seen others here having that problem, but unless fixing it immediately with repair table there wasn't much info to see what is wrong. Perhaps you guys have some tips how to debug that kind of problem. I even don't know if it is possible to fix this on my own … if it's a problem with the filesystem for example. Any ideas? My code or system failure?
-
Why no uppercase or special characters in the attached files
suntrop replied to lpa's topic in Wishlist & Roadmap
Haven't found any news on this issue, but I saw there is a setLowercase() method and $lowercase property in WireUpload.php Does anybody know how to set it 'false' other than modifying that core file? -
Thanks, you should try it if you'r in Cologne I was aware about the 4 character limit of MySQL, it is set to 3 I think on my server, but I thought it just behaves as it wasn't there at all. Lister was able to find the page, despite using the short word. I think I can easily update to the upcoming v. 3
-
Hi all I have a search box on my website and the results are somehow opaque The page I am looking for has a title of: Em Höttche Search selector is: ~= "Em" -> no results "Em Höttche" -> no results "Em" -> page found "Höttche" -> page found It doesn't matter if I use "em h" or "Em H" I get the exakt same results if I use the search box in PW upper right. Lister however finds the page in all cases. Strange thing is, it doesn't seem to be a problem with the special character "ö", because "Höttche" will get you to the correct result. Front-end search: http://www.biergartenkoeln.de/suchen/?q=Höttche PW 2.6.0