I have a clean install of Newscoop 4.1.0 on a Linux VPS server. I installed it with "The New Custodian" theme and starting data.
PHP version 5.3.17 and MySQL version 5.1.66
I can log in to admin through {mydomain}/admin but as soon as I login, I get a blank screen (no menu or anything) that reads: An Error has occured - Application error
If I go to the main domain site I get the following: Error: The site alias 'mydomain' was not assigned to a publication. Please create a publication and assign it the current site alias. Which makes sense I guess since I was never able to log into admin and assign an alias to the site.
I have added the following to .htaccess: php_flag display_errors 1 php_value error_reporting E_ALL
Error_Log reads: [11-Feb-2013 19:30:27 UTC] PHP Fatal error: Call to a member function getFirstName() on a non-object in /home/tactib/public_html/social/application/layouts/scripts/admin.phtml on line 107 [11-Feb-2013 19:32:53 UTC] PHP Fatal error: Call to a member function getFirstName() on a non-object in /home/tactib/public_html/social/application/layouts/scripts/admin.phtml on line 107 [11-Feb-2013 19:33:11 UTC] PHP Fatal error: Call to a member function getFirstName() on a non-object in /home/tactib/public_html/social/application/layouts/scripts/admin.phtml on line 107 [12-Feb-2013 15:05:17 UTC] PHP Fatal error: Uncaught exception 'Doctrine\ORM\Mapping\MappingException' with message 'Class Newscoop\Entity\Comment is not a valid entity or mapped super class.' in /home/tactib/public_html/social/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappingException.php:142 Stack trace: #0 /home/tactib/public_html/social/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php(148): Doctrine\ORM\Mapping\MappingException::classIsNotAValidEntityOrMappedSuperClass('Newscoop\Entity...') #1 /home/tactib/public_html/social/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php(281): Doctrine\ORM\Mapping\Driver\AnnotationDriver->loadMetadataForClass('Newscoop\Entity...', Object(Doctrine\ORM\Mapping\ClassMetadata)) #2 /home/tactib/public_html/social/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php(170): Doctrine\ORM\Mapping\ClassMetadataFactory->loadMetadata('Newscoop\Entity...') #3 /home/tactib/public_html/social/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php(257): Doctrine\ORM in /home/tactib/public_html/social/vendor/bombayworks/zendframework1/library/Zend/Controller/Plugin/Broker.php on line 336 [12-Feb-2013 15:05:18 UTC] PHP Fatal error: Uncaught exception 'Doctrine\ORM\Mapping\MappingException' with message 'Class Newscoop\Entity\Comment is not a valid entity or mapped super class.' in /home/tactib/public_html/social/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappingException.php:142 Stack trace: #0 /home/tactib/public_html/social/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php(148): Doctrine\ORM\Mapping\MappingException::classIsNotAValidEntityOrMappedSuperClass('Newscoop\Entity...') #1 /home/tactib/public_html/social/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php(281): Doctrine\ORM\Mapping\Driver\AnnotationDriver->loadMetadataForClass('Newscoop\Entity...', Object(Doctrine\ORM\Mapping\ClassMetadata)) #2 /home/tactib/public_html/social/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php(170): Doctrine\ORM\Mapping\ClassMetadataFactory->loadMetadata('Newscoop\Entity...') #3 /home/tactib/public_html/social/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php(257): Doctrine\ORM in /home/tactib/public_html/social/vendor/bombayworks/zendframework1/library/Zend/Controller/Plugin/Broker.php on line 336
When I log into admin, the messages log "on the server" reads:
Feb 12 09:13:28 host Newscoop[1993]: Application error (Params: {"module":"admin","controller":"index","action":"index","error_handler":{"exception":{},"type":"EXCEPTION_OTHER","request":{}},"_next":"get","f_is_encrypted":"1","f_user_name":"admin","f_password":"9CB8YO5WKVkOvb","f_login_language":"en","Login":"Login","f_xorkey":"08041fb0d6821a29fb9caeb45ab513da55b782b43aa6594f5430c7ae8611d852"})
Hi, can you give us a information what kind of Linux is using your Linux VPS server? I want to reproduce it, because Newscoop 4.1.0 is working with Ubuntu 12.04 very good.
Hi! Maybe some of the info from my post here will help: < http://forum.sourcefabric.org/discussion/15085/apache-setting-on-opensuse > I don't know, as I am stuck also w/fresh install of newscoop 4.1.0 on openSUSE 12.2 From your post it seems our issues are identical. That is, can't fix problem because can't get into admin area to deal with it. Good luck, and please keep posting. Hopefully, I can work my problems out also. Take Care. Have A Healthy, Prosperous Day! ---robert
#Sebastian - When I request Linux vesion form shell, I get: 2.6.32-042stab068.8 #1 SMP Fri Dec 7 17:06:14 MSK 2012 i686 i686 i386 GNU/Linux
#Robert - Got your PM. The issue persists. I've tried in sub-directory and root. Have tried applying all the vHost changes in various other posts. As soon as I login, I get the Application Error so I can't set site alias. Tried re-downloading and re-installing. Same issue.