Jump to content

caffeineben

Members
  • Posts

    19
  • Joined

  • Last visited

Everything posted by caffeineben

  1. Continuing to post in case this can help someone else. Removed everything again including the cache files. This time I went back to my original module download which I still have. I had been uploading the FormBuilder folder I removed from the website and I think that was causing me the same problem over and over. So once I uploaded the clean original FormBuilder folder - no more errors. There was one other glitch. Under the Forms link where you go to see your forms and submissions - it was showing "This page has no Process assigned." so I was unable to do anything. Then I went on another thread that told me where I could reassign the process. This is under admin/setup where the FORMS page appears. I simply linked up the FormBuilder process and everything is working AND all my old forms and submissions are all there and intact. Guessing this is all obvious to some of the better coders out there but just in case someone is having similar problems - glad to say that I got it all working again after much effort!
  2. Was having an issue with a module. Uninstalled it and installed it again. Then when I went to the page to add a new form I couldn't do anything. Said "no process assigned". This thread helped me realize that I could just find the page and reassign the process. Everything is working as a result. Thank you.
  3. This time I removed it manually again. Then I was able to click on module links in the admin. I went to "missing". FormBuilder showed up as missing. I checked the box to remove it and saved it. Everything was working. I reinstalled it by manually uploading the FormBuilder files and am back to the same error (although the site is currently still up. Trying to share as much as possible. I assume it is something simple for people that know more than me!!
  4. OK. So when I refreshed and cleared my cache my whole site was down with a 500 server error. I believe this is why I removed FormBuilder last time. Same error above but could now view any pages on the site. So I just manually removed it again - site is back up.
  5. Hello! Hoping someone knows why I am getting this error. The form I created actually works fine but when I go into the backend and click MODULES - any of the links - the only thing I see is this error. I am not 100% sure but I may have removed this module by deleting it instead of uninstalling it and wondering if when I reuploaded the module it has caused this error? I removed the module because my whole site shut down due to an error I was getting from the FormBuilder module. It was a while ago. Again - site works fine. Form works fine. Just can't click on the modules tab in the admin at all. Thank you for any help!
  6. Thanks netcarver. Checked all 3 potential fixes and none of them are causing the issue. It's so strange to me because I have other Processwire installations on the same server and they all work!
  7. The above images show (1) what it looks like when finished uploading, (2) what it looks like when uploading, and (3) the actual file with size on my computer.
  8. I am running 3.0.210 and having issues uploading files larger than 2.6mb in the admin. Everything is working fine as long as the file is not bigger than 2.6mb. I tried uploading an 8.3mb file and a 20mb file in a file field. It shows the right file size beside the file name when you start uploading. The progress bar rolls through to 100%. Then when it his 100% the file size goes to 2MB. If I then look at the file size using FTP - the file is 2.6mb. I tried creating a new field and get the same result. I tried uploading the same files (I have tried a couple files and behavior is the same) and it works fine on another site on the same server, exact same files. Does anyone have an ideas what could be happening? Strange behavior and I can't figure it out. Wondering if I need to reinstall Processwire or upgrade it the latest release? I appreciate any help!
  9. Just a quick note to say it happened again and it was once again related to Processwire updating the OS of their services - in the process resetting ModSec rules. They went through and had to manually reset all the rules for all my sites and all working again. Thank you @Hani and @gRegor. Last time this happened was the end of 2020 and I had forgotten that was what was causing the spinning wheel when trying to upload even small images in the admin. A quick search brought this thread up and I was able to quickly get things resolved with help from Dreamhost because I knew the issue. Your help is much appreciated!
  10. I just answered my own question on the above. I am sure there are better ways to do things but all I had to do is add a Z-index number to the CSS that moved the buttons above the footer. Also could have adjusted the positioning of the buttons here (which I did not do), changing the bottom to say 80px for example. Nice and easy. .pw-edit-buttons.pw-edit-buttons-location-auto { bottom: 0; left: 0; z-index: 1100; }
  11. Hello! I am playing with an idea and want to be able to utilize the FrontPageEdit module so I can make quick content edits. Everything is working fine. I am just using the A method. It is working. The correct fields are editable. The problem I am having is that I have a fixed navbar and a fixed footer because this is meant to look like an app. The Save and Cancel button appears but it appears behind the footer. Is there a simple way to call the Save/Cancel buttons so that I can control where they appear? Maybe even have control over the Z-index so at least the buttons come in front of the footer? Thank you to anyone that can help. This is not urgent. Just a personal project and figure there must be a simple way to do this.
  12. My hosting company (Dreamhost) upgraded their VPS accounts from Ubuntu 14 (also known as Trusty) to Debian 10 (aka Buster). Since they have done that, I can no longer upload photos through the PW admin. Most of my templates use the Images field and when I go to upload an image - no matter the size, I just see spinning over the image icon. I checked my console and get the following errors: [Error] Failed to load resource: the server responded with a status of 418 () (edit, line 0) [Error] SyntaxError: JSON Parse error: Unrecognized token '<' parse (JqueryCore.js:2:13595) parseJSON (JqueryCore.js:2:13595) (anonymous function) (InputfieldImage.min.js:1:35271) I have multiple sites hosted by Dreamhost and this is now happening on all sites. I am using Processwire 3.0.165. PHP 7.4. I don't know what other info is helpful so please let me know if you have any ideas. I have filed a ticket and suspect this is a result of the upgrade as all these sites worked previously. And the sites still work - just can't upload and save to the images field.
  13. Had the same error when moving the site from one server to a new one. Checked and for some reason the ProcessPageView.module was skipped in the upload so solved by uploading that file. Glad this was here!!
  14. This issue was happening to me all of a sudden. Happened just after uploading a 3MB photo via the admin. Tried messing with permissions and no help. Tried deleting the photo via FTP and suddenly was able to login again. Uploaded another photo and got the "appears to be forged" warning. Then it occurred to me that possibly I had maxed out my allocated storage. This was the case. I increased my space on my hosting account and everything is good again.
×
×
  • Create New...