Fehlermeldungen nach upgrade auf 2.0 beta

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
jiggle
Posts: 30
Joined: Mon Jul 18, 2005 7:51 pm
Contact:

Fehlermeldungen nach upgrade auf 2.0 beta

Post by jiggle »

So mit der 2.0 beta aus dem cvs bekomm ich folgende Fehler:

Startseite:

Code: Select all

Notice: Undefined index: phpMyFAQToken in /www/htdocs/xxx/faq/inc/Configuration.php on line 103

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /www/htdocs/xxx/faq/inc/Configuration.php:103) in /www/htdocs/xxx/faq/index.php on line 41

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /www/htdocs/xxx/faq/inc/Configuration.php:103) in /www/htdocs/xxx/faq/index.php on line 41

Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /www/htdocs/xxx/faq/inc/PMF_DB/Mysql.php on line 135
Kategorien gehen auch nicht, kommt:

Code: Select all

Keine Kategorien gefunden!
Sitemap geht nicht, leitet um auf die Startseite.

Fehler im Admin:

Code: Select all

Notice: Undefined index: phpMyFAQToken in /www/htdocs/xxx/faq/inc/Configuration.php on line 103

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /www/htdocs/xxx/faq/inc/Configuration.php:103) in /www/htdocs/xxx/faq/admin/index.php on line 42

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /www/htdocs/xxx/faq/inc/Configuration.php:103) in /www/htdocs/xxx/faq/admin/index.php on line 42

Warning: session_regenerate_id() [function.session-regenerate-id]: Cannot regenerate session id - headers already sent in /www/htdocs/xxx/faq/inc/PMF_User/CurrentUser.php on line 299

Fatal error: Call to undefined function: getusergroups() in /www/htdocs/xxx/faq/admin/index.php on line 150
Link schick ich geich mal per PN
Thorsten
Posts: 15742
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

ja, da scheint beim Update der neue Token nicht gesetzt zu werden. Ich guck mir das an, per PM hast du einen Fix von mir erhalten.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply