Warning: set_time_limit(): Cannot set time limit in safe mode in /home/vhosts/magic.cafe150.com/blog/wizard.php on line 7
Fatal error: Allowed memory size of 4194304 bytes exhausted (tried to allocate 11520 bytes) in /home/vhosts/magic.cafe150.com/blog/class/dao/customfields/customfieldsvalues.class.php on line 61
這是什麼意思呢?
有誰可以幫我解決
如 lss 所說的,請善用搜尋。這是因為你的主機商把 safe_mode 打開了,造成你部分程式沒辦法執行。 你可以試試看把 set_time_limit() 那一行程式拿掉。不過我擔心你即使裝的起來,也不見得可以執行。先試試看吧。
Mark