iNode Cloud Posted October 28, 2015 Report Posted October 28, 2015 Hi Guys, I was editing the html in the portal and now cant see my site Can you please let me know what i am missing? <div class="col-md-12"> <div class="thanks"> </div> </div> <div class="col-md-4 col-sm-6 portal-box"> <a href="{client_url}login/"> <div class="well"> <i class="fa fa-cogs fa-4x"></i> <h4>My Account</h4> <p>Have an account with us? Log in here to manage your account.</p> </div> </a> </div> </div> <div class="col-md-4 col-sm-6 portal-box"> <a href="{client_url}plugin/support_manager/knowledgebase/"> <div class="well"> <i class="fa fa-info fa-4x"></i> <h4>Knowledge Base</h4> <p>Have a question? Search the knowledge base for an answer.</p> </div>{% endif %} </a> </div>{% endif %} {% if plugins.order.enabled %}<div class="col-md-4 col-sm-6 portal-box"> <a href="{blesta_url}order/"> <div class="well"> <i class="fa fa-shopping-cart fa-4x"></i> <h4>Order</h4> <p>Visit the order form to sign up and purchase new products and services.</p> </div> </a> </div> </a> </div>{% endif %} Quote
0 Paul Posted October 28, 2015 Report Posted October 28, 2015 I made the endif tag bold in your original post that you probably want to remove. Michael and Blesta Addons 2 Quote
0 iNode Cloud Posted October 28, 2015 Author Report Posted October 28, 2015 Oh noes! endif tag doesn't exist on line 148 in /chroot/home/icadmin/inodecloud.com/html/manage/vendors/h2o/h2o.php Printing Stack Trace: #0 /chroot/home/icadmin/inodecloud.com/html/manage/vendors/h2o/h2o/parser.php(89): H2o::createTag('endif', NULL, Object(H2o_Parser), 778) #1 /chroot/home/icadmin/inodecloud.com/html/manage/vendors/h2o/h2o.php(106): H2o_Parser->parse() #2 /chroot/home/icadmin/inodecloud.com/html/manage/vendors/h2o/h2o.php(142): H2o->parse(' #3 /chroot/home/icadmin/inodecloud.com/html/manage/plugins/cms/controllers/main.php(79): H2o::parseString('#4 /chroot/home/icadmin/inodecloud.com/html/manage/lib/dispatcher.php(111): Main->index()#5 /chroot/home/icadmin/inodecloud.com/html/manage/index.php(21): Dispatcher::dispatch('/') #6 {main} Quote
0 oscars Posted October 28, 2015 Report Posted October 28, 2015 Been there. Your solution (Look what's different): http://www.blesta.com/forums/index.php?/topic/5180-portal-plugin-help/ iNode Cloud 1 Quote
0 Michael Posted October 28, 2015 Report Posted October 28, 2015 You have two closed {endif} statements but only one {if} statement. Paul 1 Quote
0 iNode Cloud Posted October 29, 2015 Author Report Posted October 29, 2015 Thanks guys got it sorted! Paul 1 Quote
Question
iNode Cloud
Hi Guys,
I was editing the html in the portal and now cant see my site
Can you please let me know what i am missing?
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.