I now get this error when trying to access the site:
——
Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0
Fatal error: Unknown: Failed opening required ‘/home/affinityusa1/public_html/wp-content/plugins/ninjafirewall/lib/firewall.php’ (include_path=’.:/opt/alt/php54/usr/share/pear:/opt/alt/php54/usr/share/php’) in Unknown on line 0
———
I went in using ftp but there is no plugin folder for ninjafirewall; it seems that when I attempted to delete the plugin, the folder was deleted.
I then checked htaccess and this is all that is in the htaccess file:
——–
# BEGIN PopUpBypass
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^5516297b03a24/(.*)$ /wp-content/plugins/popup-domination/$1 [NC,L]
</IfModule>
# END PopUpBypass
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
———-
As far as php ini, this was all that was in there:
———-
upload_max_filesize = 64M
post_max_size = 64M
———
Is there something that I should remove from either of these files in order for this to work properly?
Is there something else I need to do?
Thank you and please let me know…