Announcement

Symphony's issue tracker has been moved to Github.

Issues are displayed here for reference only and cannot be created or edited.

Browse

Closed#606: Trying to access Symphony after install with non-core extensions results in error

I've never noticed this before, but it seems if you have extensions other than the core extensions in the extensions directory when doing a clean install, Symphony will return the following error until these extensions are removed from the extension directory:

Could not find extension at location /Users/stephen/Sites/sym/members/extensions/members/extension.driver.php
/Users/stephen/Sites/sym/members/symphony/lib/toolkit/class.extensionmanager.php line 624

619         if(!isset(self::$_pool[$name])){
620             $classname = $this->__getClassName($name);
621             $path = $this->__getDriverPath($name);
622
623             if(!is_file($path)){
624                 throw new Exception(
625                     __('Could not find extension at location %s', array($path))
626                 );
627             }
628

Nope. I'm wrong again :P

This only happens with specific extensions: Members and Schema Migration.

Even wronger :P -- the permissions weren't set correctly on the directories and files.

Feel free to close this issue.

This issue is closed.

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.3-5.6 or 7.0-7.3
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.5 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details