Fresh Install

  • Thread starter Thread starter Deleted member 745
  • Start date Start date
D

Deleted member 745

Guest
Hi,

I did a fresh upload of XF and when I went to install it I get this, any ideas? I installed it on a DirectAdmin VPS with APC enabled.

PHP:
Fatal error: Exception thrown without a stack frame in Unknown on line 0
 
Unfortunately that's a nightmarish error to debug. Sometimes it means an exception was thrown during shut down.

What URL do you get it on specifically?
 
Try restarting apache in case it's something in your cache, otherwise update php (you seem to have a very old version) and/or apc
 
Latest version of PHP is fine - but if you are planning to write code and later distribute, then you might want to stick to PHP 5.2.4 - that being the lowest common denominator that xf requires. Otherwise you run the risk of implementing a function that is not in those earlier versions.
 
Latest version of PHP is fine - but if you are planning to write code and later distribute, then you might want to stick to PHP 5.2.4 - that being the lowest common denominator that xf requires. Otherwise you run the risk of implementing a function that is not in those earlier versions.

No I dont write addons, so the newest should be fine then?
 
Back
Top Bottom