Wordpress error: session_start() cannot send session cache limiter

January 13, 2010 by Alex · Leave a Comment
Filed under: HTML, PHP, Web programming, Wordpress 

Wordpress question: I get the session_start(); Cannot send session cache limiter – headers already sent (output started at /var/www/html/includes/myfile.php:1) in … error message when I activate my plugin. I had this on line 7: session_start();
My widget doesn’t work properly and as I was told it has something to do with cookies. I hope that you guys can tell me what is going on with my cookies.
pls help me.

Read more

Wordpress permalink on Windows IIS 7

December 29, 2009 by Alex · Comments Off
Filed under: HTML, PHP, Programming, Web programming, Wordpress 

Question: I have trouble installing permalinks for my Wordpress project. I get an infamous ServerĀ Error 500 while running 64 bit Windows Server 2008 and IIS 7. PHP 5.3.1 and fast CGI module is installed. What to do? Wordpress instructions did not work out well(http://codex.wordpress.org/Using_Permalinks).

Read more

Wordpress warning: Cannot modify header information – headers already sent

December 13, 2009 by Alex · Leave a Comment
Filed under: HTML, PHP, Web programming, Wordpress 

Problem: I keep getting the “Cannot modify header information – headers already sent by myfile.php in pluggable.php in Wordpress 2.8.3. It prevents my pages from loading. What should I do? It is urgent… Read more

Pass variable from Javascript to PHP

December 13, 2009 by Alex · Leave a Comment
Filed under: HTML, PHP, Web programming, Wordpress 

In my Wordpress project I need to pass info from Javascript to PHP code. I’ve tried with all the known methods but was unable to parse the data. How can I do that?
Read more