Jump to content
Дизайн и модификация IPS Community IPBSkinsBETA
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
9IPOCTb

Обновление Pages. Нет таблицы ccs_attachments_map

Recommended Posts

Спасибо большое, с галереей все получилось! Теперь осталось обновить Pages, при обновлении выдает:

Table '******.ccs_attachments_map' doesn't exist 
/home/*****/******/www/system/Db/Select.php::418
SELECT * FROM `ccs_attachments_map` ORDER BY map_id asc LIMIT 0,500

как исправить?

Share this post


Link to post

Создайте несуществующую таблицу.

CREATE TABLE ccs_attachments_map (
map_id INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
map_attach_id INT NOT NULL DEFAULT '0',
map_database_id MEDIUMINT NOT NULL DEFAULT  '0',
map_field_id INT NOT NULL DEFAULT '0',
map_record_id INT NOT NULL DEFAULT '0',
INDEX ( map_database_id ),
INDEX ( map_attach_id )
);

  • Upvote 1

Share this post


Link to post

еще раз спасибо большое за помощь! и прошу прощения, что не там задал вопрос

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...