Hy,
i saw Boonexx and tought it seems like an really nice Community Software.
Installation works fine, but after i trie to install the photo modul from administration gui i got an Error 500 on the frontpage. Adminpanel ist still working.
Message after i tried to install the original Photo Module:
Error/Config/Serversetup:
Nginx (lat Vers) + php5-fpm + APC
-
PHP: 5.3.8-1~dotdeb.2 - OK
- allow_url_fopen = On - OK
- allow_url_include = Off - OK
- magic_quotes_gpc = Off - OK
- memory_limit = 134217728 - OK
- post_max_size = 104857600 - OK
- upload_max_filesize = 104857600 - OK
- register_globals = Off - OK
- safe_mode = Off - OK
- short_open_tag = On - OK
- disable_functions = - OK
- php module: curl = curl - OK
- php module: gd = gd - OK
- php module: mbstring = mbstring - OK
- php module: xsl = xsl - OK
- MySQL: 5.1.58-1~dotdeb.1 - OK
-
Web-server: nginx/1.0.9
- rewrite_module - UNDEFINED (try to check manually: apachectl -M 2>&1 | grep rewrite_module)
- OS: Linux Debian-60-squeeze-64-minimal 2.6.32-5-amd64 #1 SMP Mon Oct 3 03:59:20 UTC 2011 x86_64
Nginx Error Log:
PHP Fatal error: Call to a member function getClassPrefix() on a non-object in /var/www/sheepit.de/templates/base/scripts/BxBaseSearchResultSharedMedia.php on line 134" while reading response header from upstream, client: 95.168.xxx.xxx, server: sheepit.de, request: "GET / HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "sheepit.de"
I can fin the following Lines in the File descripted by the Error:
134 $sClassName = $this->oModule->_oConfig->getClassPrefix() . 'Privacy';
135 bx_import('Privacy', $this->oModule->_aModule);
136 $this->oPrivacy = new $sClassName('sys_albums', 'ID', 'Owner');
I can install all other Modules without a Problem :-/
Maybe someone can helps me out?
BTW: Sorry for my english, it's not my native language..
bR
Bernd