KateWL
Forum Replies Created
-
Forum: Plugins
In reply to: [EntryWizard] Sorry this image will not be accepted errorYes, I was advised the file name and extensions were all identical to the original. The member with the problem was advised to check their javascript settings. Although the member hasn’t replied, I know they have been uploading successfully since then, so will assume javascript was the problem and mark this thread as resolved.
Thanks again.Forum: Plugins
In reply to: [EntryWizard] Download Warning: popen() has been disabledNo problem…wasn’t sure where I was going with the txt file. Working perfectly now. Hopefully no more issues with that. Thanks again.
Forum: Plugins
In reply to: [EntryWizard] Download Warning: popen() has been disabledThanks for the quick reply. I followed your instructions and added the line above to the original entrywizard/javascript/ewz-webforms.js file and saved it as the same name, but as a .txt format file in the same folder, with the original .js file. The original file is unchanged. However, when I try to download it’s now showing this error code…
Warning: popen() has been disabled for security reasons in /virtual/ourwebsite/public_html/wp-content/plugins/entrywizard/classes/ewz-webform.php on line 432
*** EntryWizard ERROR *** Zip command failedHave I missed something?
This error message also shows when opening the webform…
Warning: system() has been disabled for security reasons in /virtual/ourwebsite/public_html/wp-content/plugins/entrywizard/includes/ewz-admin-webforms.php on line 304Thanks in advance…
Forum: Fixing WordPress
In reply to: Images in Media Library broken/not showing upHi..you may not be the same problem, but this worked for me. Try this first.
In the root directory where your wordpress files are stored, find or create a php.ini file.
It may be a hidden file in the public-html directory or a sub/addon-domain directory if you have created one.
If you’re using ftp like filezilla to locate the file you may have to set it to “Force showing Hidden files” located on the “Server” menu at the top.
Alternatively, try Cpanel -> File Manager..it should show up in the directory that holds your wordpress files for your site, but if not ask your web host for help.If a file already exists…
Search it for post_max_size=8M, and change it to post_max_size=512M
Then search for upload_max_filesize=2M, and change it to upload_max_filesize=256MIf you have to create a new php.ini file…
paste this into a new file
memory_limit = 512M
upload_max_filesize = 256M
post_max_size = 256M
safe_mode = OffYou can create a new php.ini file using your CPanel->File Manager
For more detail google how to create a php.ini fileHopefully this will set you on the right track 🙂