vietknight
Forum Replies Created
-
Forum: Installing WordPress
In reply to: WordPress/Free-Hostia problemDid you make a database in freehostia.com?
Using the credentials from that database, you should be inputting it into your wp-config.php file.
in your host field, it should be “mysql#.freehostia.com”. (I assume you got this address by logging into phpMyAdmin, where it should state the exact host addresses.)
Double check credentials for your database and your wp-config.ini file.
When inserting your Database names/usernames/passwords/host fields, either edit the wp-config.ini file online, OR edit it offline and delete the one online, prior to reuploading. Sometimes there are issues with files not being able to be overwritten. (try to eliminate all other possible reasons by keeping your letter-casings the same, even though this might not matter)Double check your wp-config.php file to see if anything is missing from it.
Forum: Installing WordPress
In reply to: Blank Install PagePaste your error logs on your server here. Your server may be restricting memory access.
Forum: Installing WordPress
In reply to: Blank pages when submitting forms in admin panelCheck your error log. There may be a memory restriction that often leads to blank pages.
Paste your log here if you see anything out of the ordinary.
Forum: Installing WordPress
In reply to: Stuck on an Installation step…Have you tried to scrap everything, and try again?
Forum: Installing WordPress
In reply to: Fresh Install Doesn’t Display Graphics ?“Could not locate remote server”
Forum: Installing WordPress
In reply to: Can’t loginHow did you upgrade your wordpress?
Forum: Installing WordPress
In reply to: Front page blank, admin area OKWhy don’t you just manually important the SQL file yourself?
Maybe the tech support overlooked some errors that happened during the importing of your SQL file.
Have you read the docs?
https://codex.www.ads-software.com/Moving_WordPress#Moving_WordPress_to_a_New_ServerHave you changed your URL’s in the config.ini file and the URL settings in admin?
Forum: Installing WordPress
In reply to: Fresh Install Doesn’t Display Graphics ?Are you sure you aren’t uploading your pictures in ASCII mode?
Your site seems to be inaccessible at the moment, so I am unable to evaluate your situation.
Make sure you set the upload mode to Automatic. Have you confirmed that the missing files are indeed successfully uploaded?
Try clearing cache and see if that fixes it.
Which version of WP are you using?
Forum: Installing WordPress
In reply to: Problems with subdomains and WP 2.6Is this issue resolved?
Forum: Installing WordPress
In reply to: Admin pages cann’t displayUnless you yourself has changed wordpress in the past few days I would think that most of these issues are all server-side related. I would check with your hosts to see if they have altered any access to some php functions.
If you think you’ve done something to wordpress in the past few days, then state what it was that you were doing…
Also please state whether this is a fresh install, or an upgrade and how long ago have you been experiencing these issues.
Corrupted files are quite common to these errors, so try and re-upload.
Forum: Fixing WordPress
In reply to: Moderating Comments: Comments Won’t ApproveThis has been fixed. It was due to some server restrictions on certain functions as well as memory_limit issues.
Forum: Fixing WordPress
In reply to: Moderating Comments: Comments Won’t ApproveI just checked my error log and found this:
[Tue Sep 09 16:29:41 2008] [error] [client 74.86.240.236] ALERT - function within blacklist called: ignore_user_abort() (attacker '74.86.240.236', file '/home/vievie/public_html/blog/wp-cron.php', line 12) [Tue Sep 09 16:29:41 2008] [error] [client 142.58.24.204] ALERT - script tried to increase memory_limit to 33554432 bytes which is above the allowed value (attacker '142.58.24.204', file '/home/vievie/public_html/blog/wp-settings.php', line 16), referer: https://vietknight.x10hosting.com/blog/wp-admin/edit-comments.php [Tue Sep 09 16:29:39 2008] [error] [client 74.86.240.236] ALERT - function within blacklist called: ignore_user_abort() (attacker '74.86.240.236', file '/home/vievie/public_html/blog/wp-cron.php', line 12) [Tue Sep 09 16:29:39 2008] [error] [client 142.58.24.204] ALERT - function within blacklist called: mail() (attacker '142.58.24.204', file '/home/vievie/public_html/blog/wp-includes/class-phpmailer.php', line 437), referer: https://vietknight.x10hosting.com/blog/wp-admin/edit-comments.php?comment_status=moderated [Tue Sep 09 16:29:39 2008] [error] [client 142.58.24.204] ALERT - script tried to increase memory_limit to 33554432 bytes which is above the allowed value (attacker '142.58.24.204', file '/home/vievie/public_html/blog/wp-settings.php', line 16), referer: https://vietknight.x10hosting.com/blog/wp-admin/edit-comments.php?comment_status=moderated
It seems there’s a script trying to increase the memory limit which is beyond what my host allows.
Forum: Fixing WordPress
In reply to: removing a youtube video from a websiteLook in your index.html file for the following code:
<div id="head-news"> <h3>Welcome Video</h3> <object width="310" height="220"><param name="movie" value="https://www.youtube.com/v/imdA0ngE3nQ&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="https://www.youtube.com/v/imdA0ngE3nQ&hl=en&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="310" height="220"></embed></object> </div><!--/head-news-->
This is the code for placing your video where it is now.
If you want to remove it, you can just delete it, or replace the URL with another video.
Forum: Fixing WordPress
In reply to: Moderating Comments: Comments Won’t ApproveOh, sorry I forgot to mention, when I refresh the page, it comes up as “Unapproved”.
Forum: Installing WordPress
In reply to: Error establishing a database connectionMark as resolved please.