View Single Post
  #3  
Old 23rd November 2012, 16:41
firefly's Avatar
firefly firefly is offline
Senior Member
 
Join Date: Dec 2009
P2P
Posts: 74
Default
Quote:
Originally Posted by System View Post
I install source and have an error.
How do I resolve this problem?

Click the image to open in full size.


Click the image to open in full size.


Click the image to open in full size.
What are you executing this script on windows or Linux ? cause that looks like a problem with php.

create a new file called info.php and add this
PHP Code:
<?php phpinfo();?>
and then executing the file by going to http://yoursite.com/info.php
Reply With Quote