Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/13/2025 in all areas

  1. Ok, thanks!! I will mark this as solved - mmhh, sorry it is not possible 😂
    2 points
  2. Hi @DrewPH Put the following line into your config.php $config->dbInitCommand = "SET NAMES '{charset}', time_zone = '-08:00' "; Adjust the timezone according to your need. Gideon
    2 points
  3. I apologize if I sounded rude in my first reply. It had been some years since I’d last worked with WordPress, when an academic friend asked me to help her migrate (and upgrade) her WP site last month to a new provider. This should have been a very straightforward job, but every single one of the plug-in authors had built in limitations that kept me from doing very simple things unless I upgraded to their pro-level versions — and in most cases this would have involved minimum one-year subscriptions. And since my client’s site had been hosted with a provider that allowed no command-line access and only limited SFTP, I was at the plug-in authors’ mercy. Your situation is quite different, of course, but the whole experience reminded me strongly of what I dislike about what WP has become. In my case, I can attest that PW is about 50% of my income, and that I devote about 50% of my work-time towards it, so it’s certainly a viable means of income. But it’s true that creative work, even in IT, is a less predictable income stream than maintenance. Best of luck with ProcessWire, and with going freelance! I hope we’ll continue to see you here in the forum!
    1 point
  4. 1 point
  5. Super thanks, very helpful! I ended up creating a redirect-home.php template and put this in it: // Redirect to homepage $target = $pages->get("/")->url(); session()->redirect($target, 301); Then applied it to the service page and published the page. (the site is in a subfolder for now so I couldn’t rely on "/" alone.
    1 point
  6. Hello @Frank Vèssia! I have replaced size() function with length attribute on Github.
    1 point
  7. Since I had to update more and more projects lately and also the PHP version of some of these projects was set to >=8 in the meantime I created a fork of the module and updated mPDF to version 8.1.3. With only some small changes in the WirePDF module I can now continue to use Pages2PDF without any restrictions. Maybe this is helpful for someone. https://github.com/markusthomas/Pages2Pdf
    1 point
×
×
  • Create New...