Table Missing... [SOLVED]

Current Version: 2.0.2
Released: 2013-10-27
Forum rules
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
mentz
Active Member
Posts: 3
Joined: 1. September 2011 13:46

Table Missing... [SOLVED]

Post by mentz »

HI,
sorry for my english...

I tryed to install this board in my phpbb 3.0.9 forum.
All the time the installer reports to me that can't create a table. ( a lazy installer ? hahaha :D )

So i tried to create it all by myself, usign the error listed every time...
At the end of the process it says: "completed"

I see all in my acp panel, but i don't see anything in in my forum.
Maybe I made some error creating this table or maybe the error is somewhere else...

Can someone tell me wich is the sql structure for the phpbb_portal_modules ?
Or if there is a simple way to install this great portal ?

(i also tried to install an old version and make an update to this release, but the error is always the same)

Thanks!

[EDIT]
I searched inside all the php file, until I found this:

Code: Select all

'table_add' => array(
			array(PORTAL_MODULES_TABLE, array(
				'COLUMNS' => array(
					'module_id' => array('UINT:3', NULL, 'auto_increment'),
					'module_classname' => array('VCHAR:64', ''),
					'module_column' => array('TINT:3', 0),
					'module_order' => array('TINT:3', 0),
					'module_name' => array('VCHAR', ''),
					'module_image_src' => array('VCHAR', ''),
					'module_image_width' => array('INT:3', 0),
					'module_image_height' => array('INT:3', 0),
					'module_group_ids' => array('VCHAR', ''),
				),

				'PRIMARY_KEY'	=> 'module_id',
So I created the table by myself and in the end the portal works...
I don't know why the installer won't create only this table, i tried a lot of times also beginning from zero and the result was always the same...
Locked

Return to “Board3 Portal 2.0.x - English Support”