error message - menüleiste phpwcms_basic existiert nicht

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
soroa
Posts: 58
Joined: Sat 26. Mar 2005, 18:58

error message - menüleiste phpwcms_basic existiert nicht

Post by soroa »

I've istalled version 1.28 icl patch on a server. (works fine)
Layout, create article gives no problems.
Then I tried to move this project to the clients server.

I've copied all files from the develop server to the new server.

Updated the database and changed the config.php.
Now if I open an article with wysiwyg html I get this error message
"menüleiste phpwcms_basic existiert nicht"

It is not possible to create or edit a cp with wysiwyg html.
Also the text in the created article is not correct. Everything is middle instead left.

File permissions are checked and ok.

Whats wrong? Any ideas?

Regards

Soroa
soroa
Posts: 58
Joined: Sat 26. Mar 2005, 18:58

Post by soroa »

Update.......
I'm talking about fckeditor, spaw works fine...

Cp text, text is middle also...... How to change to left?

Regards
Soroa
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Post by pepe »

give us your URL... and we can SEE what is wrong... may be :wink:
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

I think, there are not all files copied completely.
Second, can you call the file config/phpwcms/fckeditor_config.js.php directly?
Some providers have set an alias to the folder /config/ (e.g. some 1&1 accounts).

A third solution is the follwing patch:

iin the file ../include/inc_lib/wysiwyg.editor.inc.php
please comment out the line around No. 46

Code: Select all

          /* Commented out by pico
            $oFCKeditor->Config['CustomConfigurationsPath']   = PHPWCMS_BASEPATH.'config/phpwcms/fckeditor_config.js.php' ;
            */
$oFCKeditor->ToolbarSet = 'Default';
And please set to 'Default': $oFCKeditor->ToolbarSet = 'Default';

I hope it will work.
But first please be sure, that all files are copied completely.

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
soroa
Posts: 58
Joined: Sat 26. Mar 2005, 18:58

Post by soroa »

Hi Knut,
many thanks for your hint.
It is set an alisas folder to config.
The problem is fixed with your workaround.
-----------------------------------------------------
Do you know the config file for the base article settings?
Becouse with all content parts the article title and article conten is middle.

Regards

Soroa
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hi Soroa,

please have a look into the generated source.

Two hints:

First there is an layout error.

Second there are one ore more classes for the content.
- This classes you will find normaly in the file /phpwcms_template/inc_css/frontend.css

Your !DOCTYPE is set right? (conf.inc.php)

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
soroa
Posts: 58
Joined: Sat 26. Mar 2005, 18:58

Post by soroa »

Hi Knut,
this side is runnig on 2 diferent server.

1. Development server OK shows this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<!--
phpwcms | free open source content management system
created by Oliver Georgi (oliver at phpwcms dot de) and licensed under GNU/GPL.
phpwcms is copyright 2003-2006 of Oliver Georgi. Extensions are copyright of\
their respective owners. Visit project page for details: http://www.phpwcms.org/
//-->
<title>Savespain will bring the Lord back to Spain | Who we are | Who we are</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta http-equiv="content-style-type" content="text/css">
<script src="phpwcms_template/inc_js/frontend.js" type="text/javascript"></script>
<style type="text/css" media="all">
<!--
body {
margin: 0;
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;

color: #000000;
}
a, a:link, a:active, a:visited, a:hover { color: #FF9900; }
a:visited { color: #FF9900; }
a:active { color: #FF9900; }
//-->
</style>
<style type="text/css">
<!--
@import url("phpwcms_template/inc_css/frontend-estban-content.css");
//-->
</style>

2. Production server (wrong) with all ident files, articles shows this strange thing:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!--
phpwcms | free open source content management system
created by Oliver Georgi (oliver at phpwcms dot de) and licensed under GNU/GPL.
phpwcms is copyright 2003-2006 of Oliver Georgi. Extensions are copyright of\
their respective owners. Visit project page for details: http://www.phpwcms.org/
//-->
<title>Savespain-esteban antonio | Home</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="content-style-type" content="text/css" />
<script src="phpwcms_template/inc_js/frontend.js" type="text/javascript"></script>
<style type="text/css" media="all">
/* <![CDATA[ */
body {
margin: 0;
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;

background-color: #958d8d;
color: #000000;
}
a, a:link, a:active, a:visited, a:hover { color: #FF9900; }
a:visited { color: #FF9900; }
a:active { color: #FF9900; }
/* ]]> */
</style>
<style type="text/css">
/* <![CDATA[ */
@import url("phpwcms_template/inc_css/frontend-home.css");


What the hell is this [CDATA]

Any ideas?

Soroa
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Production server (wrong) with all ident files, articles shows this strange thing:
No no, there are two different installations/settings.
Please be shure that your config files have the same settings.
@import url("phpwcms_template/inc_css/frontend-estban-content.css");

@import url("phpwcms_template/inc_css/frontend-home.css");
Why did you talk this to us:
I've copied all files from the develop server to the new server.

Updated the database and changed the config.php.
That is definitely wrong. :twisted:

Please compare all config and css files Develop. <=> Running.

Hint: conf.inc.php

Code: Select all

$phpwcms['mode_XHTML']        = 0; // Doctype: 1 = XHTML 1.0 Transitional, 0 = HTML 4.01 Transitional
$phpwcms['header_XML']        = 0; // Content Type: 1 = application/xhtml+xml, 0 = text/html
$phpwcms['IE_htc_hover']      = 1; // enables HTC Hover for IE < 7 - has no effect in other browsers
$phpwcms['IE_htc_png']        = 1; // enables HTC pngbehavior for IE < 7 - has no effect in other browsers
What the hell is this [CDATA]
Please google [CDATA] XML

Regards Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
soroa
Posts: 58
Joined: Sat 26. Mar 2005, 18:58

Post by soroa »

Hi Kurt,
now I know "CDATA" thanks google !!
Frontend css are the same. First source was start temlplate (esteban-home), seccond article template (esteban-content). :lol:

Config.inc.php are different but just path values, side values, paths.

What have I done exactly: First developed the side with ver1.25 on server 1 --> Tested Works fine
Then update to ver1.28 incl patch, tested works fine.
Then DB backup server 1.

Then copied all files from server 1 to server2.
Changed conf.inc.php (path, side values etc.)
Then DB update. Tested got this errors.
Then deleted all files from server2
Installed a fresh ver1.28
DB update (server1) tested got the same errors :cry:

For testing reason I've installed on server2 on a subfolder ver1.25 did a db update (ver1.25) and everything works fin. But I want to get ver 1.28 running :?

Regards

Soroa
soroa
Posts: 58
Joined: Sat 26. Mar 2005, 18:58

Post by soroa »

All errors are fixed now !! :D

Fckeditor --> Server alias problem with folder config.
Workaround from Kurt works !!

Content in all contentparts is in the middle -->
conf.inf.php change settings
mode_XHTML'] = 1; // Doctype: 1 = XHTML 1.0 Transitional, 0 = HTML 4.01 Transitional
to
mode_XHTML'] = 0; // Doctype: 1 = XHTML 1.0 Transitional, 0 = HTML 4.01 Transitional

Many thanks Kurt for your help.

Soroa
Post Reply