belherdigital / open-eshop

PHP Script to sell your digital goods. Deliver bought files to your customers, give support for the purchases, create licenses and more!
open-eshop.com
GNU General Public License v3.0
52 stars 36 forks source link

[BUG] when minify ON: too long filename #342

Closed emanwebdev closed 9 years ago

emanwebdev commented 10 years ago
fopen(/themes/default/js/minified-codejquerycomjquery-1102min-netdnabootstrapcdncombootstrap320bootstrapmin-cdndelivrnetchosen100chosenjquerymin-bootstrap-confirmationmin-oc-panelthemeinitv161-jquerysceditorminv144-summernotemin-jqueryvalidatemin-jquerycookiemin-iconpickermin-oc-panelsidebarv161-cdndelivrnetbootstraptagsinput039bootstrap-tagsinputmin-formv161.js): 
failed to open stream: Filename too long

http://annonces.naturodiffusion.info/oc-panel/profile/orders

emanwebdev commented 10 years ago

Found this snippet in generated HTML:

<link type="text/css" href="http://annonces.naturodiffusion.info/themes/default/css/minified-netdnabootstrapcdncombootswatch320yetibootstrapmin-netdnabootstrapcdncomfont-awesome410font-awesomemin-cdnjsdelivrnetchosen100chosen-cdnjsdelivrnetprettyphoto315prettyphoto-stylev161-yeti-style-slider.css" rel="stylesheet" media="screen" />

and this JS as well:

<script type="text/javascript" src="http://annonces.naturodiffusion.info/jslocalization/chosen"></script>
<script type="text/javascript" src="http://annonces.naturodiffusion.info/jslocalization/validate"></script>
<script type="text/javascript" src="http://annonces.naturodiffusion.info/themes/default/js/minified-codejquerycomjquery-1102min-netdnabootstrapcdncombootstrap320bootstrapmin-cdndelivrnetprettyphoto315jqueryprettyphoto-cdndelivrnetchosen100chosenjquerymin-bootstrap-slider-jqueryvalidatemin-themeinitv161.js"></script>   

src=.../jslocalization/... seems weird?

hope it helps

neo22s commented 10 years ago

ok, we need to put a limit on the file length.

neo22s commented 9 years ago

I tihnk this was fixed.