Search found 10 matches

by najbo
Wed 3. Nov 2010, 16:46
Forum: phpwcms Installationsprobleme Deutsch
Topic: Fatal error: _setConfig failed
Replies: 109
Views: 27979

Re: Fatal error: _setConfig failed

Ich habe die Table "phpwcms_sysvalue" gelöscht und neu konstruiert :

CREATE TABLE IF NOT EXISTS `phpwcms_sysvalue` (
`sysvalue_key` varchar(255) NOT NULL default '',
`sysvalue_group` varchar(255) NOT NULL default '',
`sysvalue_lastchange` int(11) NOT NULL default '0',
`sysvalue_status` int(1 ...
by najbo
Wed 3. Nov 2010, 16:27
Forum: phpwcms Installationsprobleme Deutsch
Topic: Fatal error: _setConfig failed
Replies: 109
Views: 27979

Re: Fatal error: _setConfig failed

Ich habe das gleiche Problem :

Frontend : Fatal error: _setConfig failed in /var/www/www.apc-tech.ch/include/inc_lib/dbcon.inc.php on line 538
Backend : Alles Ok, aber ...

Habe auch versucht wie empfohlen, eine Seitenstrukturebene zu sichern : gleichen Fehler wie im Frontend.

Ich habe von version ...
by najbo
Sun 6. May 2007, 00:51
Forum: phpwcms Support Deutsch
Topic: Ugrade - 1.2.8. --> 1.3.3.
Replies: 65
Views: 16886

Ich habe diese Werte eingesetz :

$phpwcms['db_charset'] = 'latin1';
$phpwcms['db_collation'] = 'latin1_general_ci';

Aber Achtung, es könnte vielleicht Probleme geben.
by najbo
Sun 6. May 2007, 00:16
Forum: phpwcms Support Deutsch
Topic: Ugrade - 1.2.8. --> 1.3.3.
Replies: 65
Views: 16886

Ich würde mal diesen Post anschauen

http://www.phpwcms.de/forum/viewtopic.p ... =dbversion

und dann in deiner Config file diese Werte setzen :

$phpwcms['db_charset'] = '...
$phpwcms['db_collation'] = '...
by najbo
Sat 5. May 2007, 22:08
Forum: phpwcms Support English
Topic: internal server error
Replies: 1
Views: 1070

I probably have the same error, but I'm using Firefox and the browser tries to open file phpwcms.php (there's a download or open message box) when I click on "File manager".

I updated today from 1.2.6 to 1.3.3.

[UPDATE]

Problem has something to do with GD library ...

With this value 0 for ...
by najbo
Mon 12. Sep 2005, 14:57
Forum: phpwcms Support English
Topic: 1.2.5 dev - Email Contact Form - Submit Label
Replies: 5
Views: 4878

Answer posted here (also updated code for french language file)

http://www.phpwcms.de/forum/viewtopic.php?t=8480&start=0&postdays=0&postorder=asc&highlight=


Here are the correct parameters for be_cnt_field value :


$BL['be_cnt_field'] = array(" text "=>'texte', " email "=>'email', "textarea ...
by najbo
Mon 12. Sep 2005, 13:39
Forum: phpwcms Support English
Topic: Server setzt Kurzfristig - Mozilla Firefox
Replies: 2
Views: 1300

Try to put param db persistent to off in config file

$phpwcms["db_pers"] = 0;
by najbo
Mon 12. Sep 2005, 12:15
Forum: phpwcms Bug Reports
Topic: [SOLVED] mail contact form in 1.2.5 backend>blank dropdow
Replies: 5
Views: 6702

Thank you very much !

I solved it by changing values in include/inc_lang/backend/fr/lang.inc.php ; text was wrong labelled.

Here are the correct parameters for be_cnt_field value :


$BL['be_cnt_field'] = array(" text "=>'texte', " email "=>'email', "textarea"=>'texte (multi-lignes)',
" hidden ...
by najbo
Mon 12. Sep 2005, 11:47
Forum: phpwcms Bug Reports
Topic: [SOLVED] mail contact form in 1.2.5 backend>blank dropdow
Replies: 5
Views: 6702

[SOLVED] mail contact form in 1.2.5 backend>blank dropdow

Hi !

On 1.2.5-DEV in the new "Email contact form", when language in back-end is french, I noticed that the drop-down list that contains the field types has some blank entries ..

See html code here :

<select name="cform_field_type[1]" class="v10">
<option value="text" selected></option>
<option ...
by najbo
Thu 3. Jun 2004, 22:39
Forum: phpwcms Support English
Topic: File center problem
Replies: 5
Views: 1625

Change chmod to 777

Hi,

I had the same problem and solved it simply by changing chmod of directory php.._filstorage to 777.


KMIT

Najbo