zikula-modules / DizkusModule

Official repository for Dizkus, a fully integrated forum solution for Zikula 1.4+
21 stars 7 forks source link

Problem with "Community" section of Dizkus on Zikula Forums #264

Closed marcpare4 closed 10 years ago

marcpare4 commented 10 years ago

Not sure what is wrong but there are error messages on the bottom of the forums module on the Zikula forms page.

Marc

craigh commented 10 years ago

thank you for the report. I do not see anything. can you provide a link to the problem?

in the future, site specific issues for zikula.org should be reported to https://github.com/zikula/zikula.org

marcpare4 commented 10 years ago

Hi Craig,

Problem is here: http://zikula.org/forum/ -- bottom of page

Here is the complete error message:

Entity was not found.

500 Internal Server Error - EntityNotFoundException

Stack Trace
  1. in /home/zwww/core/src/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/ProxyFactory.php at line 177 - http://zikula.org/forum/#
    1. |$proxy->__setCloner($cloner);|
    2. |$proxy->__setInitialized(false);|
    3. ||
    4. | throw new EntityNotFoundException();|
    5. | }|
    6. | };|
    7. | }|
  2. at ProxyFactory ->Doctrine\ORM\Proxy{closure} (/object/(PostEntity), 'offsetGet', /array/('post_time')) in kernel.root_dir/cache/prod/doctrine/orm/DoctrineProxy/CGZikulaModuleDizkusModuleEntityPostEntity.php at line 472 + http://zikula.org/forum/#
  3. at Closure ->__invoke \ (/object/(PostEntity), 'offsetGet', /array/('post_time')) in kernel.root_dir/cache/prod/doctrine/orm/DoctrineProxy/CGZikulaModuleDizkusModuleEntityPostEntity.php at line 472 + http://zikula.org/forum/#
  4. at PostEntity ->offsetGet \ ('post_time') in kernel.root_dir/cache/prod/ztemp/view_compiled/Dizkus/Zikula/Module/DizkusModule/User/forum/singleforumtable--t_Zikula/Theme/ModernBusinessTheme-l_en.php at line 35 + http://zikula.org/forum/#
  5. at include ('/home/zwww/core/src/app/cache/prod/ztemp/view_compiled/Dizkus/Zikula/Module/DizkusModule/User/forum/singleforumtable--t_Zikula/Theme/ModernBusinessTheme-l_en.php')

    in /home/zwww/core/src/vendor/drak/smarty/Smarty/Smarty.class.php at line 1870 + http://zikula.org/forum/#

  6. at Smarty ->_smarty_include \ (/array/('smarty_include_tpl_file' => 'User/forum/singleforumtable.tpl', 'smarty_include_vars' => /array/())) in kernel.root_dir/cache/prod/ztemp/view_compiled/Dizkus/Zikula/Module/DizkusModule/User/main--t_Zikula/Theme/ModernBusinessTheme-l_en.php at line 28 + http://zikula.org/forum/#
  7. at include ('/home/zwww/core/src/app/cache/prod/ztemp/view_compiled/Dizkus/Zikula/Module/DizkusModule/User/main--t_Zikula/Theme/ModernBusinessTheme-l_en.php')

    in /home/zwww/core/src/lib/legacy/Zikula/View.php at line 2960 + http://zikula.org/forum/#

  8. at Zikula_View ->_fetch \ ('User/main.tpl', '', '', /false/) in /home/zwww/core/src/lib/legacy/Zikula/View.php at line 763 + http://zikula.org/forum/#
  9. at Zikula_View ->fetch \ ('User/main.tpl') in /home/zwww/core/src/modules/Dizkus/Zikula/Module/DizkusModule/Controller/UserController.php at line 115 + http://zikula.org/forum/#

    1. at UserController ->indexAction \ (/object/(Zikula_Request_Http))
    2. at call_user_func_array \ (/array/(/object/(UserController), 'indexAction'), /array/(/object/(Zikula_Request_Http))) in /home/zwww/core/src/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php at line 145 + http://zikula.org/forum/#
    3. at HttpKernel ->handleRaw \ (/object/(Zikula_Request_Http), '1') in /home/zwww/core/src/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php at line 66 + http://zikula.org/forum/#
    4. at HttpKernel ->handle \ (/object/(Zikula_Request_Http), '1', /true/) in /home/zwww/core/src/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/ContainerAwareHttpKernel.php at line 64 + http://zikula.org/forum/#
    5. at ContainerAwareHttpKernel ->handle (/object/(Zikula_Request_Http), '1', /true/) in /home/zwww/core/src/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php at line 185 + http://zikula.org/forum/#
    6. at Kernel ->handle \ (/object/(Zikula_Request_Http)) in /home/zwww/core/src/index.php at line 21 + http://zikula.org/forum/#

    Logs - http://zikula.org/forum/#

    Stack Trace (Plain Text) + http://zikula.org/forum/#


Copyright © Zikula 2014

Le 2014-10-11 08:51, Craig Heydenburg a écrit :

thank you for the report. I do not see anything. can you provide a link to the problem?

in the future, site specific issues for zikula.org should be reported to https://github.com/zikula/zikula.org

— Reply to this email directly or view it on GitHub https://github.com/zikula-modules/DizkusModule/issues/264#issuecomment-58748498.

Marc Paré Marc@MarcPare.com http://www.parEntreprise.com parEntreprise.com Supports OpenDocument Formats (ODF) parEntreprise.com Supports http://www.LibreOffice.org

craigh commented 10 years ago

thanks. I see it now. that is a data corruption issue. I will see what I can do.

marcpare4 commented 10 years ago

Le 2014-10-11 09:48, Craig Heydenburg a écrit :

thanks. I see it now. that is a data corruption issue. I will see what I can do.

— Reply to this email directly or view it on GitHub https://github.com/zikula-modules/DizkusModule/issues/264#issuecomment-58750078.

Thanks!

Marc Paré Marc@MarcPare.com http://www.parEntreprise.com parEntreprise.com Supports OpenDocument Formats (ODF) parEntreprise.com Supports http://www.LibreOffice.org

marcpare4 commented 10 years ago

Le 2014-10-11 09:48, Craig Heydenburg a écrit :

thanks. I see it now. that is a data corruption issue. I will see what I can do.

— Reply to this email directly or view it on GitHub https://github.com/zikula-modules/DizkusModule/issues/264#issuecomment-58750078.

Hey ... would it have anything to do with my removing 2 spam messages? I also moved those 2 users to the "Banned group". The removal of the messages went well though. I don't remember in what section of the forums the spam messages were on, but perhaps that is the reason for it.

You can see them on the user list labelled as "Banned group".

My apologies if this is what caused this.

Marc

Marc Paré Marc@MarcPare.com http://www.parEntreprise.com parEntreprise.com Supports OpenDocument Formats (ODF) parEntreprise.com Supports http://www.LibreOffice.org

craigh commented 10 years ago

thank you for moderating the forums. I thought I was the only one :wink:

If that is indeed what caused it, then that is a bug in the software that needs to be corrected! But I doubt it. I will look into it. thanks again.

marcpare4 commented 10 years ago

Le 2014-10-11 10:01, Craig Heydenburg a écrit :

thank you for moderating the forums. I thought I was the only one :wink:

If that is indeed what caused it, then that is a bug in the software that needs to be corrected! But I doubt it. I will look into it. thanks again.

— Reply to this email directly or view it on GitHub https://github.com/zikula-modules/DizkusModule/issues/264#issuecomment-58750432.

Thanks. No problem helping out with spammers.

Marc Paré Marc@MarcPare.com http://www.parEntreprise.com parEntreprise.com Supports OpenDocument Formats (ODF) parEntreprise.com Supports http://www.LibreOffice.org

craigh commented 10 years ago

how did you "remove 2 spam messages"?

craigh commented 10 years ago

btw - I fixed the issue, but it demonstrates a larger problem.

marcpare4 commented 10 years ago

Le 2014-10-11 10:37, Craig Heydenburg a écrit :

how did you "remove 2 spam messages"?

— Reply to this email directly or view it on GitHub https://github.com/zikula-modules/DizkusModule/issues/264#issuecomment-58751549.

I clicked on delete and it went through the process just fine. I did a total of 2.

Marc

Marc Paré Marc@MarcPare.com http://www.parEntreprise.com parEntreprise.com Supports OpenDocument Formats (ODF) parEntreprise.com Supports http://www.LibreOffice.org

marcpare4 commented 10 years ago

Le 2014-10-11 10:40, Craig Heydenburg a écrit :

Closed #264 https://github.com/zikula-modules/DizkusModule/issues/264.

— Reply to this email directly or view it on GitHub https://github.com/zikula-modules/DizkusModule/issues/264#event-177271511.

Thanks for doing that.

Marc

Marc Paré Marc@MarcPare.com http://www.parEntreprise.com parEntreprise.com Supports OpenDocument Formats (ODF) parEntreprise.com Supports http://www.LibreOffice.org

craigh commented 10 years ago

I clicked on delete and it went through the process just fine.

delete post or delete topic?

marcpare4 commented 10 years ago

Le 2014-10-11 11:45, Craig Heydenburg a écrit :

I clicked on delete and it went through the process just fine.

delete post or delete topic?

— Reply to this email directly or view it on GitHub https://github.com/zikula-modules/DizkusModule/issues/264#issuecomment-58753820.

I did a delete post and it also went through fine.

Marc Paré Marc@MarcPare.com http://www.parEntreprise.com parEntreprise.com Supports OpenDocument Formats (ODF) parEntreprise.com Supports http://www.LibreOffice.org