1 acoombs Sep 21, 2008 09:27
3 acoombs Sep 23, 2008 05:05
I reviewed your suggested Topic and removed the ampersand (&) from lines 552 and 551 in file:
/var/www/html/ZZZZZ/b2evolution/blogs/install/index.php
This action has enabled me to undertake a full installation of B2Evolution. As a consequence I was issued with an ADMIN account. On trying to logon I recieve another fatal error, this time in file
/var/www/html/ZZZZZ/b2evolution/blogs/inc/_main.inc.php on line 447
Again I followed your suggested Topic and removed the ampersand (&) in line 447. Unfortunately this did not resolve the fatal error. I then removed the ampersand (&) from the "function get_Cache" (as instructed) in file
/var/www/html/ZZZZZ/b2evolution/blogs/inc/_core/_class4.funcs.php
This resolved the problem and took me to the Logon screen.
Unfortunately I am now experiencing the next problem - unable to login. Message reads-
"Either you have not enabled cookies or this login window has expired"
I am using FireFox browser version 3.0.1
From within FireFox i can see the b2evolution cookie and have deleted it several times. But unfortunately i encounter the same blockage on login.
Any ideas or Topic pointers??
4 afwas Sep 23, 2008 05:27
In /conf/_advanced.php find this code:
/**
* Short name of this system (will be used for cookies and notification emails).
*
* Change this only if you install mutliple b2evolutions on the same website.
*
* WARNING: don't play with this or you'll have tons of cookies sent away and your
* readers surely will complain about it!
*
* You can change the notification email address alone a few lines below.
*
* @todo generate a random instance name at install and have it saved in the global params in the DB
*
* @global string Default: 'b2evo'
*/
$instance_name = 'b2evo'; // MUST BE A SINGLE WORD! NO SPACES!!
and change the variable.
his will reset cookies and you'll be able to login etc.
Good luck
5 acoombs Sep 23, 2008 13:03
I have applied the suggested change to /conf/_advanced.php substituting 'b2evo' with 'evo2b2'.
I reinstalled b2evolution and logged on with a new admin account. It created a new cookie called 'cookieevo2b2session' but the error message was the same -
"Either you have not enabled cookies or this login window has expired"
Cookie details are:
Name: cookieevo2b2session
Content: 1_QDd8SWgBsaHT8JWZffydIlltfmeRtq8f
Host: <local ip address>
Path: /ZZZZZ/b2evolution/blogs/
Send for: Any type of connection
Expiry: 09/21/2018 08:17:18 PM
I press LOGIN a second time and i get this message under above:
"Note: You are already logged in as admin! Continue »"
On pressing Continue » it takes me back to the login screen.
Any ideas what to do next??
6 hainfelder Sep 29, 2008 09:45
Erstelle b2evolution-Tabellen...
Created table «evo_groups»
Created table «evo_settings»
Created table «evo_global__cache»
Created table «evo_users»
Created table «evo_skins__skin»
Created table «evo_skins__container»
Created table «evo_blogs»
Created table «evo_coll_settings»
Created table «evo_widget»
Created table «evo_categories»
Created table «evo_items__item»
Created table «evo_postcats»
Created table «evo_comments»
Created table «evo_locales»
Created table «evo_antispam»
Created table «evo_sessions»
Created table «evo_usersettings»
Created table «evo_items__prerendering»
Created table «evo_items__status»
Created table «evo_items__type»
Created table «evo_items__tag»
Created table «evo_items__itemtag»
Created table «evo_files»
Created table «evo_basedomains»
Created table «evo_useragents»
Created table «evo_hitlog»
Created table «evo_subscriptions»
Created table «evo_blogusers»
Created table «evo_bloggroups»
Created table «evo_links»
Created table «evo_filetypes»
Created table «evo_plugins»
Created table «evo_pluginsettings»
Created table «evo_pluginusersettings»
Created table «evo_pluginevents»
Created table «evo_cron__task»
Created table «evo_cron__log»
Erstelle minimale Standarddaten...
Creating default blacklist entries... OK.
Creating default groups... OK.
Creating admin user... OK.
Creating default Post Types... OK.
Creating default file types... OK.
Creating default settings... OK.
Installing default skins... OK.
Installing default plugins... OK.
Installing default ping plugins... OK.
Installiere Beispielinhalte...
Fatal error: Call to a member function on a non-object in /home/www/htdocs/nierika.de/blogs/install/index.php on line 552
Usually i should get a login and password here - which i do not get - so i can´t login ... tables are created ...
Everything you write up there is a bit too much for me - for the moment - i am not a newbie, but there should be an easier solution?
What infos do you need?
MySQL 3.23.37-
Apache - Linux
7 hainfelder Sep 29, 2008 11:30
ohne die Beispieldaten scheint das ganze kein Problem zu sein
NUR !!!
nach Login erscheint eine weisse Seite in Firefox
Erstelle b2evolution-Tabellen...
Created table «evo_groups»
Created table «evo_settings»
Created table «evo_global__cache»
Created table «evo_users»
Created table «evo_skins__skin»
Created table «evo_skins__container»
Created table «evo_blogs»
Created table «evo_coll_settings»
Created table «evo_widget»
Created table «evo_categories»
Created table «evo_items__item»
Created table «evo_postcats»
Created table «evo_comments»
Created table «evo_locales»
Created table «evo_antispam»
Created table «evo_sessions»
Created table «evo_usersettings»
Created table «evo_items__prerendering»
Created table «evo_items__status»
Created table «evo_items__type»
Created table «evo_items__tag»
Created table «evo_items__itemtag»
Created table «evo_files»
Created table «evo_basedomains»
Created table «evo_useragents»
Created table «evo_hitlog»
Created table «evo_subscriptions»
Created table «evo_blogusers»
Created table «evo_bloggroups»
Created table «evo_links»
Created table «evo_filetypes»
Created table «evo_plugins»
Created table «evo_pluginsettings»
Created table «evo_pluginusersettings»
Created table «evo_pluginevents»
Created table «evo_cron__task»
Created table «evo_cron__log»
Erstelle minimale Standarddaten...
Creating default blacklist entries... OK.
Creating default groups... OK.
Creating admin user... OK.
Creating default Post Types... OK.
Creating default file types... OK.
Creating default settings... OK.
Installing default skins... OK.
Installing default plugins... OK.
Installing default ping plugins... OK.
Installation erfolgreich!
Now you can log in with the following credentials:
Login: admin
Password: XXXXXXX
8 acoombs Oct 02, 2008 08:35
error message -
"Either you have not enabled cookies or this login window has expired"
was resolved when I chose to use IE browser 6.xxx, instead of FireFox.
I was able to logon OK using the "admin" account. Since then I can access all features of b2evolution using IE. The only setting change i have made to b2evolution is to "Blog Properties" (of each blog) -> "Blog Settings" -> URL's -> "Data Archive"; "Category"; "Tag page"; "Single post" -> Use Param (for each)
See if [url=http://forums.b2evolution.net/viewtopic.php?t=15481]this post[/url] helps ;)
¥