Database Error

Post Reply
enishemed
Posts: 651
Joined: 30 Oct 2017, 11:24
Name: Enis Hemedoglu
Location: Istanbul, Turkey
Company Name: SCORE DANISMANLIK
Contact:

Database Error

Post by enishemed »

I have updated to version 2.8_Beta1 and extensiton 2.8_Beta1. When try to RESTORE DB FROM FILE, the following error occured. I aslo tried form phpMyAdmin.

Code: Select all

Database Error: 1146 - Table 'scoreisyo_ruk600.app_ext_pivot_tables' doesn't exist
Query: select * from app_ext_pivot_tables order by sort_order, name
Page: /projects/iys/index.php?module=dashboard/
User avatar
support
Site Admin
Posts: 6222
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Database Error

Post by support »

You did not update database for extension.
enishemed
Posts: 651
Joined: 30 Oct 2017, 11:24
Name: Enis Hemedoglu
Location: Istanbul, Turkey
Company Name: SCORE DANISMANLIK
Contact:

Re: Database Error

Post by enishemed »

I have updated the update database for extension. The error remains.
support wrote: 06 Jan 2021, 14:14 You did not update database for extension.
Attachments
Adsız.png
User avatar
support
Site Admin
Posts: 6222
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Database Error

Post by support »

When try to RESTORE DB FROM FILE
Which database you have restored? I think after database was restored you have to update it to 2.8 again.
enishemed
Posts: 651
Joined: 30 Oct 2017, 11:24
Name: Enis Hemedoglu
Location: Istanbul, Turkey
Company Name: SCORE DANISMANLIK
Contact:

Re: Database Error

Post by enishemed »

I retry the intallation and update. Followed the following steps.

First:
1. Install 2.7.2
2. Install 2.7.2 ext
3. Restore DB from file (existing data from live application)
4. Rewrite all files from rukovoditel_2.8_beta1.zip
5. If you are using Extension then rewrite all files from rukovoditel_ext_2.8_beta1.zip in /plugins folder
6. Run /install/autoupdate/from_2.7_to_2.8.php
7. If you are using Extension then run /install/ext_autoupdate/from_2.7_to_2.8.php
8. Remove /install folder

and has the following error.
Database Error: 1146 - Table 'scoreisyo_ruk840.app_ext_pivot_tables' doesn't exist
Query: select * from app_ext_pivot_tables order by sort_order, name
Page: /projects/iys/index.php?module=dashboard/
Second:
1. Install 2.7.2
2. Install 2.7.2 ext
3. Rewrite all files from rukovoditel_2.8_beta1.zip
4. If you are using Extension then rewrite all files from rukovoditel_ext_2.8_beta1.zip in /plugins folder
5. Run /install/autoupdate/from_2.7_to_2.8.php
6. If you are using Extension then run /install/ext_autoupdate/from_2.7_to_2.8.php
7. Remove /install folder
8. Restore DB from file (existing data from live application)

and has the following error.
Database Error: 1146 - Table 'scoreisyo_ruk840.app_ext_pivot_tables' doesn't exist
Query: select * from app_ext_pivot_tables order by sort_order, name
Page: /projects/iys/index.php?module=dashboard/
Third
1. Clone installation 2.7.2 and 2.7.2 ext using Softaculous (with existing data from live application)
2. Rewrite all files from rukovoditel_2.8_beta1.zip
3. If you are using Extension then rewrite all files from rukovoditel_ext_2.8_beta1.zip in /plugins folder
4. Run /install/autoupdate/from_2.7_to_2.8.php
5. If you are using Extension then run /install/ext_autoupdate/from_2.7_to_2.8.php
6. Remove /install folder

and has the following error.
Database Error: 1146 - Table 'scoreisyo_ruk840.app_ext_pivot_tables' doesn't exist
Query: select * from app_ext_pivot_tables order by sort_order, name
Page: /projects/iys/index.php?module=dashboard/
Don't know what to do else?
User avatar
support
Site Admin
Posts: 6222
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Database Error

Post by support »

See:

Code: Select all

install\db_updates\update_2.8.sql
install\db_updates\ext\ext_2.8.sql
This is fresh sql files for updates.
run them in phpmyadmin after db restore.
Hope this will help.
enishemed
Posts: 651
Joined: 30 Oct 2017, 11:24
Name: Enis Hemedoglu
Location: Istanbul, Turkey
Company Name: SCORE DANISMANLIK
Contact:

Re: Database Error

Post by enishemed »

It works yes, thanks very much
Post Reply