Results 1 to 10 of 111

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,949
    Plugin Contributions
    96

    Default Re: css javascript loader addon problems

    You don't say which version of the CSS/JS loader you're using (I use the "legacy" version), but if you make use of the Zen Cart feature where you can "shadow" your hosted fileset and override the localhost configuration via /includes/local/configure.php and /ADMIN/includes/local/configure.php files, you'll need to make the following changes to /min/config.php:
    Code:
    // added for Zen Cart
    if (file_exists('../includes/local/configure.php')) {
      include('../includes/local/configure.php');
    } else {
      include('../includes/configure.php');
    }

  2. #2
    Join Date
    Jan 2009
    Posts
    45
    Plugin Contributions
    0

    Default Re: css javascript loader addon problems

    Im using CSSJS from Author: Numinix Version: 2.1.0 + clear zen 1.51 + Vertrigoserv 2.29 on win8

    I try to change in min/config.php but still not working i tried use this but not working too

    include('C:/VertrigoServ/www/shop/includes/configure.php');

    and css is valid from template classic
    any next idea ?
    Last edited by Lopi; 6 Dec 2012 at 11:49 AM.

  3. #3
    Join Date
    Jan 2009
    Posts
    45
    Plugin Contributions
    0

    Default Re: css javascript loader addon problems


  4. #4
    Join Date
    Jan 2009
    Posts
    45
    Plugin Contributions
    0

    Default Re: css javascript loader addon problems

    <font size='1'><table class='xdebug-error xe-warning' dir='ltr' border='1' cellspacing='0' cellpadding='1'>
    <tr><th align='left' bgcolor='#f57900' colspan="5"><span style='background-color: #cc0000; color: #fce94f; font-size: x-large;'>( ! )</span> Warning: fopen(C:/VertrigoServ/www/shopen/min/cache/minify_stylesheet,stylesheet_css_buttons.css_f7e75ff6ce70434970d3341a363e168b) [&lt;a href='function.fopen'&gt;function.fopen&lt;/a&gt;]: failed to open stream: No such file or directory in C:\VertrigoServ\www\shopen\min\lib\Minify\Cache\File.php on line <i>100</i></th></tr>
    <tr><th align='left' bgcolor='#e9b96e' colspan='5'>Call Stack</th></tr>
    <tr><th align='center' bgcolor='#eeeeec'>#</th><th align='left' bgcolor='#eeeeec'>Time</th><th align='left' bgcolor='#eeeeec'>Memory</th><th align='left' bgcolor='#eeeeec'>Function</th><th align='left' bgcolor='#eeeeec'>Location</th></tr>
    <tr><td bgcolor='#eeeeec' align='center'>1</td><td bgcolor='#eeeeec' align='center'>0.0007</td><td bgcolor='#eeeeec' align='right'>349984</td><td bgcolor='#eeeeec'>{main}( )</td><td title='C:\VertrigoServ\www\shopen\min\index.php' bgcolor='#eeeeec'>..\index.php<b>:</b>0</td></tr>
    <tr><td bgcolor='#eeeeec' align='center'>2</td><td bgcolor='#eeeeec' align='center'>0.0078</td><td bgcolor='#eeeeec' align='right'>1061744</td><td bgcolor='#eeeeec'>Minify::serve( )</td><td title='C:\VertrigoServ\www\shopen\min\index.php' bgcolor='#eeeeec'>..\index.php<b>:</b>66</td></tr>
    <tr><td bgcolor='#eeeeec' align='center'>3</td><td bgcolor='#eeeeec' align='center'>0.0355</td><td bgcolor='#eeeeec' align='right'>1353856</td><td bgcolor='#eeeeec'>Minify_Cache_File->store( )</td><td title='C:\VertrigoServ\www\shopen\min\lib\Minify.php' bgcolor='#eeeeec'>..\Minify.php<b>:</b>302</td></tr>
    <tr><td bgcolor='#eeeeec' align='center'>4</td><td bgcolor='#eeeeec' align='center'>0.0359</td><td bgcolor='#eeeeec' align='right'>1354672</td><td bgcolor='#eeeeec'>Minify_Cache_File->fetch( )</td><td title='C:\VertrigoServ\www\shopen\min\lib\Minify\Cache\File.php' bgcolor='#eeeeec'>..\File.php<b>:</b>37</td></tr>
    <tr><td bgcolor='#eeeeec' align='center'>5</td><td bgcolor='#eeeeec' align='center'>0.0360</td><td bgcolor='#eeeeec' align='right'>1354912</td><td bgcolor='#eeeeec'><a href='http://www.php.net/fopen' target='_new'>fopen</a>
    ( )</td><td title='C:\VertrigoServ\www\shopen\min\lib\Minify\Cache\File.php' bgcolor='#eeeeec'>..\File.php<b>:</b>100</td></tr>
    </table></font>

  5. #5
    Join Date
    Jan 2009
    Posts
    45
    Plugin Contributions
    0

    Default Re: css javascript loader addon problems

    Its working now ;) ... I didnt have in /min/ directory cache ...

 

 

Similar Threads

  1. Replies: 8
    Last Post: 26 Feb 2016, 12:41 AM
  2. css/js loader !!
    By Miff in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 28 Nov 2011, 01:19 PM
  3. CJ Loader (CSS/Javascript Loader) plugin function is not loaded by zen cart?
    By tripflex in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 11 Jul 2011, 03:55 PM
  4. Yellow1912's css javascript loader breaks Ajax EasySlider
    By dutchy in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 27 Oct 2010, 11:23 AM
  5. [support thread] Javascript loader
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 7 Nov 2009, 12:11 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg