Re: Bug: Flux CMS snapshot

"list.fluxcms" <[email protected]> Wed, 16 Dec 2009 21:49:25 +0100
Newsgroups gmane.comp.cms.bitflux.general
Message-ID <[email protected]>
Hi Andreas,

your 500-Error concerns the apache configuration.
See at http://de3.php.net/configuration.changes
There is a need for the "AllowOverride All" directive
to get the php_value running from .htaccess.

Alternate you can put the php_value settings in your
apache configuration file as well - then there is no
need for the .htaccess, and the system gets faster.

Hope this helps.

Thomas

tiri GmbH
Lauenburger Str. 31a
21493 Schwarzenbek
Tel. 04151 8674995
Fax. 04151 8674996
Net. http://www.tiri.li

Gesch=E4ftsf=FChrer: Anja Baumann, Thomas Baumann
Sitz Schwarzenbek, Amtsgericht L=FCbeck, HRB 8837 HL
Zitat von Andreas Bachmann <[email protected]>:

>
> Hi,
>
> Env:
> WinXP
> Apache 2.2.14
> mod_fcgid 2.3.4
> PHP 5.3.1
> MySQL 5.1.41-community
>
> When I'd like to install Flux CMS, an error came:
> [...]
> Checking for MySQL Support ... Wrong version.
> Flux CMS cannot be installed due to:
> MySQL too old. Should be >=3D 4.0, is mysqlnd 5.0.5-dev - 081106 - $Revis=
ion:
> 289630 $
> [...]
>
> I fixed the part:
> function getMysqlVersion() {
>     if (extension_loaded("mysqli")) {
>         $mysql_version =3D @mysqli_get_server_info();
>         if (!$mysql_version) {
>             $mysql_version =3D @mysqli_get_client_info();
>         }
>     } else {
>         $mysql_version =3D @mysql_get_server_info();
>         if (!$mysql_version) {
>             $mysql_version =3D @mysql_get_client_info();
>         }
>     }
>
>     if (strpos($mysql_version, "mysqlnd") =3D=3D 0) {
>         $arr =3D explode(" ", $mysql_version);
>         $mysql_version =3D $arr[1];
>     }
>
>     return $mysql_version;
> }
>
> Another thing: install/.htaccess has php module specific commands and
> brought me a "500 Internal Server Error"
> [...]
> [Wed Dec 16 20:53:26 2009] [alert] [client 127.0.0.1]
> F:/apache2.2/htdocs/fluxcms/install/.htaccess: Invalid command 'php_value=
',
> perhaps misspelled or defined by a module not included in the server
> configuration
> [...]
>
> greets
>
> Andreas
> --
> bitflux-cms mailing list
> [email protected]
> http://lists.bitflux.ch/cgi-bin/listinfo/bitflux-cms
>
>


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

-- =

bitflux-cms mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bitflux-cms