![]() |
|
v2.2 errors so far - Printable Version +- Forums (https://www.carpe-tdm.net) +-- Forum: Start your Engine (https://www.carpe-tdm.net/forumdisplay.php?fid=6) +--- Forum: Carpe Admin & News (https://www.carpe-tdm.net/forumdisplay.php?fid=23) +--- Thread: v2.2 errors so far (/showthread.php?tid=34758) |
v2.2 errors so far - Guinness - 06-02-2007 this upgrade is giving me a headache ...<ol type='1'><!--coloro:#008000--><!--/coloro-->SOLVED<!--colorc--> <!--/colorc--></li>[*]none of the images showing in the gallery : upgrade didnt use previous directory and url setting[*]unable to upload images to gallery : upgrade didnt use previous setting[*]fatal errors solved, which also solved the portal problem so index.php?act=home is working again</ol><ol type='1'><!--coloro:#FF0000--><!--/coloro-->ARGGGHHH<!--colorc--> <!--/colorc--></li>[*]fatal error also in private messages[*]fatal php errors (memory allocation error) <!--c1-->CODE<!--ec1-->Fatal error: Allowed memory size of 8388608 bytes exhausted<!--c2--><!--ec2-->[*]images in gallery messing up the format[*]portal link not working (best to make the forum your homepage till this is solved)[*]images missing in the gallery luckly still available on the server</ol> v2.2 errors so far - Guinness - 06-02-2007 regained acces to the support forum and BAMM the fatal errors should be gone now... file: forumroot/index.php on line 2 <b>ADD </b>the following line ini_set("memory_limit","16M"); so the page starts <!--c1-->CODE<!--ec1--><?php ini_set("memory_limit","16M");<!--c2--><!--ec2--> apparently most host have it set to 8M ... so have to specify to 16M . computers are such fickle things same problem as with previous version but this v2.2 didnt even have the 8M line. v2.2 errors so far - Peter Ertl - 06-02-2007 <!--quoteo(post=29423:date=Tue 6th Feb 2007, 10:05 PM:name=Guinness)-->QUOTE(Guinness @ Tue 6th Feb 2007, 10:05 PM) <{POST_SNAPBACK}><!--quotec-->regained acces to the support forum and BAMM the fatal errors should be gone now... file: forumroot/index.php on line 2 <b>ADD </b>the following line ini_set("memory_limit","16M"); so the page starts <!--c1--><div class='codetop'>CODE<!--ec1--><?php ini_set("memory_limit","16M");<!--c2--><!--ec2--> apparently most host have it set to 8M ... so have to specify to 16M . computers are such fickle things same problem as with previous version but this v2.2 didnt even have the 8M line.<!--QuoteEnd--></div><!--QuoteEEnd--> Glad you understand it. You're doing a great job! Thanx. |