-
Posts
2,234 -
Joined
-
Last visited
-
Days Won
59
Everything posted by wbmnfktr
-
You could download a backup of your database and just look through it. Sometimes you'll something that's off. But I almost think that there must be another issue of some kind. Ok... there is nothing in your code that seems wrong to me. Still a weird issue. Especially with the new page you created. That's something I don't understand.
-
There shouldn't be anything else. While Strato wouldn't be my first choice it's a fairly good option. I maintain a few ProcessWire sites on Strato hosting and they work flawlessly. Migration is easy and the more often you do it, it will become super easy and kind of a routine. The Duplicator module might be the best option here. A local dev environment makes it so much easier and more fun to work with ProcessWire.
-
So it seems to be server-side at this point. Your setup overall looks totally fine if it's running within a hosted environment or Laragon/XAMP/MAMP... Try to install ProcessWire... look what comes up next... in most cases there shouldn't be any problems. Can you tell us more about the environment, the hosting company or whatever you use? Maybe there is somethings special about that environment. IONOS (1&1) are some kind of special - for example.
-
Just a totally different approach in terms of ... creating a new template of some kind. Whenever I start a new project I look up possible definitions, and standards I could need and use within that project. For example schema.org, microformats, and similar... events, corporations, business, personal data, whatever... most of the time I find things I could use from all around the web. In some cases I call our chamber of commerce and similar for details about things they save, have to save or need to save about companies of all kind. Sometimes I even talk to my accountant, my lawyer and other similar "institutions"... whoever can help me. Sometimes the niche even has standards defined I can use and therefore I use them (for example: book stores). Then... whenever I set up a new templates for whatever data-object I need to save... I keep it flat... I don't care if a template has 10 or 100 fields... (books are a perfect example here). I need those details each and everywhere therefore I don't want to work with if/else, case, joins or whatever to get my details. I only reference small bits and only those I really have to and want to reference (authors of books, form of organization, and similar). Just my two cents.
-
Found these two links with more details about Page::statusCorrupted: https://github.com/processwire/processwire-issues/issues/909 Even though I read both parts I'm not really sure what to do next. I'd probably try saving that page again via API with output formatting off or maybe even just create a new page and move all content over to that new one.
-
So... first thought was: no mod_rewrite or a missing .htaccess file. But as you just uploaded everthing the .htaccess can't be there as the installer puts it in place while you install everything. As you weren't redirected to the installer the missing mod_rewrite support persists but... that shouldn't be the case on any modern hosting. The question now is... what kind of setup are you using: Shared hosting, vServer, Laragon, XAMP, MAMP, or ... ? Just in case: double check mod_rewrite support and as the file permissions. Maybe that's the problem. Just a guess. https://processwire.com/docs/security/file-permissions/ Can you tell us a bit more about the PW version, PHP version, MySQL/MariaDB version, etc.?
-
Blank template to language support: undefined function __()
wbmnfktr replied to heldercervantes's topic in General Support
What happens when you switch those around? Will the second one always fail? -
Blank template to language support: undefined function __()
wbmnfktr replied to heldercervantes's topic in General Support
There must be missing a module or something. This is totally weird. Just tested it with includes and such. Works perfectly well. -
Blank template to language support: undefined function __()
wbmnfktr replied to heldercervantes's topic in General Support
Is each and every language module installed? Languages Support LanguageSupportFields LanguageSupportPageNames LanguageTabs Just did this in a clean blank installation, added a second language, and added this to one of the templates: <?php echo __("This is my translatable phrase."); ?> No issues at all. When I remember correctly there were issues in the past with some PHP versions but thats long ago. Another thing could be a missing namespace declaration. Or... try to copy parts of the multilanguage site profile over. https://github.com/processwire/processwire/tree/master/site-languages/templates The docs: https://processwire.com/docs/multi-language-support/code-i18n/ -
[Solved] Admin 'View' links removing port nos?
wbmnfktr replied to prestoav's topic in General Support
Just a wild guess but is it maybe necessary that the port is defined within site/config.php? $config->httpHosts = array('www.localhost:8888', 'localhost:8888'); -
First of all I would turn on debug mode if not already. That should tell a bit more even within the module. How many tables and rows were exported and shown on the live website? More tables and rows or the same amount? Have you looked into the .sql file? Could you spot something that looks a bit off? I once had a weird issue were creation dates were all set to something like 0000-00-00 00:00:00 which didn't work out very well. Another thing you could and maybe should try: Create a new database on your local server with the exact same settings (charset, db engine) and change import the SQL there. Yet another thing you could check: Does the database user in your local environment have all necessary privileges? Whats your local setup: MAMP, XAMP, Laragon, Docker?
-
Work with sessions when using multi-instance
wbmnfktr replied to androbey's topic in General Support
Similar topic therefore a recommendation: -
You can always add additional parameters to a subscription. See the example here: https://github.com/danielstieber/SubscribeToMailchimp#usage
-
Just in case - another possible way to handle things like this: https://processwire.com/modules/process-custom-upload-names/ Maybe not right now in your case but within larger projects this module comes in handy.
-
Same as @diogo already said... I don't know and don't understand almost anything you wrote @hellomoto but eitherway... I know how it feels to be lost in some kind. Never had to deal with things you wrote in your first post (I read it, but won't cite it as you deleted it). All I can say, which is almost what Diogo already said... I won't make fun of you. Never. You are part of this community which is more important that anything else. Yet... I'll offer you an "open ear" for conversation, talks, exchange for all kinds of topics. I remember a time I needed something like that but haven't had anyone... so... the thing I can offer you is... someone to talk to. If needed and wanted. We all have some kind of daemon or daemons which follow us in some kind or another. Either in real life or in mind which disrupts our real life. No judgement or anything like that. Talk to me about the things that keep you in trouble. Drop me a PN for contact details. We can talk via whereby, Skype... whatever. Let me know. I won't let someone from this community go down a dark spiral. Talk to me. We are friends. Even though we don't know each other. Yours, Alex!
-
Miss Monique (on YouTube)... awesome sets.
-
Don't mess with @teppo. He sees and knows almost everything and therefore we love him so much (but don't tell him). Thank you as well for your module. This might and will be a great addition for a lot of us.
-
The way I understand all this is as follows: You can create a new /site/templates/admin.less file and then based on either rock or reno you can start modifiying those @rock-* or @reno-* variables from those admin themes and override them from one single file. But not only that. You could also override almost each and every UIKIT base or component variable. Defining new gutter, font sizes, colors and all that's defined in UIKIT. It's more or less "limited" to the design as we can't add custom markup into the admin themes this way. Therefore we have to create our very own admin theme. The foundation is UIKIT, reno adds the know PW style, while rock adds just some different colors and slightly more modern tabs. As you can see in the Github repository... there are only two files for two themes with either a lot of customizations or just some tweaks. See here: https://github.com/processwire/processwire/tree/dev/wire/modules/AdminTheme/AdminThemeUikit/uikit-pw/styles Which can be compared here: I'm not sure what can be done this way at all but I guess and almost would bet that the community will soon show some nice examples. In the meantime I will play around a bit with this one. Right now I'm digging through a lot of files and the more I look the more confused I am... as I never built an admin theme nor really customized UIKIT in that way. Some things feel good, some things are just weird for now. Those links helped me to dig deeper (found them in the blog post): Rock style Reno style Uikit base Uikit components
-
[Solved] Title Field in Repeaters Not Saving???
wbmnfktr replied to prestoav's topic in General Support
Give this thread a look: -
Just a guess but maybe $home isn't defined.
-
Just played a bit with the most basic setup I found over here: https://processwire.com/docs/front-end/markup-pager-nav/ There are two circumstances that break the pagination in my test. when pagination isn't enabled in the template settings I use start=n in my selector Maybe you start over with the basic setup and without any functions around it.
-
Pagination is enabled in the template?
-
Change textarea formatting as CKEditor would do through API
wbmnfktr replied to Bike's topic in General Support
No clue right now. I have to test it here and will keep you updated.