pratikrawal
Forum Replies Created
-
Forum: Plugins
In reply to: [BulletProof Security] Can not update or delete this pluginYes I already did it. Thanks.
Forum: Plugins
In reply to: [BulletProof Security] Can not update or delete this pluginYes before 15 minutes ago…
I did it by following way.
I went to filezilla ..and to the wp-content/plugins/ folder
then selected “Bulletproof Security” folder and changed it permission and deleted and on other side I downloaded the latest version of bulletproof security plugin to my computer and extracted files.Then I just simply uploaded that plugin to wp-content/plugins/ through filezilla.
Thanks for your help.
Forum: Plugins
In reply to: [BulletProof Security] Can not update or delete this pluginServer Type: Apache mod_fcgid/2.3.10-dev
Operating System: Linux
WP Filesystem API Method: direct
Server API: cgi-fcgi CGI Host Server TypeWhat should be the permission for /plugins/ folder…?
Forum: Plugins
In reply to: [BulletProof Security] Problem with 500 internal server errorHi Anoraak,
The following solution worked for me!
I added user.ini file into my wordpress home directory!
Example https://www.xxxx.com/user.ini
I wrote following code!
post_max_size = 40M
upload_max_filesize = 40M
memory_limit = 128M
max_input_time = 600
max_execution_time = 600and it worked for me!
Thanks.
Forum: Plugins
In reply to: [BulletProof Security] Problem with 500 internal server errorGuys,
I talk to go daddy..they include one file I guess user.ini and It worked for me..
Thanks
Pratik.Forum: Plugins
In reply to: [BulletProof Security] Problem with 500 internal server errorThanks for prompt reply.
I have installed moodle app, which is app for putting online video and some other stuff. When I am trying to add my existing video, it says,
“the uploaded file exceeds the upload_max_filesize directive in php.ini.”my file is 35MB. I was searching online for the solution, I found I have to write something like,
########
php_value upload_max_filesize 50M
php_value post_max_size 50M
php_value max_execution_time 500
php_value max_input_time 500
#########in .htaccess file.
now I am confused since I installed BPS, what should I do to write this?
I can see “htaccess file editor” tab under BPS plugin, and I can see secure.htaccess and default.htaccess tab and code respectively.
Should insert above code into both the tab?
I would like to buy this BPS pro version, but I need to know do you guys support via telephone if I do that.?
Thanks.
Pratik.Forum: Localhost Installs
In reply to: How to transfer WordPress site to Virtual hostI found that, in my case I just need to copy those files from xampp-> htdocs-> my website to virtual host 111.111.11.11 through ftp!
but is it that simple, because one of my networking friend told me that , I have to create the database as well and change the ip address 127.0.0.1 to the 111.111.11.11 , which is the one where I am transferring.
In which file should I change it?
Thanks.!
Forum: Fixing WordPress
In reply to: New theme installation on exiting themeThanks. Chris.