Abhisheksharma
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error uploading images in the Post screenHello adminx, looks like you have a problem in permissions.
Can do als -land check if the write permissions are assigned to the user being used for running the apache services, usually itsapache. Let me know.Cheers,Abhishek Sharma.
Forum: Fixing WordPress
In reply to: Parse error…Hello DrMax, what is the version of PHP you are using? This is a PHP problem, it happens usually due to a missing curly bracket. Can you please check on the given line OR post some code here for troubleshooting?
Thanks,
Abhishek Sharma.Forum: Fixing WordPress
In reply to: All pages in site periodically come up blankHello Celebitchy, what version of WordPress are you using? Can you please use version
2.0.4?Forum: Fixing WordPress
In reply to: can’t get ‘comments’ to workHello loen,
Do you have the filewp-comments-post.phpin the installation root folder of WordPress?Forum: Fixing WordPress
In reply to: What do i need to know to use wordpress on my sites?Hello Nachoen,
Basically you are looking forward to customize WordPress for your own requirements, if you have been tinkering around with WordPress for a while I hope you have realized its written in PHP and uses mysql for storing the data – your posts et al.So incase you want to integrate the features of wordpress to your site, go ahead and master PHP and MYSQL. Don’t forget to contribute your code to the wordpress dev team. 🙂
Hope this helps.
cheers,
Abhishek Sharma.Forum: Installing WordPress
In reply to: ErrorHello denileigh,
Have a look at this link, someone has posted a solution.
Hope it helps.http://mu.wordpress.org/forums/topic.php?id=888&replies=2Cheers,
Abhishek Sharma.Forum: Installing WordPress
In reply to: host allows remote connections (ESSENTIAL)Hello ImanolApaolaza,
Yes by remote connections it means http and mysql. Ideally if you are running apache and mysql on the same server, you need not open the ports of mysql for remote connections.Incase you have apache-wordpress running on one server and mysql running on another server then you should open TCP/3306 open on the mysql server.
As such you should keep the TCP/80 open on the apache-wordpress server,else other users will obviously not be able to access your blog. 😉
Hope this helps.
Cheers,
Abhishek.