Jump to content

kaster83

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by kaster83

  1. Thanks Soma, I saw you posted a couple of GitHub issues and looks like you are on to something here. I will get into this and fix later this week.

    Hello, would like to know is that there is some updates to this module/plugin? Since I found the last commit on Github is still 5 months ago, where can I find the latest version? Thanks

  2. Thanks got it (sorry, didn't see it earlier). I've logged in and don't see any red flags. However, I did find something interesting. If you add the "debug=1" param to the URL, it works:

    /service-pages/?template=picture&debug=1

    I can't find a reason for why it works with that and not without. I've gone through the code and nothing in ServicePages throws a 404. So it's really unclear where that 404 is coming from. I also tracked the live HTTP headers, and noticed that ServicePages "content-type: application/json" header never gets sent, meaning the 404 appears to be happening before the module is executed.

    Since this module has no initialization, I'm of the opinion right now that something else is interfering with the request. I've gone through your modules and don't see anything that appears to be a problem. The only thing you might want to try is temporarily switching back to the default admin theme, just in case there is something there. Though not sure how there could be, but give it a try.

    Next steps is that it may be good for me to get a look at your phpinfo(), and I can do further tests but probably need FTP or SSH if you want me to. I would modify the ServicePages module while doing the requests, which should give a much closer look at what's going on.

    Hi Ryan, It is a great module! However, I also got the same problem as Sevarf2.

    I have confirmed that everything should be setup, but when I clicked on "Type a URL query string here to test:", it does not have any response.

    When I access my web with "service-pages/?template=basic-page&sort=-modified" it returns HTTP 500 "Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request" but I could access the data after appended the "&debug=1". I thought the 404 page mentioned above is Sevarf2 did not setup the custom error page for HTTP 500 page.

    If you need my phpinfo() or any other details, I could send those you by PM, thanks for your help!

    • Like 1
×
×
  • Create New...