GithubHelp home page GithubHelp logo

Comments (7)

Tersoal avatar Tersoal commented on May 20, 2024

I use windows, y don't know if I've problems with routes, because windows uses \ instead of /

from comurimagebundle.

Tersoal avatar Tersoal commented on May 20, 2024

Yes, the problem is the \ generate by windows instead of /.

I've resolved it replacing the urls \ in CroppableImageType, before line 139:

    foreach($options['uploadConfig'] as $key => $optiontotransform) {
        $options['uploadConfig'][$key] = str_replace('\\', '/', $optiontotransform);
    }

It would be no problem in linux machines, I hope. And this will resolve the problem in all environments.

from comurimagebundle.

comur avatar comur commented on May 20, 2024

Hi,

I've never tested in Windows environment so thanks for your tip. Can you
create a PR so others can also use your workaround please ?

Thanks

Can OMUR
[email protected]
+33 (0)6.79.66.58.28

2014-11-16 0:53 GMT+01:00 Tersoal [email protected]:

Yes, the problem is the \ generate by windows instead of /.

I've resolved it replacing the urls \ in CroppableImageType, before line
139:

foreach($options['uploadConfig'] as $key => $optiontotransform) {
    $options['uploadConfig'][$key] = str_replace('\\', '/', $optiontotransform);
}

It would be no problem in linux machines, I hope. And this will resolve
the problem in all environments.


Reply to this email directly or view it on GitHub
#20 (comment)
.

from comurimagebundle.

Tersoal avatar Tersoal commented on May 20, 2024

Sure. I'll try it, due to I'm not skilled in fork projects. And I'll try to fork both branches, because I'm using only the bootstrap 3 branch.

Please, test my updates in unix to be sure that it works in all environments.

Thanks.

from comurimagebundle.

comur avatar comur commented on May 20, 2024

Ok, but you can just fork master and send me PR on master, i'll merge
master on 1.0 anyway

Can OMUR
[email protected]
+33 (0)6.79.66.58.28

2014-11-17 10:00 GMT+01:00 Tersoal [email protected]:

Sure. I'll try it, due to I'm not skilled in fork projects. And I'll try
to fork both branches, because I'm using only the bootstrap 3 branch.

Please, test my updates in unix to be sure that it works in all
environments.

Thanks.


Reply to this email directly or view it on GitHub
#20 (comment)
.

from comurimagebundle.

Tersoal avatar Tersoal commented on May 20, 2024

OK, perfect.

I'll review some features that does not works very well, like upload image button. I'll update all that I view wrong.

Cheers.

from comurimagebundle.

Tersoal avatar Tersoal commented on May 20, 2024

Pull request done.

from comurimagebundle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.