deep4project
Forum Replies Created
-
uninstalled some plugins and it worked
Forum: Networking WordPress
In reply to: Multisite Error – Could not create site.Its not working… disabling plugin broke some of my links in gallery plugins 🙁
So the existing sites are also not functioning well now. more trappedAlso, when trying to crop or rotate the pic in gallery, it shows below error.
Warning: ini_restore() has been disabled for security reasons in /home/***********/wp-content/plugins/photo-gallery/admin/views/BWGViewEditThumb.php on line 515Thanks Kadence Themes
Forum: Localhost Installs
In reply to: Why I am getting error after setting permalink to Pagename?hi Chenna,
check for the mod_rewrite on your apache server.
if not follow these steps.
apache > Conf and find the file httpd.conf. Open that in a text editor. Use the search facility in the editor to find “rewrite”. The line you need looks like this:
#LoadModule rewrite_module modules/mod_rewrite.soYou need to take away the hash sign so it looks like this
LoadModule rewrite_module modules/mod_rewrite.soNow just save the file.
Forum: Localhost Installs
In reply to: Why I am getting error after setting permalink to Pagename?Sorry ScottyChoc,
But I don’t know more about this. its better if u start new forum post for that.
Forum: Localhost Installs
In reply to: Why I am getting error after setting permalink to Pagename?thanks esmi,
I resolved the problem on localhost.
I am using XP. I followed these steps. Hope, it may be useful for Mac OS.
apache > Conf and find the file httpd.conf. Open that in a text editor. Use the search facility in the editor to find “rewrite”. The line you need looks like this:
#LoadModule rewrite_module modules/mod_rewrite.soYou need to take away the hash sign so it looks like this
LoadModule rewrite_module modules/mod_rewrite.soNow just save the file.
Forum: Localhost Installs
In reply to: Why I am getting error after setting permalink to Pagename?Thanks esmi
mod_rewrite is not running on apche server.
How can I run it?
how to resolve this?