befree22
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] ContactForm7 Blank White Screen Error 524I’m using 3.8.1
I’m using WP 3.8.1
Forum: Reviews
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Best WordPress Backup PluginI’m using WP 3.8.1 on Nginx.
Forum: Fixing WordPress
In reply to: Help adding index.php to ALL directories for securityHi,
I do appreciate your help. I looked at the WP hierarchy image you sent me and I want to avoid causing problems with WP updates and site functioning.
I will go ahead and add index.php to wp-includes, uploads and upgrade folders and I’ll test the site just to be sure everything is runs fine.
Thanks a lot
Happy Holidays!Forum: Fixing WordPress
In reply to: Help adding index.php to ALL directories for securityHi,
OK, forget adding the index.php file to the WP child theme folder.
What about adding it to wp-includes, uploads and upgrade folders that don’t have index.php?
Also, what about adding the .htaccess file?
Thanks
Forum: Plugins
In reply to: [DB Cache Reloaded Fix] db-cache-reloaded-fix is MALWARENo, don’t add it cause you don’t need it. It doesn’t work. Last Updated: 2012-6-14
Avoid it like the plague. All you need is W3TC cache plugin.
I really appreciate your quick response.
OK, so you fixed the loading bug so that the plugin only load on the login page and admin backend.
So you switched from http://www.cs-networks.net to smsglobal.com service? Is the latter cheaper? What code changes would I need to make smsglobal.com work?
Hi,
Were you able to fix this sms plugin’s load problem so that it only loads on the login page and admin page?
Forum: Plugins
In reply to: [DB Cache Reloaded Fix] db-config.ini missingI think that db-cache-reloaded-fix is malware. I’m unable to delete it from my plugin folder and from File Manager. My wp admin and my homepage are displaying a blank white screen.
I think that db-cache-reloaded-fix is malware. I’m unable to delete it from my plugin folder and from File Manager. My wp admin and my homepage are displaying a blank white screen.
Forum: Fixing WordPress
In reply to: Add random number code to sidebar widgetWow! I got the following random number generator php code to work in Shortcode Exec PHP plugin:
$amountOfDigits = 6; $numbers = range(0,9); shuffle($numbers); for($i = 0;$i < $amountOfDigits;$i++) $digits .= $numbers[$i]; echo $digits; //prints 217356I go the code from http://stackoverflow.com/questions/3140235/php-random-number
Forum: Plugins
In reply to: wp-config.php chmod command helpAnyone can help me fix this issue?
Forum: Installing WordPress
In reply to: Site not displaying after migration and name changeIn my original post, I clearly stated that I have an unmanaged webhosting service.
I fixed the problem myself and !! SURPRISE !! it was a simple one. There is a index.html and index.php file in the root folder. The .php file is WordPress but .html is created with each new domain name. I removed this .html and Voila! My site is displaying.
Forum: Installing WordPress
In reply to: Site not displaying after migration and name changeNo.
I’m saying that my site isn’t displaying after installing WordPress. The above posts are a record of the troublehooting I’m doing in my attempt to get my site displaying. If you visit the new site you’ll see that it isn’t displaying at all. The plugins have nothing to do with the site not displaying.
I’m reading http://wordpress.org/support/topic/my-site-is-not-displaying-theme-correctly?replies=6 where someone said theme not displaying cause calling “localhost” in the theme and not the actual domain name. How do I check that the actual domain name is being called in the theme?
I’m also reading http://www.hongkiat.com/blog/common-wordpress-errors-with-solutions/ for a solution.
Forum: Installing WordPress
In reply to: Site not displaying after migration and name changeI was able to upload the plugins via WP admin but I had to connect to ftp each time — I was simply stating that I never had to enter ftp details to upload plugins from the repository or .zip files from my desktop.
I wonder why my site isn’t displaying after reinstalling it.