Recent Topics

1 Jan 03, 2011 15:25    

My b2evolution Version: 4.0.3

Hello

I try to install v. 4.0.3 on a linux (openSUSE 11.3) webserver.
Everything works until I reach the point that the database tabls are created (works) and it says also "Creating minimum default data on the setup page.

HOWEVER- at the end there is no info about what the admin login password is and also there was no blog and sample data installed (though the option was selected in the previous setup page).

What might be the possible cause?

Zebulon

System:
openSUSE 11.3
apache2
php 5.3
mysql 5.x

2 Jan 04, 2011 05:38

Welcome to the forum!

Open the file /conf/_basic_config.php and set

$allow_evodb_reset = 1;

Then open installer, drop b2evo tables, and try again

Also post here all the info you get after installation.

3 Jan 05, 2011 13:18

Hello Sam2kb

I have tried that already and also to use a new database but the result is always the same:


Checking files...

Preparing to install .htaccess ... ERROR!
Failed to copy files!
Everything should still work, but for optimization you should follow these instructions.
Creating b2evolution tables...
Loading module: _core/model/__core.install.php
Loading module: collections/model/_collections.install.php
Loading module: files/model/_files.install.php
Loading module: sessions/model/_sessions.install.php
Loading module: messaging/model/_messaging.install.php
Loading module: maintenance/model/_maintenance.install.php
Created table «evo_groups»
Created table «evo_groups__groupsettings»
Created table «evo_settings»
Created table «evo_global__cache»
Created table «evo_users»
Created table «evo_users__fielddefs»
Created table «evo_users__fields»
Created table «evo_locales»
Created table «evo_antispam»
Created table «evo_users__usersettings»
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»
Created table «evo_country»
Created table «evo_currency»
Created table «evo_slug»
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_items__prerendering»
Created table «evo_items__version»
Created table «evo_items__status»
Created table «evo_items__type»
Created table «evo_items__tag»
Created table «evo_items__itemtag»
Created table «evo_subscriptions»
Created table «evo_blogusers»
Created table «evo_bloggroups»
Created table «evo_links»
Created table «evo_files»
Created table «evo_filetypes»
Created table «evo_sessions»
Created table «evo_basedomains»
Created table «evo_track__keyphrase»
Created table «evo_hitlog»
Created table «evo_track__goal»
Created table «evo_track__goalhit»
Created table «evo_messaging__thread»
Created table «evo_messaging__message»
Created table «evo_messaging__threadstatus»
Created table «evo_messaging__contact»
Creating minimum default data...
Creating default blacklist entries... OK.
Creating default groups... OK.
Creating user field definitions... OK.
Creating admin user... OK.
Activating multiple sessions for administrator... OK.
Creating default Post Types... OK.
Creating default file types... OK.
Activating selected default locale... OK.
Creating default settings... OK.
Creating default currencies... OK.
Creating default countries... OK.
Creating default "help" slug... OK.
Installing default skins... OK.
Installing plugin: quicktags_plugin...

Setup does something but does not show the login info for the admin and also does not create any blogs.

I have already tried to reset the password for admin successfully and than I'm able to login the admin. From there I can setup blogs from cratch but it does not work from the installer.

B.t.w. - a joomla installation just works fine.

Zebulon

4 Jan 05, 2011 20:18

The last string in the log you posted reads

Installing plugin: quicktags_plugin...

There are lots of stuff going after this message in normal install. It looks like b2evo installer just dies for some reason. Can you check PHP and Apache error logs?

6 Jan 06, 2011 03:21

¥åßßå wrote:

Memory limit ;)

¥

It is not memory. In php.ini default was 128M and even 256M does not work.

Any other idea's
Zebulon

7 Jan 06, 2011 03:26

Can you check PHP and Apache error logs?

Also try to upload all files again and let PHP print errors on screen.

Can you post a link to your blog?

8 Jan 06, 2011 21:45

sam2kb wrote:

Can you check PHP and Apache error logs?

Also try to upload all files again and let PHP print errors on screen.

Can you post a link to your blog?

It is a intranet webserver - no public access.

How would I print php errors to the screen?

9 Jan 07, 2011 01:32

Make sure you have these settings in php.ini
You can switch back to previous settings after you post the error messages here.

error_reporting = E_ALL
display_errors = On

10 Jan 08, 2011 03:41

sam2kb wrote:

Make sure you have these settings in php.ini
You can switch back to previous settings after you post the error messages here.

error_reporting = E_ALL
display_errors = On

Thanks sam
I did that. I get a warning and an error at the end. see the output:


Creating minimum default data...
Creating default blacklist entries... OK.
Creating default groups... OK.
Creating user field definitions... OK.
Creating admin user... Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /srv/www/htdocs/b2evolution/blogs/inc/users/model/_user.class.php on line 820 Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for 'UTC/0.0/no DST' instead in /srv/www/htdocs/b2evolution/blogs/inc/users/model/_user.class.php on line 820 OK.
Activating multiple sessions for administrator... OK.
Creating default Post Types... OK.
Creating default file types... OK.
Activating selected default locale... OK.
Creating default settings... OK.
Creating default currencies... OK.
Creating default countries... OK.
Creating default "help" slug... OK.
Installing default skins... OK.
Installing plugin: quicktags_plugin... Fatal error: Call to undefined function token_get_all() in /srv/www/htdocs/b2evolution/blogs/inc/plugins/model/_plugins_admin.class.php on line 431 

Any ideas
Kind regards,
Zebulon

11 Jan 08, 2011 03:52

Hi sam

Thanks for pointing me into the right direction. [u]I found what was missing[/u]. I had to install a extra php5 extensie / module called php5-tokenizer.

Now ik works fine!

Kind regards,
Zebulon

12 Jan 08, 2011 07:09

Warning: date(): It is not safe to rely on the system's timezone settings.

To fix this warning simply edit timezone directive in php.ini


[Date]
; Defines the default timezone used by the date functions
; http://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone
date.timezone = "America/New_York"

13 Jan 08, 2011 11:25

sam2kb wrote:

Warning: date(): It is not safe to rely on the system's timezone settings.

To fix this warning simply edit timezone directive in php.ini


[Date]
; Defines the default timezone used by the date functions
; http://www.php.net/manual/en/datetime.configuration.php#ini.date.timezone
date.timezone = "America/New_York"

Thank you sam2kb...

for your kind assistance.
Zebulon


Form is loading...