phpBB

Development Discussion Board

phpBB's testing ground of bleeding edge code
Advanced search

phpBB 3.0.x with patches for Windows Web App Gallery

Discussion of general topics related to the new version and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!

phpBB 3.0.x with patches for Windows Web App Gallery

Postby bibin » Wed Jul 11, 2012 6:30 pm

3.0.10 Patch

Microsoft Open Tech provides these integrated pieces for those community members who need interoperability between PHPBB and Microsoft’s Platform.

Summary of fixes included in the package for the Windows Azure related issues

1. MSSQL Schema is not Windows Azure compatible

    Comments: Updated the MSSQL schema to adjust SQL Server /SQL Azure functionality differences. Changes are made on \install\schemas\mssql_schema.sql file.

2. SERVER_PORT issue on Windows Azure


3. ACP statistics failing with SQL Azure

    Comments: ACP statistics is calculating the database size with 'SELECT ((SUM(size) * 8.0) * 1024.0) as dbsize FROM sysfiles'. This will break the phpBB ACP statistics page in Windows Azure because sysfiles is not available in SQL Azure, but we can calculate the database size in SQL Azure using 'SELECT ((SUM(reserved_page_count) * 8.0) * 1024.0) as dbsize FROM sys.dm_db_partition_stats'.

Summary of changes specific to Windows Web Application Gallery

1. Improved user experience with deletion of install directory by including a rminstall.php script that the user will run after completing the app install by clicking on a delete link.
2. Added the code to auto populate the database details in the installation wizard
    Webmatrix publish and download from remote server will fail if the $dbport parameter is set since this cannot be updated by the web deploy when user publishes PHPBB to a remote server (or Azure )or downloads it from a remote server ( or Azure). To avoid that we had to make phpBB to auto populate the database fields in the phpBB installation wizard.
Attachments
phpBB-3.0.10-IIS.zip
sha-1 hash: d94fd41f69a9b9021674803c7dc67d3424a0d7bc
(2.39 MiB) Downloaded 359 times
bibin
Registered User
 
Posts: 1
Joined: Tue Jun 12, 2012 10:34 am

Re: phpBB 3.0.10 with patches for Windows Web App Gallery

Postby naderman » Sat Aug 25, 2012 4:38 pm

An updated version of this package with patches applied for phpBB 3.0.11 is available at https://download.phpbb.com/pub/release/ ... pi.pl2.zip
www.naderman.de
Move your forum to Forumatic - we'll take care of maintenance & spam
User avatar
naderman
Development Team Leader
Development Team Leader
 
Posts: 1650
Joined: Sun Jan 11, 2004 2:11 am
Location: Karlsruhe, Germany


Return to [3.0/Olympus] Discussion

Who is online

Users browsing this forum: No registered users and 11 guests