Sagar
Forum Replies Created
-
Forum: Networking WordPress
In reply to: 500 Internal Server Error on subdomainsCould you please check the apache error logs ?
if your using cPanel >> go to the section error_logs.
Try to move the current .htaccess & re-check.
Provide both the results.Forum: Developing with WordPress
In reply to: Complete disable of Page/Post content areaHe has mentioned that it is resolved already.
Forum: Developing with WordPress
In reply to: Complete disable of Page/Post content areaI’d request you to please mark this thread as resolved.
Thank you
Forum: Hacks
In reply to: Site hacked by verifiedcasinos.comHello,
Please try to check the permissions set for your directory & files.
It must be 755 for the directories & 644 for files.
The hacker enters the exploit when the permissions are weak mostly.
Try to scan your account with any freeware & try to check if there is any sort of files ending with the extension .sh, because they are the executable shell files.Try to use genuine plugins rather than the un-official third parties 🙂
Forum: Hacks
In reply to: WP Hacked | NO ACCESS!!!Hello,
I’d request you to please remove the .htaccess from your root directory all the re-directions will be removed.
Now regarding the creation of account, download any captcha plugin & activate it up.
The robot’s account wont be created henceforth.Thank you
Forum: Networking WordPress
In reply to: Fatal error: Call to undefined function get_current_screen()Hello,
Could you please let us know whether your using any sort of e-commerce plugin ? because the concerned error arrive mostly in that part.
If your using that one, then de-activate the same plugin & do the changes given below :get_current_screen()-> add_help_tab( array
(
‘id’ => ‘overview’,
‘title’ => __(‘Overview’),
‘content’ =>
Save the same file & check.Forum: Networking WordPress
In reply to: Multisite Network Admin 404Hello,
Rather that doing this stuffs, just tell your hosting provider to change the directory root & they’ll fix it up for you.
Now regarding the admin login url, please change the site URL & home URL by adding them to the wp-config.phpForum: Networking WordPress
In reply to: 500 Internal Server Error on subdomainsHello,
It is due to the hosting have set the limit for the internal redirects, please tell them to increase the value then it will work.
If they’ve set the maximum one’s. Then you need to just re-conflict them with the appropriate .htaccess code.