I modify the site name in variable table using phpmyadmin as below.
s:21:"[email protected]";
to s:21:"[email protected]";
But then when I run cron I get the follwoing message.
Warning: Cannot modify header information - headers already sent by (output started at /public_html/includes/bootstrap.inc:566) in /public_html/includes/bootstrap.inc on line 739
This is just a examle, but if I change something in variable table using phpmyadmin I always get the same error.
When I modify variable table do I need to modify also other tables at the same time ?
print
etc? – Beebee Sep 3 '14 at 9:23s:
and:"
. Oh, and please use example.com and example.net as example domains. my-site.com is someone's private site, you know, and my-site.net is commercial. I bet neither is in any way related to you or this problem. – Mołot Sep 3 '14 at 9:31variable_set
ordrush vset
to set variables. – David Thomas Sep 3 '14 at 9:45