[wp-hackers] set_transient returns false on live server but true on local host.

Otto otto at ottodestruct.com
Sun Jan 5 15:52:04 UTC 2014


If we assume that neither server has an external object cache set up,
then a return of false here most likely means that the insert or
update of the options table failed. In which case, check that the
options table doesn't need a REPAIR run on it.

-Otto


On Sun, Jan 5, 2014 at 9:35 AM, Haluk Karamete <halukkaramete at gmail.com> wrote:
> What would be the reason for the set_transient API to return FALSE on a
> live server but TRUE on local host - that's obviously for the same code.
>
> The only diff is live server is IIS and the local is Apache.
>
> And how would I get to the bottom of a set_transient-returns-FALSE
> situation?
>
> I understand that the set_transient does not return an error object in the
> case of something not going right.
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers


More information about the wp-hackers mailing list