Ryan Yu
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help – Website inaccessible – server 500 errorDo you have another wordpress installed on your root directory?
Or are there just normal html/php files?Also just in case, contact your hosting company to see if your server is down.
Forum: Fixing WordPress
In reply to: Help – Website inaccessible – server 500 errorCan you check if there’s a .htaccess file on your root directory
located in http://www.woodleighschool.com/ ?Forum: Fixing WordPress
In reply to: Help – Website inaccessible – server 500 errorAs fonglh said above,
add the code in .htaccess file and put the file in the
http://www.woodleighschool.com/wordpress/so the location of .htaccess file should be
http://www.woodleighschool.com/wordpress/.htaccessForum: Fixing WordPress
In reply to: Help – Website inaccessible – server 500 errorTry to create one, refer to here:
http://codex.ww.wp.xz.cn/Using_Permalinks#Creating_and_editing_.28.htaccess.29But just to make sure you are sure you have insatlled WordPress correctly on your server?
Coz it doesn’t seem there’s the wp-admin location here
http://www.woodleighschool.com/wp-adminForum: Fixing WordPress
In reply to: Help – Website inaccessible – server 500 errorTry checking your .htaccess file. Many times 500 server issue is caused by .htaccess.
Forum: Fixing WordPress
In reply to: PLEASE HELP! Cannot modify header informationHey loboxd,
Did you try checking the functions.php if there’s any blank space?
Forum: Fixing WordPress
In reply to: PLEASE HELP! Cannot modify header informationHey loboxd,
As dfwgreg said above, the functions.php might have a blank line at the top or bottom and it causes the issue.
Check the functions.php and remove any blank lines at the top and bottom.
Forum: Fixing WordPress
In reply to: Custom Page TemplatesTo download the page.php file, you will have to access to your ftp server.
To do it, you need a ftp software like Filezilla.Once you log in your server, go to
wp-content/themes/your-theme
and you will find the page.php.Alternatively you can download WordPress and get the page.php.
http://ww.wp.xz.cn/download/Let me know if you are not sure of anything 🙂
Forum: Fixing WordPress
In reply to: Custom Page TemplatesTo create a custom page template, refer to this
http://codex.ww.wp.xz.cn/Pages#Creating_Your_Own_Page_TemplatesIf you are not sure where to start,
download the page.php from your theme folder and change the name to something else.And add the code below at the top of the page.
<?php
/*
Template Name: Home
*/
?>Upload the custom page template to your theme folder.
In your admin page, create a page and choose Home as a template.
Now you can edit the custom page template to display the page as you wish.
Forum: Fixing WordPress
In reply to: Photos not uplading properlyHi James,
Try with esmi’s way first as it’s the normal way to create uploads folder.
But if it still doesn’t work, please try with my way once more,
but the name of uploads folder should be all lowercase.
From your screenshot, you named it “Uploads”, but it should be “uploads”.Also just in case, check with the allowed file size.
Forum: Fixing WordPress
In reply to: I can't login and I'm getting a warning message.Hi fireflysd,
To narrow down the issue, first check with functions.php and see if there’s any space or new line at the top.
If so, remove it.If it doesn’t help, can you tell us what’s in functions.php?
Also if you have installed any plugins, go to plugins folder
and remove any plugins you have installed and see if it works.
(Please back up the plugins before removing).Forum: Fixing WordPress
In reply to: Photos not uplading properlyHi James,
You need to change the uploads folder and its sub-folders permissions to 777.
Also make sure if there are year and month folders in the uploads folder.So the folder structure should be:
wp-content > uploads > 2011 > 09Another way is to do like esmi’s way. That way is the normal process of how wordpress creates the uploads folder.
However I found many clients have the permission issues especially with Plesk.
So make sure to check if uploading works ok next month as well.Forum: Fixing WordPress
In reply to: Photos not uplading properlyThe wp-content folder needs to be writable.
However as making “wp-content” folder writable is a bit dangerous, you can just create a folder “uploads” in wp-content folder and make uploads folder writable.
To do that, you will have to access to your ftp server.
Forum: Fixing WordPress
In reply to: I can't login and I'm getting a warning message.To access your server, you need a ftp software.
FileZilla is a good one and free.
http://filezilla-project.org/Once you install FileZilla, you need to know your
– host address
– username
– passwordYour host address would be
http://ftp.themindfulfirefly.com
and username and password would be same as your cpanel login details.
If you are not sure, you can ask your hosting company for the ftp login details.Once you login, go to
www/wp-content/themes/tropicala
and you should be able to find the functions.php.Let me know if you are not sure of anything 🙂
Forum: Fixing WordPress
In reply to: I can't login and I'm getting a warning message.You can download your wordpress files through the ftp.
When you login your server, go to
“wp-content/themes/tropicala”
and there should be the functions.phpDownload it and open up in the preferred text editor like Dreamweaver or Notepad and see the code (line 15).