jclay12345 1 Posted August 20, 2005 I just installed Information Pages Unlimited v1.1i. I triple checked everything. Basically what happens is when I click on "Info manager" on the Admin Page, information_manager.php shows up blank. Please help. I'm lost. I even tried to debug it and it looks like the problem is in admin/includes/application_top.php, but I couldn't find it. JClay Share this post Link to post Share on other sites
satish 24 Posted August 20, 2005 I just installed Information Pages Unlimited v1.1i. I triple checked everything. Basically what happens is when I click on "Info manager" on the Admin Page, information_manager.php shows up blank. Please help. I'm lost. I even tried to debug it and it looks like the problem is in admin/includes/application_top.php, but I couldn't find it. <{POST_SNAPBACK}> Hello, There is problem with your html it appears. some bracket or something has been deleted. So just cut the code and place it on the site and keep adding additional lines. You will find the bug. Or if there has been a fata error then too this can happen Satish Mantri Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does. Share this post Link to post Share on other sites
jclay12345 1 Posted August 20, 2005 Hello,There is problem with your html it appears. some bracket or something has been deleted. So just cut the code and place it on the site and keep adding additional lines. You will find the bug. Or if there has been a fata error then too this can happen Satish Mantri <{POST_SNAPBACK}> thanks. I found it though. I had one file in the wrong directory. Then I got a TABLE ERROR about 'languages'. So in admin/information_manager.php I had to change $query="SELECT * FROM " . TABLE_INFORMATION . " WHERE language='$language' ORDER BY v_order"; to this $query="SELECT * FROM " . TABLE_INFORMATION . " WHERE languages_id='$language' ORDER BY v_order"; I have another question though. How does this work? I added something through info_manager and it didn't show up on my page and I set it to active. JClay Share this post Link to post Share on other sites
jclay12345 1 Posted August 20, 2005 I figured it out. I had to change all of the '$language' variables to '$languages_id' JClay Share this post Link to post Share on other sites