I have installed zend & picsa node picasa_node_album-7.x-1.x-dev and in the configure I gave the picasa folder name it gave me this error

Fatal error: require_once() [function.require]: Failed opening required 'picasa_node_album-7.x-1.x-dev/Loader/Autoloader.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/home/sacoin/public_html/sunnyvale-chennai.in/picasa_node_album-7.x-1.') in /home/sacoin/public_html/sunnyvale-chennai.in/sites/all/modules/zendt/zend.module on line 18

I removed zend & picasa folder from the modules folder then too the issue. pls save me SOS site down

Comments

mmilano’s picture

:: copied from the same problem you posted in the other issue ::

That looks like an issue with the configuration of the zend module/library. Do you have access to run a MySQL query? If so, you can disable both modules with these queries:

update system set status = 0 where name = 'zend';
update system set status = 0 where name = 'picasa_node_album';

Once you successfully turn these modules off, your site should be back to normal. You should then go to /admin/modules/uninstall and uninstall before trying again.

I highly recommend you test the setup on an environment other than production.

mmilano’s picture

Status: Active » Closed (works as designed)

no reply so closing this issue. it's a problem with the zend config.

kanted’s picture

Thanks, After removing the folder the site later was back to normal. Now I want to use the module on the same site. Will I run into any trouble. So should I remove any tables from SQL before doing it.

mmilano’s picture

As I pointed out, it appeared your issue was with the way you installed Zend Library. You should follow the instructions to install that module correctly first.

Once that is done, I'd recommend uninstalling Picasa Node Album (not just disable, but uninstall after you disable it), and then re-install it. That will assure that the tables are re-created correctly.