Forum Replies Created
-
In reply to: Filename cannot be empty
hello Chrishajer,
I didn’t changed any themes recently.The only change I did was my hosting provider.I changed my hosting provider from yahoo small business (paid hosting) to 000webhost(free hosting).I also changed my mail server to Google Apps by changing MX records.I uploaded entire website to 000webhost’s FTP server which I had downloaded from my yahoo FTP server and imported database of my website with yahoo to 000webhost.
After this change my website was working good for few days but suddenly it started showing this error.I tried replacing functions.bb-template.php file which is giving error with a fresh copy of it from BbPress original setup but in vain..
please help.
Ok.thanks chrishajer !!!
I have set all the the three permissions i.e. read,write and execute on the avatars folder. Avatars folder is in the root directory.i.e. http://www.thecollegehunt.com/avatars .Following is the link to my forum,here you can see a blank avatar box with user name-ArchuJoshi.
http://www.thecollegehunt.com/topic.php?id=21
When we inspect this blank avatar box by “inspect element”option in Google Chrome context menu,it shows following link: http://www.thecollegehunt.com/avatars/archujoshi.jpg?1265355713
This URL gives “403 Forbidden” error.
I am surprised because I used the same plugin and same settings for my another forum i.e. http://www.emaaya.com ,its working perfectly.Don’t know why its giving error with this forum only.
Hello Chrishajer,
I checked php info by above mentioned method.I found no temp folder so I created a folder called “tmp” in root directory.It worked.Now I am able to upload avatars to “avarars” folder in root directory.
But picture is not displayed after uploading.It gives message “Your avatar has been uploaded.” But its not displayed instead a blank box is displayed replacing default avatar.
I checked this error in google chrome by using “inspect element” context menu..the error says: ” 403 Forbidden “
Here is the link to plugin I am using : https://bbpress.org/plugins/topic/avatar-upload/#post-219
Plz help !!
In reply to: Mail Sending problem with mail() functionDear Johnhiler,
I tried this plugin.I provided following settings:
/* SETTINGS */
// Set to ‘smtp’ to use an SMTP server
var $mailer = ‘smtp’;
// Set a specific name that emails will appear to come from
var $from_name = ‘me@example.com’;
// The hostname of the SMTP server
var $smtp_host = ‘smtp.bizmail.yahoo.com’; //my SMTP server name
// The port (default is 25)
var $smtp_port = 465; //my SMTP port number
// Use authentication (true or false)
var $smtp_auth = true; //in my case authentication is mandatory
// Authentication user
var $smtp_user = ‘me@example.com’;
// Athentication password
var $smtp_pass = ‘password’;
/* END SETTINGS */
Rest everything is as it is. Still problem is not solved. Any idea please !!!
In reply to: Mail Sending problem with mail() functionI have problem with mail sending functionality.Whenever a user registers or clicks on lost password on my website i.e. http://www.thecollegehunt.com .The user doesn’t get any password link.
I have SMTP server name and port number with me,please tell me any workable solution.
thanks
Suresh