Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Information Pages Unlimited v1.1i gives blank page


Guest

Recommended Posts

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.

Link to comment
Share on other sites

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.

 

 

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.

Link to comment
Share on other sites

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

 

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...