By Vsotour on Friday, 16 September 2022
Posted in Technical Issues
Replies 3
Likes 0
Views 369
Votes 0
Hi, I am trying to import Easyblog database into new site.
It is a error during importing and unfinished.

Please see attached image.
I wonder that the table is there but it dose not see ??
·
Friday, 16 September 2022 13:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi , May I have a few question that after I imported all data of Stack and _Users of Joomla , I tried to play around on the test site but it show this error ; see as blow , Could you please point me what could I do for it?

Oops!! Page not found.
It seems like the page that you are looking for is no longer here.

ERROR 400 - Unable to store revision. in C:\wamp64\www\vsotour2022\administrator\components\com_easyblog\includes\easyblog.php:357
Call stack
# Function Location
1 () JROOT\administrator\components\com_easyblog\includes\easyblog.php:357
2 EB::exception() JROOT\administrator\components\com_easyblog\includes\post\post.php:2415
3 EasyBlogPost->saveRevision() JROOT\administrator\components\com_easyblog\includes\post\post.php:315
4 EasyBlogPost->load() JROOT\administrator\components\com_easyblog\includes\post\post.php:250
5 EasyBlogPost->__construct() JROOT\administrator\components\com_easyblog\includes\easyblog.php:3573
6 EB::post() JROOT\components\com_easyblog\router.php:786
7 EasyBlogRouterBase::parseRoute() JROOT\components\com_easyblog\router.php:1296
8 EasyblogRouter->parse() JROOT\libraries\src\Router\SiteRouter.php:287
9 Joomla\CMS\Router\SiteRouter->parseSefRoute() JROOT\libraries\src\Router\Router.php:382
10 Joomla\CMS\Router\Router->processParseRules() JROOT\libraries\src\Router\Router.php:145
11 Joomla\CMS\Router\Router->parse() JROOT\libraries\src\Application\SiteApplication.php:736
12 Joomla\CMS\Application\SiteApplication->route() JROOT\libraries\src\Application\SiteApplication.php:224
13 Joomla\CMS\Application\SiteApplication->doExecute() JROOT\libraries\src\Application\CMSApplication.php:294
14 Joomla\CMS\Application\CMSApplication->execute() JROOT\includes\app.php:61
15 require_once() JROOT\index.php:32
·
Sunday, 18 September 2022 07:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am really sorry for the delay in this reply as it was the weekend for us here.

Normally you hit this mySQL server has gone away error during importing data from your database is that
happens when the imported data is too large or the connection with the MySQL server disconnects/timeouts.

You can read this reference link: https://stackoverflow.com/questions/12425287/mysql-server-has-gone-away-when-importing-large-sql-file

Perhaps you can try to set max_allowed_packet to a higher value from your database my.cnf file and then try to reimport again your data into your database? ( you might need to remove those imported table before you reimport again)

Because of the above other errors you showed us that it seems like the import data process is not complete yet and some of the tables are not fully imported.
·
Monday, 19 September 2022 11:09
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post