Also, the generated export files refer to (i.e. page's index.php file): <link rel="stylesheet" type="text/css" href="../../static/views.css">
which is coming from /htdocs/theme/raw/plugintype/export/html/templates/header.tpl -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1515826 Title: Export portfolio as html gives an "error" due to missing views.css file Status in Mahara: New Bug description: $config->version = 2015092910; $config->series = '15.10'; $config->release = '15.10.0'; DB: Postgres OS: Linux When exporting a portfolio as HTML, we get the following "error" on the screen: Could not copy static file '/var/www/demo-mahara-org-prod- mahara/releases/20151111220737/theme/views.css' htdocs/theme/views.css was removed in commit: 7bbb9da3d0719e01baf412dac4eb37bf027ebb7e as it's no longer required. Yet, the export is still requiring it in: htdocs/export/html/lib.php::copy_static_files() - $filestocopy = array( get_config('docroot') . 'theme/views.css' => $staticdir . 'views.css', ); To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1515826/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

