Simon Lim
Forum Replies Created
-
I suggest u to contact web hosting provider as the issue is definitely with fantastico and not WordPress.
After that, only install WP manually.
Forum: Fixing WordPress
In reply to: Admin Not Found? All of a sudden, But Files are there.Yah i did aware of that..i tried to access the third time and it works..
If u have issues with 6 blogs on the same server intermittently, it could be server issue – either server overloaded or downtime.
Forum: Fixing WordPress
In reply to: Logging on immediately to Site Admin?The only way to bookmark your login page on your browser and login directly.
Here is the link (change to ur site name)
http://yoursite.com/wp-login.phpSo that it won’t count your visit to home page.
Forum: Fixing WordPress
In reply to: Admin Not Found? All of a sudden, But Files are there.Your site is intermittently inaccessible. Tried 2 times and 1 time not able to load your site.
Is there any downtime on your web hosting provider?
What error did u encounter while removing it?
Would suggest to contact your web hosting provider.
Login using FTP to remove installation. And try the manual way.
As for the fantastico, contact your web hosting provider.
Could be fantastico related issue with your provider.
Suggest u to follow this guide to install WordPress Manually.
http://codex.ww.wp.xz.cn/Installing_WordPressForum: Installing WordPress
In reply to: Transfered to new server – not working!Hi Dan,
I tried to access your WP login page, it seems that the display is not fine too..
My suggestion is
1) Re-upload again the files into the respective directory
2) Drop the current database and reimport
3) Open to wp-config.php and add the following:define(‘WP_SITEURL’, ‘http://www.yourdomainhere.com/newdirectory’);
define(‘WP_HOME’, ‘http://www.yourdomainhere.com/newdirectory’);4) Save it and upload back to the directory
5) Go to yourdomain.com/wp-login.php and see whether it display WordPress logo and able to login or not.Hope this helps.
ThanksForum: Installing WordPress
In reply to: Bug and updatingWhat wordpress version are u using?? Can i have your site url please??
It may resolved after u update to the latest version..but it may not as it could be something else too…
Forum: Fixing WordPress
In reply to: Is This Spam?It is a trackback..but for me, i would delete it as the source seems like the spam site actually copy your content, then link back to your site…
Do delete it and treat it as spam….
Forum: Installing WordPress
In reply to: Upgrade to 2.8.6 gives a fatal errorI would suggest you to do a manual upgrade…
1)Download the latest WP version from
- http://ww.wp.xz.cn/download/
- http://codex.ww.wp.xz.cn/Backing_Up_Your_Database
2)Upload it into your directory using FTP
3)Login again after that to see if u get any fatal error…Before the manual upgrade, you may also want to backup your database using PHPmyadmin first as a precaution…you may find the steps here:
Forum: Plugins
In reply to: Custom Field Images Not WorkingWell that is weird..most likely it could be plugin compatibility issue..
Perhaps leave it for now..and wait for the next update release on that plugin…
If issue persist after next upgrade, perhaps u should email the plugin developer to describe the weird incidence…
Forum: Plugins
In reply to: StatPress Causes Website to CrawlDon’t use it…my personal experience that stats plugin like this will take up high CPU resources…
If u are hosting your site on shared hosting, u will get warning or possible of suspension….
Not feasible
Forum: Plugins
In reply to: [Plugin: WassUp] CPU usage and Wassupmy advised is to remove any built in stats reporting tool like Wassup and few others….
Even i am running a site with 2000 visitors per day on a dedicated server…i am having high load too…after disable it, it never happen at all…right now, i use google analytics to track my visitors….
this is based on my personal experience..forget about “live” reporting too…when the traffic come, it will come…. 🙂
Forum: Plugins
In reply to: Custom Field Images Not WorkingNoted..if that is the case, most likely it is not the wordpress version is causing the issue..although the plugin page
- http://ww.wp.xz.cn/extend/plugins/custom-field-images/
indicate it is compatible up to 2.8.5.
Most likely a permission issue here we are looking at…you are right, set chmod 777 on the uploads folder(wp-content/uploads)..if u are using FTP like Filezilla, u may choose to set 777 to recurse into all folder and files….
That may help to fix the issue…if issue persists, try to disable ALL plugins and left custom field image remain activated…
If issue does not persists, it could be one of the added plugin may conflict to custom field image…
That would be plugin isolation..as i do come across lots of issue like this is that may due to plugin conflict or theme compatibility…