kcgleaton
Forum Replies Created
-
I have done this and I still get this message:
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
Based on the advice in the nintechnet, I have removed the plugin folder as well, but no luck.
Any other ideas?
I have deleted the information in the user.ini file and still get this as an error:
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
Any thoughts on next steps?
Hello and thank you for your reply.
I have checked both locations and the code in question was not in my htaccess file and did not see a php.ini file in the folder.
Could it be that I am doing something incorrectly?
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 0Fatal 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…
Forum: Networking WordPress
In reply to: I want to create more than one Super Admin. Is that possible?Thanks for the response.
I am looking into this and do not see the checkbox you mentioned. I have logged into the Super Admin account.
Where do I find the profile for the account that I want to make a super admin?
I know this is simpler than I am making it, but I must be in the wrong place.
Your assistance is appreciated.
Thanks Andrea!
I forgot to mention in my original post that the permissions were set to 777. There IS a setting to have those permissions ‘recurse into subdirectories’ which IS NOT checked. I will try it, but should it be checked?
Let me know…
Don’t know everything, but I am willing to learn.
yes, I added the wildcard subdomain in the dns record.
I did not restart the webserver, because I do not know how.
Can you talk me down?
I have made the change to the path. It is now /var/www/vhosts/1ultima1.com/httpdocs/ . However, it is STILL not working. I am still getting the default page.
Very frustrating!
I thought it was supposed to be easier!
Oh well…
Thoughts?
No, this is the exact code I have in the apache file. Is that the right thing to do? If not, how should it be changed?
I was not sure of the syntax.
Also, how do I find the vhost entry for my domain? I still need to make that change as well.
Let me know…
I have added the following to the apache file:
ServerName 1ultima1.com ServerAlias 1ultima1.com *.1ultima1.com DocumentRoot /your/doc/root/ ServerAdmin [email protected]I found this on your blog, at: http://wpmututorials.com/how-to/enabling-wildcard-subdomains/
is this correct?
the link…
Are you looking for the domain? http://www.1ultima1.com
Next question: How do I find the vhost entry for my domain?
Final question: Do I need to make any changes to apache?
Getting closer, I hope…
Thanks!
Forum: Networking WordPress
In reply to: Having problems installing themesThanks for the reply.
I AM using the backend themes uploader and strangely enough, themes on the wordpress site upload and install just fine. It is when I am trying to upload my Genesis themes that I get this issue.
Any thoughts on this?
Thanks for your reply.
I have a dedicated server, so wildcard subdomains SHOULD not be an issue. It appears that the wildcard subdomain is set properly, but I am still getting the same result.
Could there be any additional causes?
Let me know…
Forum: Plugins
In reply to: My plugin tab is not showing – And YES I have a hosted blog!Thanks for your help!
I just realized that I was NOT in the MU blog and sent an additional post there as well.
I appreciate your assistance, even though I posted in the wrong place.
Forum: Plugins
In reply to: My plugin tab is not showing – And YES I have a hosted blog!Oh…
This is a new installation done by the person setting up my site and no, there were no new plugins installed.
Because of the nature of my site, I need to have users set up sub-accounts, so I am using MU.
Thanks again…