We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

I just bought a plug in and its giving error to my site. | Forum

Douglas Hernandez
Douglas Hernandez Dec 7 '18

Error 500

Internal Server Error.

If you are the site admin, click here for details (+)

Something went wrong!

To get the error details follow these steps:

- Open ow_includes/config.php file and set DEBUG_MODE to true

- Reproduce your last action.

Error details:

Type:Exception

Message:SQLSTATE[42S02]: Base table or view not found: 1146 Table 'biomedl1_oxwall.ow_iclassifieds_items' doesn't exist

File:/home2/biomedl1/public_html/ow_core/database.php

Line:331

Trace:#0 /home2/biomedl1/public_html/ow_core/database.php(331): PDOStatement->execute() #1 /home2/biomedl1/public_html/ow_core/database.php(359): OW_Database->execute('SELECT COUNT(*)...', Array) #2 /home2/biomedl1/public_html/ow_core/base_dao.php(101): OW_Database->queryForColumn('SELECT COUNT(*)...', Array, 0, Array) #3 /home2/biomedl1/public_html/ow_plugins/iclassifieds/bol/item_dao.php(228): OW_BaseDao->countByExample(Object(OW_Example)) #4 /home2/biomedl1/public_html/ow_plugins/iclassifieds/bol/service.php(215): ICLASSIFIEDS_BOL_ItemDao->countUserItems(1) #5 /home2/biomedl1/public_html/ow_plugins/iclassifieds/init.php(92): ICLASSIFIEDS_BOL_Service->findUserItemsCount(1) #6 /home2/biomedl1/public_html/ow_core/event_manager.php(197): iclassifieds_quick_links(Object(BASE_CLASS_EventCollector)) #7 /home2/biomedl1/public_html/ow_system_plugins/base/components/quick_links_widget.php(45): OW_EventManager->trigger(Object(BASE_CLASS_EventCollector)) #8 [internal function]: BASE_CMP_QuickLinksWidget->__construct(Object(BASE_CLASS_WidgetParameter)) #9 /home2/biomedl1/public_html/ow_core/ow.php(473): ReflectionClass->newInstanceArgs(Array) #10 /home2/biomedl1/public_html/ow_core/ow.php(444): OW::getClassInstanceArray('BASE_CMP_QuickL...', Array) #11 /home2/biomedl1/public_html/ow_system_plugins/base/components/drag_and_drop_item.php(305): OW::getClassInstance('BASE_CMP_QuickL...', Object(BASE_CLASS_WidgetParameter)) #12 /home2/biomedl1/public_html/ow_system_plugins/base/components/drag_and_drop_entity_panel.php(204): BASE_CMP_DragAndDropItem->renderView() #13 /home2/biomedl1/public_html/ow_smarty/template_c/717b8c17b5005b083c56ac564ab4140b5586524f.file.drag_and_drop_entity_panel.html.php(118): BASE_CMP_DragAndDropEntityPanel->tplComponent(Array, Object(Smarty_Internal_Template)) #14 /home2/biomedl1/public_html/ow_libraries/smarty3/sysplugins/smarty_internal_templatebase.php(180): content_5bad85d0953c26_62858593(Object(Smarty_Internal_Template)) #15 /home2/biomedl1/public_html/ow_core/view_renderer.php(101): Smarty_Internal_TemplateBase->fetch('/home2/biomedl1...') #16 /home2/biomedl1/public_html/ow_core/renderable.php(263): OW_ViewRenderer->renderTemplate('/home2/biomedl1...') #17 /home2/biomedl1/public_html/ow_core/component.php(80): OW_Renderable->render() #18 /home2/biomedl1/public_html/ow_system_plugins/base/controllers/component_panel.php(156): OW_Component->render() #19 /home2/biomedl1/public_html/ow_system_plugins/base/controllers/component_panel.php(182): BASE_CTRL_ComponentPanel->action('dashboard', 1, false, Array, 'drag_and_drop_e...') #20 /home2/biomedl1/public_html/ow_core/request_handler.php(262): BASE_CTRL_ComponentPanel->dashboard(Array) #21 /home2/biomedl1/public_html/ow_core/application.php(327): OW_RequestHandler->dispatch() #22 /home2/biomedl1/public_html/index.php(65): OW_Application->handleRequest() #23 {main}

AppXprt
AppXprt Dec 7 '18
Looks like the plugin is trying to use a table that doesn't exists yet.

This is usually caused by the plugin not creating it in its install.php

Douglas Hernandez
Douglas Hernandez Dec 7 '18
Any recommendation?
AppXprt
AppXprt Dec 9 '18
Check the table it is failing on and see that it exists in DB and in the plugin install.php...


Uninstall / Reinstall Plugin


If you can't get to admin, resolve issues until it loads for you and lets you uninstall...

The Forum post is edited by AppXprt Dec 9 '18
Douglas Hernandez
Douglas Hernandez Dec 11 '18

This is what I get after reinstall 


Fatal error: Uncaught TypeError: Argument 1 passed to OW_ErrorManager::exceptionHandler() must be an instance of Exception, instance of Error given in /home2/biomedl1/public_html/ow_core/error_manager.php:235 Stack trace: #0 [internal function]: OW_ErrorManager->exceptionHandler(Object(Error)) #1 {main} thrown in /home2/biomedl1/public_html/ow_core/error_manager.php on line 235
Senior Developer Leader
Senior Developer Dec 11 '18
In your cPanel switch your PHP version to 5.5 or 5.6


I hope it helps.


Senior Developer.

Douglas Hernandez
Douglas Hernandez Dec 12 '18
I tried , but it does not work, I tried to contact developer and no answer. I will try to get a refund.
Senior Developer Leader
Senior Developer Dec 13 '18
The first error was plugin installation problem. But this error has nothing to do with the plugin, it is core problem with PHP 7. If you switch to PHP 5.5 or 5.6 this error should be fixed. Is any other error showing or what is the issue now?
Quote from Douglas Hernandez

This is what I get after reinstall 


Fatal error: Uncaught TypeError: Argument 1 passed to OW_ErrorManager::exceptionHandler() must be an instance of Exception, instance of Error given in /home2/biomedl1/public_html/ow_core/error_manager.php:235 Stack trace: #0 [internal function]: OW_ErrorManager->exceptionHandler(Object(Error)) #1 {main} thrown in /home2/biomedl1/public_html/ow_core/error_manager.php on line 235

Douglas Hernandez
Douglas Hernandez Dec 14 '18
Classifieds plug in still not working
AppXprt
AppXprt Dec 14 '18
We're also here to fix issues others cannot that may need a developers touch for small fee's / donations ;-)
Douglas Hernandez
Douglas Hernandez Dec 14 '18
How much?
toto
toto Feb 22 '23

I think the articles on this blog are very good and informative. Thank you for letting me know about 메이저사이트 that is hard to come across. Please share your thoughts in the future. Hope to see more information.
Donte Vancooten
Donte Vancooten Sep 17 '23
https://graphcommons.com/me?f=member
Donte Vancooten
Donte Vancooten Sep 17 '23
https://www.youtube.com/@ulttrahouse/about
https://social.msdn.microsoft.com/Profile/ultra%20spicy%20house
https://list.ly/ultrahouse/lists
https://unsplash.com/@ultrahouse
https://www.pinterest.com/ultrrahouse/
https://dribbble.com/ultrahouse/about
https://profile.hatena.ne.jp/ultrrahouse/profile
https://www.indiegogo.com/individuals/35096892
https://www.twitch.tv/ultrrahouse/about
https://linktr.ee/ultrahouse
https://disqus.com/by/ultraspicyhouse/about/
https://www.evernote.com/shard/s379/client/snv?isnewsnv=true¬eGuid=ff440ab1-f395-5d6f-b6a9-fe818119188c¬eKey=7qceA4IA3IcCkWPqGepTcEgwHrJ1q2zUuRGAMgaUpG9shZrxA53b33a4HQ&sn=https%3A%2F%2Fwww.evernote.com%2Fshard%2Fs379%2Fsh%2Fff440ab1-f395-5d6f-b6a9-fe818119188c%2F7qceA4IA3IcCkWPqGepTcEgwHrJ1q2zUuRGAMgaUpG9shZrxA53b33a4HQ&title=ultra%2Bspicy%2Bhouse
https://peatix.com/user/18838037/view
https://slides.com/ultrahouse
https://www.reverbnation.com/artist/ultrahouse
https://hub.docker.com/u/ultrahouse
https://3dwarehouse.sketchup.com/user/fd7abb0c-05fc-4816-8dbc-f680acd2dd16/ultra-spicy-house
https://pastebin.com/u/ultrahouse
https://tapas.io/lixaj99950
https://telegra.ph/ultra-spicy-house-08-30
https://connect.garmin.com/modern/profile/85352914-c92d-424d-bff2-9d26a03873c2
https://knowyourmeme.com/users/ultra-spicy-house
https://www.rctech.net/forum/members/ultrahouse-326790.html
https://www.hackerrank.com/lixaj99950
https://sketchfab.com/ultrahouse
https://fliphtml5.com/homepage/cahpb
https://maps.roadtrippers.com/people/ultrahouse?lng=-96.67528&lat=40.80972&z=4.00000
https://forum.singaporeexpats.com/memberlist.php?mode=viewprofile&u=619541
https://www.dermandar.com/user/ultrahouse/
https://coub.com/ultrahouse
https://my.archdaily.com/us/@ultra-spicy-house
https://www.pubpub.org/user/ultra-spicy-house
https://www.pozible.com/profile/ultra-spicy-house
https://www.credly.com/users/ultra-spicy-house.d69538c9/badges
https://www.blogtalkradio.com/ultrahouse
https://ultrahouse.contently.com/?public_only=true
https://devpost.com/lixaj99950?ref_content=user-portfolio&ref_feature=portfolio&ref_medium=global-nav
https://wakelet.com/@ultrahouse
https://www.facer.io/user/kbCETxsUXR
https://community.windy.com/user/ultrahouse
https://www.sandiegoreader.com/users/ultrahouse/
https://pubhtml5.com/homepage/ugpqy/preview
https://www.diggerslist.com/ultrahouse/about
https://www.40billion.com/profile/49786389
https://www.gaiaonline.com/profiles/ulltrahouse/46389018/
https://play.eslgaming.com/player/19593625/
https://www.edudip.market/profile/ultra-spicy-house/5136060
https://wefunder.com/ultraspicyhouse
https://www.lifeofpix.com/photographers/ultrahouse/
https://www.mobygames.com/user/995924/ultrahouse/
https://www.checkli.com/ultrahouse
http://phillipsservices.net/UserProfile/tabid/43/userId/247416/Default.aspx
https://www.blurb.com/user/ultrahouse?profile_preview=true
https://www.metal-archives.com/users/ultrahouse
https://app.lookbook.nu/ultrahouse
https://www.jigsawplanet.com/ultrahouse?viewas=296e9079045c
https://giphy.com/channel/ultrahouse
https://artmight.com/user/profile/2509725
https://roomstyler.com/users/ultrahouse
https://8tracks.com/ultrahouse
https://app.roll20.net/users/12358538/ultra-spicy-h
https://os.mbed.com/users/ultrahouse/
https://influence.co/ultrahouse
https://www.openstreetmap.org/user/ultra%20spicy%20house
https://notionpress.com/author/919518
https://www.cakeresume.com/me/ultrahouse
https://hypothes.is/users/ultrahouse
https://www.longisland.com/profile/ultrahouse
https://www.fimfiction.net/user/632061/ultrahouse
http://hawkee.com/profile/4918960/
https://www.wishlistr.com/ultrahouse
https://www.bahamaslocal.com/userimages/237974/ultrahouse.html
https://ict-edu.uk/user/ultrahouse/
https://www.divephotoguide.com/user/ultrahouse
https://www.free-ebooks.net/profile/1498946/ultra-spicy-house
https://www.multichain.com/qa/user/ultrahouse
https://www.weddingbee.com/members/ultrahouse/
https://www.sqlservercentral.com/forums/user/ultrahouse
https://postheaven.net/ultrahouse/
https://www.noteflight.com/profile/227a4f74dead4af06fdf13c480b386d8d232e088
https://data.world/ultrahouse
https://www.ted.com/profiles/44905349/about
https://justpaste.it/bbizz
https://experiment.com/users/ultrahouse
https://active.popsugar.com/@ultrahouse/profile
http://www.rohitab.com/discuss/user/1796989-ultrahouse/
https://app.zintro.com/profile/zib401051e?showpublic=true&ref=
https://qooh.me/ultrahouse
https://jobs.ict-edu.uk/user/ultrahouse/
https://mastodon.cloud/@ultrahouse
https://www.tripadvisor.com/Profile/ultrrahouse
https://www.4shared.com/u/gQbQXQ-v/lixaj99950.html
https://www.pexels.com/@ultra-spicy-house-706261563/
https://www.coursera.org/user/ca8b7131c075dd53e32b5f1c7255da87
https://genius.com/ultrahouse
https://visual.ly/users/ultrrahouse/portfolio
https://500px.com/p/lixaj99950?view=photos
http://www.nfomedia.com/profile?uid=rOgWfiH&result=es7skkga
https://my.desktopnexus.com/ultrahouse/#ProfileComments
https://ultrahouse.cgsociety.org/profile
https://replit.com/@lixaj99950
https://codexinh.com/user/ultrahouse
https://dreevoo.com/profile.php?pid=572224
https://edex.adobe.com/community/member/yVL1uKk8L
https://buyandsellhair.com/author/ultrahouse/
https://mediajx.com/story16722371/ultra-spicy-house
https://doodleordie.com/profile/ultrahouse
https://www.reddit.com/user/ultrrahouse
https://www.renderosity.com/users/id:1399936
https://ioby.org/users/lixaj99950718467
https://bookmark-template.com/story17119951/ultra-spicy-house
https://thefairlist.com/story5154965/ultra-spicy-house
https://ultrahouse.activoblog.com/21903517/ultra-spicy-house
https://letterboxd.com/ultrahouse/
https://45listing.com/story16822373/ultra-spicy-house
https://funny-lists.com/story16180850/ultra-spicy-house
https://getidealist.com/story16810140/ultra-spicy-house
https://www.viki.com/users/ultrahouse/about
https://listbell.com/story4964454/ultra-spicy-house
https://seolistlinks.com/story16593118/ultra-spicy-house
https://gorillasocialwork.com/story15634251/ultra-spicy-house
https://socialrus.com/story14873613/ultra-spicy-house
https://ultrahouse.nizarblog.com/21924604/ultra-spicy-house
https://wearethelist.com/story16844339/ultra-spicy-house
https://orcid.org/0009-0004-6737-408X
https://www.behance.net/ultraspicyhouse
https://ultrahouse.sharebyblog.com/21836497/ultra-spicy-house
https://www.pixiv.net/en/users/98100631
https://ultrahouse.tokka-blog.com/21990224/ultra-spicy-house
https://socialcompare.com/en/member/ultrahouse-74p92ytx
https://www.fontshop.com/people/ultra-spicy-house
https://www.awwwards.com/ultrahouse/
https://www.abookmarking.com/story/ultra-spicy-house
https://www.ybookmarking.com/story/ultra-spicy-house
https://www.creativelive.com/student/ultra-spicy-house?via=accounts-freeform_2
https://www.bitsdujour.com/profiles/DMHkF0
https://penzu.com/p/ac7559871d77547b
https://teletype.in/@ultrahouse/1_0GJo-9Up1
https://medium.com/@rlfdtauhnvzswm/ultra-spicy-house-9087f5aeeb5c
https://worldcosplay.net/member/1229201
https://www.veoh.com/myprofile
https://chillspot1.com/user/ultrahouse
https://bandcamp.com/ultrahouse
https://ultrahouse.listal.com/
https://www.pearltrees.com/ultrahouse#item535505644
https://www.hulkshare.com/ulttrahouse
https://soundcloud.com/ultrahouse-513099960
https://www.kickstarter.com/profile/1024429331/about
https://www.atlasobscura.com/users/ultrahouse
https://graphcommons.com/me?f=member
The Forum post is edited by Donte Vancooten Sep 17 '23