WhatCD / Gazelle

http://whatcd.github.io/Gazelle/
1.84k stars 363 forks source link

Theme gallery images missing from user > settings #106

Open caseyrlentz opened 7 years ago

caseyrlentz commented 7 years ago

Looks like the theme gallery images inside of the user account page are broken.

scriptzteam commented 7 years ago

You need to generate the previews firstly ;)

$CmdLine = '/usr/bin/phantomjs "' . dirname(FILE) . '/render_build_preview.js" "' . SERVER_ROOT . '" "' . STATIC_SERVER . '" "' . $Style['Name'] . '" "' . dirname(FILE) . '"'; $BuildResult = json_decode(shell_exec(escapeshellcmd($CmdLine)), true);

/*

https://github.com/WhatCD/Gazelle/blob/master/sections/tools/development/rerender_gallery.php