Forums | Mahara Community

Support /
Export Stuck at exporting data for cpds


Ali Hastie's profile picture
Posts: 145

10 November 2012, 4:54

Hi

When I try to export all of my data for Standalone HTML web site format, the export gets stuck at 'Exporting data for cpds.

We have the CPD plugin installed.

Using Mahara 1.6.1

Cheers

Ali

anonymous profile picture
Account deleted
Posts: 5

06 August 2013, 0:42

Hi,

      we had the same issue with Mahara 1.7.1. I changed the following... artefact->cpds->export->html->lib.php line 57

'link' => 'files/cpds/' . PluginExportHtml::text_to_path($artefact->get('title')) . '/index.html',

to

'link' => 'files/cpds/' . PluginExportHtml::text_to_URLpath(PluginExportHtml::text_to_filename($artefact->get('title'))) . '/index.html',

It seems to have resolved the problem?

Cheers Daran

A post by Aaron Wells was deleted

Ali Hastie's profile picture
Posts: 145

21 August 2013, 9:36

Hi Daran

Sorry for the delay. This works perfectly for us using 1.7.1.

Many thanks,

Ali

4 results