Trying to load a migx using pdoPage and the first load works fine, but when I hit the load more button, it tries to fetch from the connector.php file in assets/components/pdotools/ and returns a 500.
The only error related to pdoPage in the log is about the $showLog variable being undefined. I’m also seeing a lot of “backtrack limit exhausted” messages but I’m pretty sure that is unrelated.
500 errors are usually not logged in the MODX error log, but in the server log. Try to locate the PHP error log file (the exact path depends on the server settings) and check what message gets added, when you click the “Load More” button.
This topic was automatically closed 2 days after discussion ended and a solution was marked. New replies are no longer allowed. You can open a new topic by clicking the link icon below the original post or solution and selecting “+ New Topic”.