Note that there are some explanatory texts on larger screens.

plurals
  1. POSmarty Error: media_player.php is not readable
    primarykey
    data
    text
    <p>I copied a website from rareculture.net to my local machine so that I can work with it. The site uses CS Cart, which uses Smarty, and I am getting the following error:</p> <pre><code>( ! ) Warning: Smarty error: http://localhost/cscart/skins/projection/customer/media_player.php is not readable in C:\wamp\www\cscart\lib\templater\Smarty.class.php on line 1095 Call Stack # Time Memory Function Location 1 0.0006 676392 {main}( ) ..\index.php:0 2 0.1292 14141136 fn_dispatch( ) ..\index.php:28 3 0.1890 16676848 Templater-&gt;display( ) ..\fn.control.php:505 4 0.1891 16677472 Smarty-&gt;display( ) ..\class.templater.php:122 5 0.1891 16677616 Smarty-&gt;fetch( ) ..\Smarty.class.php:1108 6 0.1920 17133376 include( 'C:\wamp\www\cscart\var\compiled\customer\%%45^45E^45E480CD%%index.tpl.php' ) ..\Smarty.class.php:1258 7 0.2102 17289304 Templater-&gt;_smarty_include( ) ..\%%45^45E^45E480CD%%index.tpl.php:394 8 0.2115 17454696 include( 'C:\wamp\www\cscart\var\compiled\customer\%%72^72D^72DAF6E8%%main.tpl.php' ) ..\class.templater.php:88 9 0.2378 17828056 smarty_core_smarty_include_php( ) ..\%%72^72D^72DAF6E8%%main.tpl.php:141 10 0.2384 17852528 smarty_core_get_php_resource( ) ..\core.smarty_include_php.php:25 11 0.2397 17874168 Smarty-&gt;trigger_error( ) ..\core.get_php_resource.php:66 12 0.2397 17874432 trigger_error ( ) ..\Smarty.class.php:1095 </code></pre> <p>At first, the path was not right to media_player.php for my local server, and it was giving me 3 errors. After changing the path to main.tpl here:</p> <pre><code>&lt;div id="homepage-meida"&gt; {include_php file='http://localhost/cscart/skins/projection/customer/media_player.php} &lt;/div&gt;&lt;!-- #homepage-media --&gt; </code></pre> <p>I got just the one error. I tried changing the permissions in Windows 7, giving Everyone full access to both the file and the containing folder, and it didn't change anything. </p> <p>Can anyone point me in the right direction? Thank you.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload