TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

March 29, 2024, 05:28:49 AM

Login with username, password and session length
Members
Stats
  • Total Posts: 195,105
  • Total Topics: 21,213
  • Online today: 324
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 337
  • Total: 337

Installation SMF v2 - error on SMF2/install.xml

Started by Cerbere, October 05, 2013, 09:48:25 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Cerbere

Hello,

I just ask for a little help because I dry ...

I am hosted by Infomaniak .
I use SMF to 2.0.5 brand new newly installed. No mod above .
I try to install the 1107 version of TinyPortal .
The forum is in French but I 've also tried in English.
I tried the theme Core or Curve .

For the SMF pass analysis of the installation, I had added a directory / temp / chmod 777 in / packages / as many people on the net.

I get this error as :

7 . Apply the change SMF2/install.xml syntax error when editing
8 . Apply the change SMF2/install.xml syntax error when editing

If I have the misfortune to force the installation, I have this:

Fatal error: require () [ function.require ] : Failed opening required ' / chemindusite/Test/Packages/temp/SMF2/tp_upgrade.php ' ( include_path = ' :/ opt / php / lib / php . ') In chemindusite / test / Sources / Packages.php on line 951

In fact, I have exactly the same problem as this post :

http://www.tinyportal.net/index.php?topic=35004.0

Except me, that is not resolved by a miracle. ::)

Any idea?

In advance, thank you .
Cerberus.

IchBin

looks like a server configuration problem to me. Have you tried creating a tinyportal directory in the Packages/ directory? Upload all the files from unzipping the TP mod into that directory. Then go into package manager and try to install. If that doesn't work, you will have to install it manually.

Cerbere

We already have the TinyPortal on other forums about the same but they may have increased security in the meantime.

Yes, I've tried putting the install folder directly without the zip. Same result.

In the manual, I have a problem with the file tp_upgrade.php. I must run to create the tables? He said he misses a table. This is the case since there is still no table of Tyni created.

It is found that the SQL script to create tables?

Thank you for your help.

Sorry for my English.

Cerbere

it's ok to manual

Here is the SQL code for creating tables, do not forget to change the name of your tables (TestV2_) and COLLATE according to Mysql.


--
-- Structure de la table `TestV2_tp_articles`
--

CREATE TABLE IF NOT EXISTS `TestV2_tp_articles` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` int(11) NOT NULL DEFAULT '0',
  `body` longtext COLLATE latin1_german1_ci NOT NULL,
  `intro` text COLLATE latin1_german1_ci NOT NULL,
  `useintro` tinyint(4) NOT NULL DEFAULT '1',
  `category` smallint(6) NOT NULL DEFAULT '0',
  `frontpage` tinyint(4) NOT NULL DEFAULT '1',
  `subject` text COLLATE latin1_german1_ci NOT NULL,
  `author_id` int(11) NOT NULL DEFAULT '0',
  `author` text COLLATE latin1_german1_ci NOT NULL,
  `frame` tinytext COLLATE latin1_german1_ci NOT NULL,
  `approved` tinyint(4) NOT NULL DEFAULT '1',
  `off` tinyint(4) NOT NULL DEFAULT '0',
  `options` text COLLATE latin1_german1_ci NOT NULL,
  `parse` smallint(6) NOT NULL DEFAULT '0',
  `comments` tinyint(4) NOT NULL DEFAULT '0',
  `comments_var` text COLLATE latin1_german1_ci NOT NULL,
  `views` int(11) NOT NULL DEFAULT '0',
  `rating` text COLLATE latin1_german1_ci NOT NULL,
  `voters` text COLLATE latin1_german1_ci NOT NULL,
  `id_theme` smallint(6) NOT NULL DEFAULT '0',
  `shortname` tinytext COLLATE latin1_german1_ci NOT NULL,
  `sticky` tinyint(4) NOT NULL DEFAULT '0',
  `fileimport` text COLLATE latin1_german1_ci NOT NULL,
  `topic` int(11) NOT NULL DEFAULT '0',
  `locked` tinyint(4) NOT NULL DEFAULT '0',
  `illustration` text COLLATE latin1_german1_ci NOT NULL,
  `headers` text COLLATE latin1_german1_ci NOT NULL,
  `type` tinytext COLLATE latin1_german1_ci NOT NULL,
  `global_tag` text COLLATE latin1_german1_ci NOT NULL,
  `featured` tinyint(4) NOT NULL DEFAULT '0',
  `pub_start` int(11) NOT NULL DEFAULT '0',
  `pub_end` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_german1_ci AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Structure de la table `TestV2_tp_blocks`
--

CREATE TABLE IF NOT EXISTS `TestV2_tp_blocks` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `type` smallint(6) NOT NULL DEFAULT '0',
  `frame` tinytext COLLATE latin1_german1_ci NOT NULL,
  `title` tinytext COLLATE latin1_german1_ci NOT NULL,
  `body` text COLLATE latin1_german1_ci NOT NULL,
  `access` text COLLATE latin1_german1_ci NOT NULL,
  `bar` tinyint(4) NOT NULL,
  `pos` int(11) NOT NULL,
  `off` tinyint(4) NOT NULL DEFAULT '0',
  `visible` text COLLATE latin1_german1_ci NOT NULL,
  `var1` int(11) NOT NULL,
  `var2` int(11) NOT NULL,
  `lang` text COLLATE latin1_german1_ci NOT NULL,
  `access2` text COLLATE latin1_german1_ci NOT NULL,
  `editgroups` text COLLATE latin1_german1_ci NOT NULL,
  `var3` int(11) NOT NULL,
  `var4` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_german1_ci AUTO_INCREMENT=7 ;

--
-- Contenu de la table `TestV2_tp_blocks`
--

INSERT INTO `TestV2_tp_blocks` (`id`, `type`, `frame`, `title`, `body`, `access`, `bar`, `pos`, `off`, `visible`, `var1`, `var2`, `lang`, `access2`, `editgroups`, `var3`, `var4`) VALUES
(1, 6, 'theme', 'Online', '', '-1,0,2,3,-2', 3, 20, 0, '0', 1, 0, '', 'actio=allpages', '-2', 0, 0),
(2, 4, 'theme', 'Search', '', '-1,0,1', 1, 0, 0, '', 0, 0, '', 'actio=allpages', '', 0, 0),
(3, 1, 'theme', 'User', '', '-1,0,1', 1, 10, 0, '', 0, 0, '', 'actio=allpages', '', 0, 0),
(4, 12, 'theme', 'Recent', '10', '-1,0,1', 2, 0, 0, '', 1, 0, '', 'actio=allpages', '', 0, 0),
(5, 3, 'theme', 'Stats', '10', '-1,0,1', 2, 10, 0, '', 0, 0, '', 'actio=allpages', '', 0, 0),
(6, 20, 'theme', 'Shoutbox', '', '-1,0,1', 1, 10, 0, '', 1, 0, '', 'actio=allpages', '', 0, 0);

-- --------------------------------------------------------

--
-- Structure de la table `TestV2_tp_data`
--

CREATE TABLE IF NOT EXISTS `TestV2_tp_data` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `type` tinyint(4) NOT NULL DEFAULT '0',
  `id_member` int(11) NOT NULL DEFAULT '0',
  `value` smallint(6) NOT NULL DEFAULT '0',
  `item` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_german1_ci AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Structure de la table `TestV2_tp_dldata`
--

CREATE TABLE IF NOT EXISTS `TestV2_tp_dldata` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `views` bigint(20) NOT NULL,
  `downloads` bigint(20) NOT NULL,
  `item` int(11) NOT NULL,
  `week` tinyint(4) NOT NULL,
  `year` smallint(6) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_german1_ci AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Structure de la table `TestV2_tp_dlmanager`
--

CREATE TABLE IF NOT EXISTS `TestV2_tp_dlmanager` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` tinytext COLLATE latin1_german1_ci NOT NULL,
  `description` text COLLATE latin1_german1_ci NOT NULL,
  `icon` text COLLATE latin1_german1_ci NOT NULL,
  `category` int(11) NOT NULL DEFAULT '0',
  `type` tinytext COLLATE latin1_german1_ci NOT NULL,
  `downloads` int(11) NOT NULL DEFAULT '0',
  `views` int(11) NOT NULL DEFAULT '0',
  `file` text COLLATE latin1_german1_ci NOT NULL,
  `created` int(11) NOT NULL DEFAULT '0',
  `last_access` int(11) NOT NULL DEFAULT '0',
  `filesize` int(11) NOT NULL DEFAULT '0',
  `parent` int(11) NOT NULL DEFAULT '0',
  `access` text COLLATE latin1_german1_ci NOT NULL,
  `link` text COLLATE latin1_german1_ci NOT NULL,
  `author_id` int(11) NOT NULL DEFAULT '0',
  `screenshot` text COLLATE latin1_german1_ci NOT NULL,
  `rating` text COLLATE latin1_german1_ci NOT NULL,
  `voters` text COLLATE latin1_german1_ci NOT NULL,
  `subitem` int(11) NOT NULL DEFAULT '0',
  `files` int(11) NOT NULL DEFAULT '0',
  `global_tag` text COLLATE latin1_german1_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_german1_ci AUTO_INCREMENT=2 ;

--
-- Contenu de la table `TestV2_tp_dlmanager`
--

INSERT INTO `TestV2_tp_dlmanager` (`id`, `name`, `description`, `icon`, `category`, `type`, `downloads`, `views`, `file`, `created`, `last_access`, `filesize`, `parent`, `access`, `link`, `author_id`, `screenshot`, `rating`, `voters`, `subitem`, `files`, `global_tag`) VALUES
(1, 'General', '', '', 0, 'dlcat', 0, 0, '', 0, 0, 0, 0, '-1,0,1', '', 0, '', '', '', 0, 0, '');

-- --------------------------------------------------------

--
-- Structure de la table `TestV2_tp_events`
--

CREATE TABLE IF NOT EXISTS `TestV2_tp_events` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `id_member` int(11) NOT NULL,
  `date` int(11) NOT NULL,
  `textvariable` mediumtext COLLATE latin1_german1_ci NOT NULL,
  `link` mediumtext COLLATE latin1_german1_ci NOT NULL,
  `description` mediumtext COLLATE latin1_german1_ci NOT NULL,
  `allowed` mediumtext COLLATE latin1_german1_ci NOT NULL,
  `eventid` int(11) NOT NULL,
  `on` tinyint(4) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_german1_ci AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Structure de la table `TestV2_tp_modules`
--

CREATE TABLE IF NOT EXISTS `TestV2_tp_modules` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `version` tinytext COLLATE latin1_german1_ci NOT NULL,
  `modulename` tinytext COLLATE latin1_german1_ci NOT NULL,
  `title` text COLLATE latin1_german1_ci NOT NULL,
  `subquery` tinytext COLLATE latin1_german1_ci NOT NULL,
  `autoload_run` tinytext COLLATE latin1_german1_ci NOT NULL,
  `autoload_admin` tinytext COLLATE latin1_german1_ci NOT NULL,
  `autorun` tinytext COLLATE latin1_german1_ci NOT NULL,
  `autorun_admin` tinytext COLLATE latin1_german1_ci NOT NULL,
  `db` text COLLATE latin1_german1_ci NOT NULL,
  `permissions` text COLLATE latin1_german1_ci NOT NULL,
  `active` tinyint(4) NOT NULL DEFAULT '0',
  `languages` text COLLATE latin1_german1_ci NOT NULL,
  `blockrender` tinytext COLLATE latin1_german1_ci NOT NULL,
  `adminhook` tinytext COLLATE latin1_german1_ci NOT NULL,
  `logo` tinytext COLLATE latin1_german1_ci NOT NULL,
  `tpversion` tinytext COLLATE latin1_german1_ci NOT NULL,
  `smfversion` tinytext COLLATE latin1_german1_ci NOT NULL,
  `description` text COLLATE latin1_german1_ci NOT NULL,
  `author` tinytext COLLATE latin1_german1_ci NOT NULL,
  `email` tinytext COLLATE latin1_german1_ci NOT NULL,
  `website` tinytext COLLATE latin1_german1_ci NOT NULL,
  `profile` tinytext COLLATE latin1_german1_ci NOT NULL,
  `frontsection` tinytext COLLATE latin1_german1_ci NOT NULL,
  `globaltags` tinytext COLLATE latin1_german1_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_german1_ci AUTO_INCREMENT=2 ;

--
-- Contenu de la table `TestV2_tp_modules`
--

INSERT INTO `TestV2_tp_modules` (`id`, `version`, `modulename`, `title`, `subquery`, `autoload_run`, `autoload_admin`, `autorun`, `autorun_admin`, `db`, `permissions`, `active`, `languages`, `blockrender`, `adminhook`, `logo`, `tpversion`, `smfversion`, `description`, `author`, `email`, `website`, `profile`, `frontsection`, `globaltags`) VALUES
(1, '1.0', 'TPShout', 'TP Simple Shout', 'shout', 'TPShout.php', 'TPShout.php', '', '', '', 'tp_can_admin_shout|1', 1, 'english', 'tpshout_fetch', 'tpshout_adminhook', 'tpshoutbox.png', '1.0', '1.1.x', '[b]TP Simple Shoutbox[/b] is the original shoutbox from v0.9 series of TinyPortal, now converted to a TP module. It allows shout in BBC format, scrolling of shouts, insert of BBC codes and smilies and an admin interface to delete or modify shouts.<br /> ', 'IchBin', 'ichbin@ichbin.us', 'http://www.tinyportal.net', 'tpshout_profile', 'tpshout_frontpage', '');

-- --------------------------------------------------------

--
-- Structure de la table `TestV2_tp_rates`
--

CREATE TABLE IF NOT EXISTS `TestV2_tp_rates` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `member_id` int(11) NOT NULL,
  `timestamp` int(11) NOT NULL,
  `rate` tinyint(4) NOT NULL,
  `rate_type` tinytext COLLATE latin1_german1_ci NOT NULL,
  `rate_id` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_german1_ci AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Structure de la table `TestV2_tp_ratestats`
--

CREATE TABLE IF NOT EXISTS `TestV2_tp_ratestats` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `average` tinyint(4) NOT NULL,
  `rate_type` tinytext COLLATE latin1_german1_ci NOT NULL,
  `rate_id` int(11) NOT NULL,
  `rates` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_german1_ci AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Structure de la table `TestV2_tp_settings`
--

CREATE TABLE IF NOT EXISTS `TestV2_tp_settings` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `name` text COLLATE latin1_german1_ci NOT NULL,
  `value` text COLLATE latin1_german1_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_german1_ci AUTO_INCREMENT=167 ;

--
-- Contenu de la table `TestV2_tp_settings`
--

INSERT INTO `TestV2_tp_settings` (`id`, `name`, `value`) VALUES
(1, 'version', '1107'),
(2, 'padding', '4'),
(3, 'margins', '2'),
(4, 'topbar_align', 'center'),
(5, 'leftbar_width', '170'),
(6, 'rightbar_width', '170'),
(7, 'fixed_width', '0'),
(8, 'use_SSI', '1'),
(9, 'frontpage_limit', '5'),
(10, 'SSI_board', '1'),
(11, 'temaer', ''),
(12, 'temanames', ''),
(13, 'temapaths', ''),
(14, 'showtop', '1'),
(15, 'frontpage_limit_len', '300'),
(16, 'featured_article', '3'),
(17, 'front_type', 'forum_articles'),
(18, 'showforumfirst', '0'),
(19, 'allow_guestnews', '1'),
(20, 'use_wysiwyg', '2'),
(21, 'allowed_membergroups', ''),
(22, 'approved_membergroups', ''),
(23, 'userbox_options', 'avatar,logged,time,unread,stats,online,stats_all'),
(24, 'hide_leftbar_forum', '0'),
(25, 'hide_rightbar_forum', '0'),
(26, 'hide_centerbar_forum', '0'),
(27, 'show_download', '1'),
(28, 'show_gallery', '0'),
(29, 'show_arcade', '1'),
(30, 'dl_total_items', '0'),
(31, 'dl_maxfiles', '10'),
(32, 'dl_allowed_types', 'zip,rar,doc,jpg,gif,png'),
(33, 'dl_max_upload_size', '2000'),
(34, 'dl_totalcats', '0'),
(35, 'dl_totalfiles', '0'),
(36, 'dl_allow_upload', '1'),
(37, 'dl_upload_max', '2'),
(38, 'dl_approve', '1'),
(39, 'dl_approve_groups', ''),
(40, 'hidebars_admin_only', '1'),
(41, 'dl_uploadpath', 'tp-downloads'),
(42, 'dl_showlatest', '1'),
(43, 'frontpage_layout', '1'),
(44, 'opt_wysiwyg', '1'),
(45, 'show_linkmanager', '0'),
(46, 'show_teampage', '0'),
(47, 'sitemap_items', '3'),
(48, 'cat_list', '1'),
(49, 'dl_visual_options', 'left,right,center,top'),
(50, 'dl_fileprefix', 'K'),
(51, 'showstars', '1'),
(52, 'maxstars', '5'),
(53, 'hidebars_profile', '1'),
(54, 'hidebars_pm', '1'),
(55, 'hidebars_memberlist', '1'),
(56, 'dlmanager_theme', '0'),
(57, 'teampage_theme', '0'),
(58, 'linkmanager_theme', '0'),
(59, 'tpgallery_theme', '0'),
(60, 'blocks_edithide', '0'),
(61, 'profile_shouts_hide', '0'),
(62, 'frontblock_type', 'first'),
(63, 'rss_notitles', '0'),
(64, 'hide_editarticle_link', '0'),
(65, 'hide_bottombar_forum', '0'),
(66, 'hide_topbar_forum', '0'),
(67, 'bottombar', '1'),
(68, 'blockwidth_left', '200'),
(69, 'blockwidth_right', '150'),
(70, 'blockwidth_center', '150'),
(71, 'blockwidth_front', '150'),
(72, 'blockwidth_bottom', '150'),
(73, 'blockwidth_top', '150'),
(74, 'blockwidth_lower', '150'),
(75, 'blockgrid_left', ''),
(76, 'blockgrid_right', ''),
(77, 'blockgrid_center', ''),
(78, 'blockgrid_front', ''),
(79, 'blockgrid_bottom', ''),
(80, 'blockgrid_top', ''),
(81, 'blockgrid_lower', ''),
(82, 'block_layout_left', 'vert'),
(83, 'block_layout_right', 'vert'),
(84, 'block_layout_center', 'vert'),
(85, 'block_layout_front', 'vert'),
(86, 'block_layout_bottom', 'vert'),
(87, 'block_layout_top', 'vert'),
(88, 'block_layout_lower', 'vert'),
(89, 'frontpage_visual', 'left,right,center,top,bottom,lower,header'),
(90, 'hidebars_calendar', '1'),
(91, 'hidebars_search', '1'),
(92, 'hidebars_custom', ''),
(93, 'toppanel', '1'),
(94, 'leftpanel', '1'),
(95, 'rightpanel', '1'),
(96, 'centerpanel', '1'),
(97, 'bottompanel', '1'),
(98, 'frontpanel', '1'),
(99, 'lowerpanel', '1'),
(100, 'hide_lowerbar_forum', '0'),
(101, 'articles_comment_captcha', '1'),
(102, 'print_articles', '1'),
(103, 'article_layout', '1'),
(104, 'article_layout_width', '100%'),
(105, 'article_layout_cols', '1'),
(106, 'frontpage_catlayout', '1'),
(107, 'showcollapse', '1'),
(108, 'remove_modulesettings', '0'),
(109, 'front_module', ''),
(110, 'forumposts_avatar', '1'),
(111, 'dl_usescreenshot', '1'),
(112, 'dl_screenshotsizes', '80,80,200,200,800,800'),
(113, 'editorheight', '400'),
(114, 'tagboards', '1'),
(115, 'tagtopics', '1'),
(116, 'blockheight_left', ''),
(117, 'blockheight_right', ''),
(118, 'blockheight_center', ''),
(119, 'blockheight_front', ''),
(120, 'blockheight_bottom', ''),
(121, 'blockheight_top', ''),
(122, 'blockheight_lower', ''),
(123, 'dl_createtopic', '1'),
(124, 'dl_createtopic_boards', ''),
(125, 'art_imagesizes', '80,40,400,200'),
(126, 'dl_showstats', '1'),
(127, 'dl_showfeatured', '1'),
(128, 'dl_introtext', ''),
(129, 'dl_showcategorytext', '1'),
(130, 'dl_featured', ''),
(131, 'dl_wysiwyg', 'html'),
(132, 'oldsidebar', '1'),
(133, 'use_attachment', '1'),
(134, 'frontpage_template', ''),
(135, 'shoutbox_height', '250'),
(136, 'shoutbox_limit', '5'),
(137, 'guest_shout', '0'),
(138, 'shoutbox_usescroll', '0'),
(139, 'shoutbox_scrollduration', '2000'),
(140, 'shoutbox_scrolldelay', '1000'),
(141, 'shoutbox_scrolldirection', 'vert'),
(142, 'shoutbox_scrolleasing', 'Cubic'),
(143, 'show_shoutbox_archive', '50'),
(144, 'show_shoutbox_smile', '1'),
(145, 'show_shoutbox_icons', '1'),
(146, 'shoutbox_version', '100'),
(147, 'frontpage_topics', ''),
(148, 'use_tpmainmenu', '1'),
(149, 'use_tpgallery', '0'),
(150, 'use_tpblog', '0'),
(151, 'use_tpads', '0'),
(152, 'use_tpfrontpage', '0'),
(153, 'frontpage_title', ''),
(154, 'shoutbox_whisper', '1'),
(155, 'redirectforum', '1'),
(156, 'useroundframepanels', '0'),
(157, 'panelstyle_left', '0'),
(158, 'panelstyle_right', '0'),
(159, 'panelstyle_center', '0'),
(160, 'panelstyle_top', '0'),
(161, 'panelstyle_bottom', '0'),
(162, 'panelstyle_lower', '0'),
(163, 'panelstyle_upper', '0'),
(164, 'panelstyle_front', '0'),
(165, 'admin_showblocks', '1'),
(166, 'uselangoption', '0');

-- --------------------------------------------------------

--
-- Structure de la table `TestV2_tp_shoutbox`
--

CREATE TABLE IF NOT EXISTS `TestV2_tp_shoutbox` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `value1` text COLLATE latin1_german1_ci NOT NULL,
  `value2` text COLLATE latin1_german1_ci NOT NULL,
  `value3` text COLLATE latin1_german1_ci NOT NULL,
  `type` tinytext COLLATE latin1_german1_ci NOT NULL,
  `value4` text COLLATE latin1_german1_ci NOT NULL,
  `value5` int(11) NOT NULL DEFAULT '-2',
  `value6` text COLLATE latin1_german1_ci NOT NULL,
  `value7` tinyint(4) NOT NULL,
  `value8` text COLLATE latin1_german1_ci NOT NULL,
  `edit` tinyint(4) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_german1_ci AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Structure de la table `TestV2_tp_variables`
--

CREATE TABLE IF NOT EXISTS `TestV2_tp_variables` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `value1` text COLLATE latin1_german1_ci NOT NULL,
  `value2` text COLLATE latin1_german1_ci NOT NULL,
  `value3` text COLLATE latin1_german1_ci NOT NULL,
  `type` tinytext COLLATE latin1_german1_ci NOT NULL,
  `value4` text COLLATE latin1_german1_ci NOT NULL,
  `value5` int(11) NOT NULL DEFAULT '-2',
  `subtype` tinytext COLLATE latin1_german1_ci NOT NULL,
  `value7` text COLLATE latin1_german1_ci NOT NULL,
  `value8` text COLLATE latin1_german1_ci NOT NULL,
  `subtype2` int(11) NOT NULL DEFAULT '0',
  `value9` text COLLATE latin1_german1_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 COLLATE=latin1_german1_ci AUTO_INCREMENT=4 ;

--
-- Contenu de la table `TestV2_tp_variables`
--

INSERT INTO `TestV2_tp_variables` (`id`, `value1`, `value2`, `value3`, `type`, `value4`, `value5`, `subtype`, `value7`, `value8`, `subtype2`, `value9`) VALUES
(1, 'Portal features', '', '-1,0', 'category', '', -2, '', 'catlayout=1|layout=1', '', 0, ''),
(2, 'General Articles', '', '-1,0', 'category', '', -2, '', 'catlayout=1|layout=1', '', 0, ''),
(3, 'Demo Articles', '0', 'cats1', 'menubox', '0', 10, '', '', '', 0, '');

DeVIL-I386

Quote from: Cerbere on October 05, 2013, 09:48:25 PM
SMF2/install.xml

[...]

Fatal error: require () [ function.require ] : Failed opening required ' / chemindusite/Test/Packages/temp/SMF2/tp_upgrade.php ' ( include_path = ' :/ opt / php / lib / php . ') In chemindusite / test / Sources / Packages.php on line 951
The same problem I have with PHP version 5.4.21.

I suspect your version of PHP is too high (>5.2 (?)). ← This is just a guess, based on my previous experience.

I have put the right of the package folder to chmod 777 and changed the owner, but that has not helped.

I could solve the problem, as I have installed this mod: No Temp Directory Removal