Page 1 of 1

Social Engine mit Xampp

PostPosted: 18. July 2010 00:45
by Davemode
I am having a problem getting the social engine CMS to work with the new version of xampp. It works with xampp 1.70 but not the latest version. I install social engine trial version to the htdocs folder but when I browse to it nothing appears in my browser. Im running windows 7 home ed. Anyone have any ideas?

Re: Social Engine mit Xampp

PostPosted: 18. July 2010 03:04
by Altrea
my first idea is to post this in the english part of this board.

Re: Social Engine mit Xampp

PostPosted: 18. July 2010 16:10
by JonB
If this is the product/script you are referring to?

http://www.socialengine.net/

Did you test PHP and MySQL before installing? Did you check with the software developer's support?

:?:

osf

Re: Social Engine mit Xampp

PostPosted: 18. July 2010 22:36
by Davemode
Yes PHP and Mysql works fine. I'm able to login and create a database with PHP my admin. Yes I contact the developer and they are looking into it but I think the problem is with the the new version of Xampp version 1.7.3 since it works with the 1.7.0 version.

Re: Social Engine mit Xampp

PostPosted: 19. July 2010 05:05
by Davemode
Just figured out what the problem was. I just needed to install the ioncube_loader_win_5.3.dll to ...\xampp\php\ioncube folder and edit the php.ini file in ...\xampp\php directory so that the first line has the following code: zend_extension = "C:\xampp\php\ioncube\ioncube_loader_win_5.3.dll"
Now it works fine.

Thanks

Re: Social Engine mit Xampp

PostPosted: 26. March 2011 15:24
by PrettyPistol555
Davemode wrote:Just figured out what the problem was. I just needed to install the ioncube_loader_win_5.3.dll to ...\xampp\php\ioncube folder and edit the php.ini file in ...\xampp\php directory so that the first line has the following code: zend_extension = "C:\xampp\php\ioncube\ioncube_loader_win_5.3.dll"
Now it works fine.

Thanks




this info is exactly what i am looking for, however my xampp\php\ lacks the ioncube folder. am i supposed to copy the ioncube folder from SocialEnging folder?