BFD Calendar Posted September 29, 2013 Posted September 29, 2013 What is going wrong? I can't edit any page with this fieldtype anymore. Error: Call to a member function set() on a non-object (line 48 of /processwire/wire/modules/Fieldtype/FieldtypeURL.module)
Soma Posted September 29, 2013 Posted September 29, 2013 What did you do? That sound not like a problem we are aware of. What version of PW? Because the line isn't where this problem would appear. It sounds more like your PW install is corrupt, missing files or whatever. Try putting in a new wire folder. 1
BFD Calendar Posted September 29, 2013 Author Posted September 29, 2013 Upgraded to PW 2.3 two days ago. Perhaps something went wrong in the ftp-transfer. I'll re-up the wire folder tomorrow and let you know.
BFD Calendar Posted September 30, 2013 Author Posted September 30, 2013 Replaced the wire folder with a new one and the problem was solved. Thanks. 1
BFD Calendar Posted September 30, 2013 Author Posted September 30, 2013 Out again Fatal error: Call to a member function getLoadQueryAutojoin() on a non-object in /wire/core/Pages.php on line 309
ryan Posted October 4, 2013 Posted October 4, 2013 It actually does sound like files are missing (or unreadable). If it's fixed again by replacing your /wire/ directory, then I would suspect your web host. Some web hosts run scripts nightly that go and look for files containing certain names or patterns which they assume to be problematic from a security standpoint. Unfortunately they far from perfect, and they flag files that have no problems at all. I believe this is because of filenames similar to WordPress filenames that have issues. For instance, Dreamhost apparently flags ProcessWire's /wire/core/Page.php, and they can't even figure out why. Once they flag it, they make the file unreadable, essentially breaking the installation. I've been in contact with one user that is having this problem with Dreamhost. This could be what's happening in your case, though with one of the /wire/modules/Fieldtype/ files (FieldtypeURL?). Check that all of those files have full read permissions. Also, check any Fieldtype modules you have in /site/modules/.
BFD Calendar Posted October 19, 2013 Author Posted October 19, 2013 Since another new clean install everything works fine. Also switched to a different FTP appliation.... 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now