Solonik77 / digitalus-cms

Automatically exported from code.google.com/p/digitalus-cms
0 stars 0 forks source link

ZF 1.8 #96

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Update to ZF1.8
2.
3.

What is the expected output? What do you see instead?
autoloader errors

What version of the product are you using? On what operating system?
1.5

Please provide any additional information below.
Zend_Loader::Zend_Loader::registerAutoload is deprecated 

so changing bootstrap to

require_once 'Zend/Loader/Autoloader.php';
$loader = Zend_Loader_Autoloader::getInstance();
$loader->registerNamespace('DSF_');

finds DSF_ classes but doesn't load model classes

Original issue reported on code.google.com by christop...@gmail.com on 1 May 2009 at 7:07

GoogleCodeExporter commented 8 years ago
Hello Christopher,

have a look here for information on the Autoloader:
http://akrabat.com/2009/04/30/zend_loaders-autoloader_deprecated-in-zend-framewo
rk-18

and here for information about Digitalus and TF 1.8:
http://forum.digitaluscms.com/comments.php?DiscussionID=214
http://groups.google.com/group/digitalus-cms/browse_thread/thread/4eff0809b8049d
de

Cheers,
LowTower.

Original comment by lowtower1974@gmail.com on 4 May 2009 at 7:22

GoogleCodeExporter commented 8 years ago

Original comment by lowtower1974@gmail.com on 7 May 2009 at 9:10

GoogleCodeExporter commented 8 years ago
the autoloader has been refactored for 1.8

Original comment by forrestlyman@gmail.com on 1 Jun 2009 at 4:28

GoogleCodeExporter commented 8 years ago

Original comment by forrestlyman@gmail.com on 1 Jun 2009 at 4:28