Shape 5

phpBB Club Styles (backup) => Game Crusade - Club => : xknuckles January 29, 2011, 08:39:44 AM



: Vetex - Block Manager - Not working
: xknuckles January 29, 2011, 08:39:44 AM
Hello Shape5,

As the title already says the Vetex - Block Manager isnt working. I used siteshaper to get the forum and if i go edit for example the user menu i the following error:

General Error
SQL ERROR [ mysqli ]

Table 'deb31656n2_dde.phpbb_vertex_colors' doesn't exist [1146]

SQL

SELECT * FROM phpbb_vertex_colors WHERE style_id = 1 ORDER BY order_id ASC

BACKTRACE

FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()

FILE: includes/acp/acp_vertex_blocks.php
LINE: 427
CALL: dbal_mysqli->sql_query()

FILE: includes/acp/acp_vertex_blocks.php
LINE: 455
CALL: load_style_positions()

FILE: includes/functions_module.php
LINE: 507
CALL: acp_vertex_blocks->main()

FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()


: Re: Vetex - Block Manager - Not working
: mapadale January 29, 2011, 08:53:09 AM
I'm also getting the same issue and have installed from Siteshaper also


: Re: Vetex - Block Manager - Not working
: Dave M January 29, 2011, 09:39:54 AM
Quick fix is go to phpmyadmin and run this SQL query

:
CREATE TABLE phpbb_vertex_colors (
  style_id varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
  style_color varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
  style_color_tag varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '',
  order_id varchar(255) COLLATE utf8_bin NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin;

Siteshaper download has been updated with these changes


: Re: Vetex - Block Manager - Not working
: mapadale January 29, 2011, 10:53:58 AM
Sorry wrong page


: Re: Vetex - Block Manager - Not working
: xknuckles January 30, 2011, 09:40:51 AM
Great, works


: Re: Vetex - Block Manager - Not working
: Dave M January 30, 2011, 04:16:01 PM
Great, works


Glad to hear its working fine