Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Gazelle (http://www.bvlist.com/forumdisplay.php?f=40)
-   -   gazelle on centos 5.3 (http://www.bvlist.com/showthread.php?t=4293)

mrs 20th January 2010 10:34

gazelle on centos 5.3
 
Hi,

I'm trying to install gazelle on centos 5.3 + lxadmin.


All is ok when i run ./autogen.sh, but i have errors when i run make command.
I can upload a file here to see the errors, please tell me which file to upload

:sos:

Thank you

Phogo 21st January 2010 14:32

What errors do you have?

mrs 22nd January 2010 17:55

Quote:

Originally Posted by Phogo (Post 19822)
What errors do you have?


I have solved this errors but now i have php errors.


It displays just a blank page, or i it turs display errors to on, i have the following errors:

Code:

Notice: Undefined index: HTTPS in /home/admin/christianmovies.eu/classes/config.php on line 10

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/admin/christianmovies.eu/classes/config.php:10) in /home/admin/christianmovies.eu/classes/script_start.php on line 36

Notice: Undefined index: logged_user in /home/admin/christianmovies.eu/classes/script_start.php on line 42

Notice: Undefined index: keeplogged in /home/admin/christianmovies.eu/classes/script_start.php on line 57

Notice: Undefined index: clearcache in /home/admin/christianmovies.eu/classes/class_cache.php on line 397

Notice: Undefined index: querytime in /home/admin/christianmovies.eu/classes/class_mysql.php on line 160

Fatal error: Call to undefined function mb_detect_encoding() in /home/admin/christianmovies.eu/classes/script_start.php on line 768


Phogo 22nd January 2010 18:02

have a look at the official Project Gazelle forums.
Project Gazelle

mrs 22nd January 2010 18:35

Quote:

Originally Posted by Phogo (Post 19871)
have a look at the official Project Gazelle forums.
Project Gazelle

The answer is here

I have to install php-mbstring.

Now it's working.

Thank you Phogo.

Phogo 22nd January 2010 18:42

No problem.

mrs 22nd January 2010 19:21

Quote:

Originally Posted by Phogo (Post 19874)
No problem.

But now i heve this problem. (link is from ofiicial gazelle forum)

Phogo 22nd January 2010 19:44

Edit your config to hide sql details and turn error reporting off in php.ini

mrs 22nd January 2010 19:57

Quote:

Originally Posted by Phogo (Post 19879)
Edit your config to hide sql details and turn error reporting off in php.ini


Where exactly? In config.php?


Here are some settings for my site (from kloxo panel)

Enable Dl
Register Long Arrays
Allow Url Fopen
Allow Url Include
Register Argc Argv
File Uploads
Cgi Force Redirect

Safe Mode: off
Session Save Path: /var/lib/php/session

Phogo 22nd January 2010 20:00

In your /classes/config.php file.

define('DEBUG_MODE',false); //Set to false if you dont want everyone to see debug information, can be overridden by the site_debug permission


All times are GMT +2. The time now is 01:27.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.