HTML Logo by World Wide Web Consortium (www.w3.org). Click to learn more about our commitment to accessibility and standards.

7.1.5

Title Currency conversions
Description Google stopped responded to currency requests on one of its services, breaking ocPortal's currency conversion code (to be fair, we weren't using the correct API).
Affects All users who do currency conversions
Fix A fix to sources/currency.php is attached.
Fix files currency.php

Back to the top

Comments / View


Title Downloading indexing
Description Some added downloads may give an error when added, due to an indexing problem related to MySQL configuration.
Affects Unknown
Fix A fix to sources/downloads2.php is attached.

A new hidden option, no_dload_search_index, is also introduced to disable search indexing if required.

It can be enabled from OcCLE:

Code

:set_value('no_dload_search_index','1');
Fix files downloads2.php

Back to the top

Comments / View


Title Editing usergroups
Description If you go to edit a usergroup, you will see a Javascript popup giving an error message.
Affects OCF users
Fix This error is benign and can be ignored.

Back to the top

Comments / View


Title Integer CPFs
Description These will not display properly.
Affects All users using integer CPFs
Fix A fix to sources/ocf_members.php is attached.
Fix files ocf_members.php

Back to the top

Comments / View


Title Picture/Upload CPFs
Description If editing your profile, the field values are deleted if not replaced.

If viewing your profile and the field values are not set, it shows a link to the root of the website.
Affects Al users (although this is a feature few use)
Fix Unzip the attached zip to your sources folder.
Fix files uploaded-cpf-fix.zip

Back to the top

Comments / View


Title Special characters may be lost
Description If a session is lost during editing (e.g. if someone else is sharing your username), you'll be forced to reopen the session before a content edit is saved.

However the intermediacy login screen is not shown in the correct character set (always UTF-8), meaning data can get slightly mangled in the process.
Affects Users who don't use UTF-8 for their site
Fix A fix to sources/global2.php is attached.
Fix files global2.php

Back to the top

Comments / View


Title Third-party forum integration
Description There is a compatibility problem that only happens if a third-party forum system is used with ocPortal, and the custom_comcode addon (which is bundled) is enabled.

You will see stack traces on some screens.
Affects Users of third-party forums
Fix Uninstall the "custom_comcode" addon, from:

Admin Zone > Structure > Addons

Back to the top

Comments / View


Title Viewing downloads
Description An error may be shown to staff related to a missing language string.
Affects Users who have uninstalled the galleries addon
Fix A fix to themes/default/templates/DOWNLOAD_SCREEN.tpl is attached.
Fix files DOWNLOAD_ALL_SCREEN.tpl

Back to the top

Comments / View