My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
OK, I did not realize I had to merge the html_header page according to jcloader site. Did that and the slide show works again. However, I have checked and rechecked everything and I am NOT seeing the jc loader option in admin. I looked at the files to upload and I don't see where there are any files to be uploaded to the admin page... so maybe it does not come with the option?
The admin files included in the fileset include the auto-installer that make all the appropriate DB changes to resister the admin page and add the configuration options. You should see the options available in the configuration menu.. If you are not seeing the admin settings it means that you have not uploaded all the files from the fileset or uploaded them incorrectly..
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
On the site the css/java loader works correctly, but on localhost it give me an error
<br />
<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:/www/web/min/cache/minify_stylesheet,stylesheet_css_buttons.css_e90a782a5d316118cbb180470b73cee9) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: No such file or directory in C:\www\web\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>
any idea ?
I using zen 1.5.1 and new version from numinix
and if I try localhost/web/min/builder/
show this error
Warning: include() [<a href='function.include'>function.include</a>]: Unable to access ../includes/configure.php in C:\www\web\min\config.php on line 8
I used xampp and vertrigoserv but CSS loader doesnt work... could you tell me is it working css/j loader on localhost ? anybody ?
Thanks this post, God. I am facing the same problem. Thank you such warm-hearted people!
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'); }