-
Posts
115 -
Joined
-
Last visited
Community Answers
-
JoshoB's post in Charset error (MySQL)? was marked as the answer
We solved it eventually by reinstalling ProcessWire, then copying the new stuff under /site (and importing the database). It worked, except that we have a different problem now. I'll start a new thread.
-
JoshoB's post in Problem with $pages->find was marked as the answer
Suddenly had a bright idea. The missing pages were set to "hidden". I needed to use:
$results = $pages->find("url_old!='',include=hidden"); I'm leaving this page as a monument to my own stupidity.