Sagar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Request forbidden by administrative rules after login to wp-adminI have managed to fix it.
I’ve just turned all my plugins off from phpmyadmin and then downgraded wordpress version.
Then I was able to login and re-activated all my plugins, now everything is working fine.I didn’t update to the latest version though.
Forum: Themes and Templates
In reply to: Slider is not workingOk, thank you.
Forum: Localhost Installs
In reply to: Not set Permalink Settings on localhostHello,
Please open the .htaccess file & insert the following code :
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressForum: Localhost Installs
In reply to: File upload errorHello,
I’d request you to please increase the post_max_size & upload_limit to the concerned value which you wish to have.
It can be increased from the .htaccess or php.ini
Hence, please do the needful ??Forum: Hacks
In reply to: Making the subscription button more noticeableHello,
The one which your using is too basic.
I’d recommend you to please go with Welcome gate.
It will make a subscription list much more arrive.
The target will be more too as the site will be publish on there forum as well.It is just a warning created for the cron.php as it is not getting the appropriate variables.
You can comment it out or else get back the wp-includes from a fresh setup.Forum: Networking WordPress
In reply to: Uploading imagesHello,
Add the following lines to your .htaccess
php_value upload_max_filesize 20M
php_value post_max_size 20MIf your hosting provider has disabled that, then contact them & tell to increase the above values.
Forum: Networking WordPress
In reply to: Takes me to my main site when I type in the subdirectoryI’d request you to please use the following code to your .htaccess file.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressForum: Networking WordPress
In reply to: Is it possible to copy a site within network?It is possible to do so, just make a xml for the settings & for the other site just import the first’s xml file.
You can take help of wp-import plugin.
Forum: Networking WordPress
In reply to: Site not working after trying to change URL to domain from IPDear Client,
Add these two lines to your wp-config.php, where “example.com” is the correct location of your site.
define(‘WP_HOME’,’https://example.com’);
define(‘WP_SITEURL’,’https://example.com’);Remove the example.com with your domain
Forum: Hacks
In reply to: Multiple tmp tables shutting down large wordpress siteI’d request you to please optimize your database once, or else try to get a vps or dedicated server.
Forum: Networking WordPress
In reply to: Fatal error: Call to undefined function get_current_screen()Please grant full access, you’ve only provide an access to change the profile ??
Forum: Networking WordPress
In reply to: Fatal error: Call to undefined function get_current_screen()please send the credentials to [ email redacted, please do not do that ]
I’ll fix it up.
Do mention all the urls in mail.Forum: Networking WordPress
In reply to: Fatal error: Call to undefined function get_current_screen()Try to check whether the file screen.php exist or not on the path wp-admin/includes/
It would be also an alternative for it.
It would be great, if you can create wp-user for me.
I’ll fix it up.Forum: Networking WordPress
In reply to: Fatal error: Call to undefined function get_current_screen()Okay, try to insert this small piece of code above the error line.
`require_once(ABSPATH . ‘wp-admin/includes/screen.php’);’