Topic on Extension talk:Echo

MeikelHH (talkcontribs)

I have installed the ECHO extension. Now i have an error.

Things that i have done:

  1. Downloaded newest Version and copy it to extension folder
  2. Add require_once "$IP/extensions/Echo/Echo.php"; to my LocalSettings.php
  3. Run web update (http://mediawiki/mw-config/

With all the other extensions this worked fine....

But now this:

Can anyone help me please?

MediaWiki internal error.

Original exception: [e6bf0512] /index.php?title=Hauptseite DBQueryError from line 1119 of /mnt/webw/d0/34/56993034/htdocs/testde/includes/db/Database.php: A database error has occurred. Did you forget to run maintenance/update.php after upgrading? See: https://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script

Query: SELECT etp_user,etp_page,etp_event FROM `de_echo_target_page` WHERE etp_user = '1' AND etp_page = '1'

Function: EchoTargetPageMapper::fetchByUserPageId

Error: 1146 Table 'DB2553860.de_echo_target_page' doesn't exist (xxxx.xxxx.de)

MeikelHH (talkcontribs)

"i can't post the full error log. I became an error here ;) This action has been automatically identified as harmful, and has been disallowed.

I

AhmadF.Cheema (talkcontribs)
88.23.23.90 (talkcontribs)

I have the same error. Did you solve it?

AhmadF.Cheema (talkcontribs)

The problem is apparently that table: "echo_target_page" does not get automatically created. You can either manually create it through phpMyAdmin (or some similar software) or use the method mentioned at the end of Topic:Suusljncw7adbayh.

S3r3nd1 (talkcontribs)

If you look inside the Echo extension directory, you'll see a nice "echo.sql".

I opened it and saw there were just the queries to create Echo missing tables which are indeed not created with the Update script.

So I went to phpMyAdmin and imported the echo.sql to create the new tables.

For me, this worked. I don't think this is quite regular, but it works, so...

PS : if you have prefix to your wiki installation, don't forget to add it for the echo_email_batch, echo_event, echo_notification, and echo_target_page

Bozonbozon (talkcontribs)

I am having the same problem.

This all seems be an issue with the web updater (I have no shell access); it seems to be less functional than update.php. Should the web updater be examined and repaired?

Reply to "Error after Installing"