Error using Load with JLD

I used JLD to save and load data to plot the results of some experiment. It has always worked fine until recently when I tryed to load a more heavy (usually it was around 5 to 20 MB and now from 400 to 500 MB, I dont know if this is the problem though but the same code its still working for the former data sets but not for the new heavier ones), and I obtain :

Fatal error:

ERROR: UndefVarError: load not defined

Stacktrace:
[1] #load#27(::Array{Any,1}, ::Function,
::FileIO.File{FileIO.DataFormat{:HDF5}}) at
/Users/blabla/.julia/v0.6/FileIO/src/loadsave.jl:180
[2]
load(::FileIO.File{FileIO.DataFormat{:HDF5}}) at
/Users/blabla/.julia/v0.6/FileIO/src/loadsave.jl:167
[3]
#load#13(::Array{Any,1}, ::Function, ::String) at /Users/blabla/.julia/v0.6/FileIO/src/loadsave.jl:113
[4]
load(::String) at /Users/blabla/.julia/v0.6/FileIO/src/loadsave.jl:113

I tryed to update HDF5 and JLD but everything seems well installed… I also updated Julia to check if I had the right version. and I havent found any size limits for JLD on the documentation.

Can anyone help with that?

Thank you.