Welcome Guest, Not a member yet? Register   Sign In
[BUG] Libraries autoload problem (blank page problem)
#1

[eluser]Mcgiwer[/eluser]
Following libraries are causing displaying of blank page when added to autoload: Sha1, Xmlrpcs

Please fix it as soon as possible.
#2

[eluser]InsiteFX[/eluser]
Maybe you should read the CodeIgniter Users Guide!

There is no Sha1 or Xmlrpcs libraries in CodeIgniter!

So the bug is the User not CodeIgniter!

Sha1 is built into PHP.

For a library CodeIgniter has Xml_Pcs

So fix the USER BUG!

InsiteFX
#3

[eluser]Mcgiwer[/eluser]
[quote author="InsiteFX" date="1286471692"]There is no Sha1 or Xmlrpcs libraries in CodeIgniter[/quote]

I let myself disagree.... see into: system/libraries and you will see that there are such libraries.

Mcgiwer
#4

[eluser]InsiteFX[/eluser]
Sorry I correct myself, they are not documented in the user guide!

If you are autoloading them make sure you use all lowercase letters.

InsiteFX
#5

[eluser]Mcgiwer[/eluser]
[quote author="InsiteFX" date="1286472962"]If you are autoloading them make sure you use all lowercase letters.[/quote]

I tryed too, but the result is the same

Mcgiwer
#6

[eluser]InsiteFX[/eluser]
You must load the Xmlrpc class before loading the Xmlrpcs class in order to create a server.

Sha1 class is only used if your php version is below PHP 4.3

InsiteFX




Theme © iAndrew 2016 - Forum software by © MyBB