Uncaught Error: Call to undefined function PrivateBin\ctype_xdigit() in /usr/local/www/privatebin/lib/Request.php #1412
-
Describe the problem/questionI can upload things to my pastebin fine but.. cant seem to actually use the links when generated Did you use the FAQ section?
What you did?So, i went and checked the logs and here's what i see
What happensNo response What should happenAnd if I watch them while generating a paste, then copying the link, then navigating to that link, it throws that Uncaught Error an the page doesn't load beyond the white background. Additional informationLogs above, Server addresshttps://paste.kitsunehosting.net Server OSFreeBSD WebserverApache PrivateBin version1.7.4 Browser and versionFirefox Local operating system and versionArch Issue reproducibilityNo, I cannot reproduce it on https://privatebin.net. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
As of version 1.7.2, the updated input sanitation uses the ctype PHP extension. It contains the missing function you need. See also the minimal requirements in the install document. |
Beta Was this translation helpful? Give feedback.
As of version 1.7.2, the updated input sanitation uses the ctype PHP extension. It contains the missing function you need. See also the minimal requirements in the install document.