Página 2 de 2

Re: Problema al instalar phpBB3-portal1.2.2

Publicado: 15 Sep 2008, 23:12
por madridpadel.com
Pues lo siento, pero he revisado todas las instrucciones, los archivos que tenia que subir, creo que lo he hecho todo, y al ejecutar install_portal.php lo unico que sucede es que se abre con el bloc de notas.

Saludos

Re: Problema al instalar phpBB3-portal1.2.2

Publicado: 15 Sep 2008, 23:26
por madridpadel.com
Perdonadme por el tostón. Estas son las instrucciones que tengo para instalarlo, pero releyendo cada palabra que me habeis puesto veo que Mitch me dice "editar el estilo", y no se a que se refiere.

Gracias
Spoiler
File Copy

Copy: root/.htaccess
To: .htaccess

Copy: root/includes/acp/acp_portal.php
To: includes/acp/acp_portal.php

Copy: root/includes/acp/info/acp_portal.php
To: includes/acp/info/acp_portal.php

Copy: root/install_portal.php
To: install_portal.php

Copy: root/language/en/acp/portal.php
To: language/en/acp/portal.php

Copy: root/language/en/portal.php
To: language/en/portal.php

Copy: root/portal/block/announcements.php
To: portal/block/announcements.php

Copy: root/portal/block/attachments.php
To: portal/block/attachments.php

Copy: root/portal/block/birthday_list.php
To: portal/block/birthday_list.php

Copy: root/portal/block/change_style.php
To: portal/block/change_style.php

Copy: root/portal/block/donate.php
To: portal/block/donate.php

Copy: root/portal/block/friends.php
To: portal/block/friends.php

Copy: root/portal/block/index.html
To: portal/block/index.html

Copy: root/portal/block/latest_bots.php
To: portal/block/latest_bots.php

Copy: root/portal/block/latest_members.php
To: portal/block/latest_members.php

Copy: root/portal/block/leaders.php
To: portal/block/leaders.php

Copy: root/portal/block/links.php
To: portal/block/links.php

Copy: root/portal/block/link_us.php
To: portal/block/link_us.php

Copy: root/portal/block/login_box.php
To: portal/block/login_box.php

Copy: root/portal/block/main_menu.php
To: portal/block/main_menu.php

Copy: root/portal/block/mini_cal.php
To: portal/block/mini_cal.php

Copy: root/portal/block/news.php
To: portal/block/news.php

Copy: root/portal/block/poll.php
To: portal/block/poll.php

Copy: root/portal/block/random_member.php
To: portal/block/random_member.php

Copy: root/portal/block/recent.php
To: portal/block/recent.php

Copy: root/portal/block/search.php
To: portal/block/search.php

Copy: root/portal/block/statistics.php
To: portal/block/statistics.php

Copy: root/portal/block/top_posters.php
To: portal/block/top_posters.php

Copy: root/portal/block/user_menu.php
To: portal/block/user_menu.php

Copy: root/portal/block/whois_online.php
To: portal/block/whois_online.php

Copy: root/portal/block/wordgraph.php
To: portal/block/wordgraph.php

Copy: root/portal/images/bullet.gif
To: portal/images/bullet.gif

Copy: root/portal/images/clock.swf
To: portal/images/clock.swf

Copy: root/portal/images/dot.gif
To: portal/images/dot.gif

Copy: root/portal/images/icon_topic_attach.gif
To: portal/images/icon_topic_attach.gif

Copy: root/portal/images/index.html
To: portal/images/index.html

Copy: root/portal/images/link.png
To: portal/images/link.png

Copy: root/portal/images/member.gif
To: portal/images/member.gif

Copy: root/portal/images/mini_cal_icon_left_arrow.png
To: portal/images/mini_cal_icon_left_arrow.png

Copy: root/portal/images/mini_cal_icon_right_arrow.png
To: portal/images/mini_cal_icon_right_arrow.png

Copy: root/portal/images/paypal.gif
To: portal/images/paypal.gif

Copy: root/portal/includes/functions.php
To: portal/includes/functions.php

Copy: root/portal/includes/index.html
To: portal/includes/index.html

Copy: root/portal/includes/mini_cal/calendarSuite.php
To: portal/includes/mini_cal/calendarSuite.php

Copy: root/portal/includes/mini_cal/index.html
To: portal/includes/mini_cal/index.html

Copy: root/portal/includes/mini_cal/mini_cal_common.php
To: portal/includes/mini_cal/mini_cal_common.php

Copy: root/portal/includes/mini_cal/mini_cal_config.php
To: portal/includes/mini_cal/mini_cal_config.php

Copy: root/portal/includes/mini_cal/mini_cal_topic.php
To: portal/includes/mini_cal/mini_cal_topic.php

Copy: root/portal/index.html
To: portal/index.html

Copy: root/portal.php
To: portal.php
Edits
s↑↓
Use your keyboard to navigate the code boxes. You may also hit 's' on your keyboard to go to the first code box.

Open: includes/functions.php
Find
Tip: This may be a partial find and not the whole line.

Code:Select All
define('HEADER_INC', true);
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.

Code:Select All
//-- [+] MOD: phpBB3 Portal ---------------------------------------------
//-- add
//
$user->add_lang('portal');
//
//-- [-] MOD: phpBB3 Portal ---------------------------------------------
Find
Tip: This may be a partial find and not the whole line.

Code:Select All
'S_USER_LOGGED_IN' => ($user->data['user_id'] != ANONYMOUS) ? true : false,
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.

Code:Select All
//-- [+] MOD: phpBB3 Portal ---------------------------------------------
//-- add
//
'U_PORTAL' => append_sid("{$phpbb_root_path}portal.$phpEx"),
'S_PORTAL_COPY' => $user->lang['PORTAL_COPY'],
//
//-- [-] MOD: phpBB3 Portal ---------------------------------------------
Open: adm/index.php
Find
Tip: This may be a partial find and not the whole line.

Code:Select All
$user->setup('acp/common');
Add after
Tip: Add these lines on a new blank line after the preceding line(s) to find.

Code:Select All
$user->add_lang('acp/portal');
DIY Instructions
These are manual instructions that cannot be performed automatically. You should follow these instructions carefully.

Code:Select All
Run install_portal.php.
Look at language and templates folders for more required editing.
After installation, enter your ACP (Admin Control Panel) and click the "Purge the cache" button.

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

Save all files. End of MOD.
You have finished the installation for this MOD. Upload all changed files to your website. If the installation went bad, simply restore your backed up files.

Re: Problema al instalar phpBB3-portal1.2.2

Publicado: 15 Sep 2008, 23:26
por angelismo
Tienes que ejecutarlo asi
http://www.madridpadel.com/phpBB-3.0.1/ ... portal.php" onclick="window.open(this.href);return false; ,conectado como administrador

Re: Problema al instalar phpBB3-portal1.2.2

Publicado: 15 Sep 2008, 23:31
por madridpadel.com
Gracias, creia que ya lo tenia pero al ejecutar com me indica angelismo, me da el siguiente error.( Pero por lo menos ya se abre la ventana de instalacion):Gracias

Error General
SQL ERROR [ mssql ]

Line 1: Incorrect syntax near 'config_value'.
Line %d: Incorrect syntax near '%.*ls'. [170]

SQL

ALTER TABLE phpbb_config CHANGE config_value config_value TEXT NOT NULL

BACKTRACE


FILE: includes/db/mssql.php
LINE: 137
CALL: dbal_mssql->sql_error()

FILE: install_portal.php
LINE: 221
CALL: dbal_mssql->sql_query()



Por favor notifique a La Administración del Sitio o webmaster: -------------------------------------

Re: Problema al instalar phpBB3-portal1.2.2

Publicado: 16 Sep 2008, 00:59
por madridpadel.com
Bueno, pues de momento he conseguido volver a entrar en el panel de administrador.
El problema era de lenguaje, ya que he ido siguiendo todos los pasos y comprobando en cada uno y por fin cuando he vuelto a modificar la carpeta del idioma ha vuelto a funcionar.

Mil gracias a todos.

Ahora el problema es que en mi panel de administrador tengo 7 pestañas nuevas con el nombre "portal", pero he comprobado que al modificar cualquier cosa en la primera se modifica en las demás.
Y no sé si ya está instalado o no, pero si intento ejecutar el install_portal me sale el ERROR GENERAL que he puesto en mi anterior mensaje-

Mañana seguiré. De nuevo mil gracias :ok: