Jump to content

'View Categories' Admin - Blank Page


Guest spruce

Recommended Posts

Guest spruce

Hi everyone,

I recently tried a custom order categories mod but it didn't work successfully - the 'View Categories' section in Admin showed an error.

Therefore, I tried to restore the original settings by backtracking through the mod.

The error message has gone from the 'View Categories' section in Admin but now it doesn't show any information, only a blank screen.

This is the same for the 'Add a New Category' section.

I assume the /admin/categories/index document has a problem somewhere?

I have attached this file.

My store is working fine - www.sassybags.co.uk

Any help would be much appreciated.

Thanks

index.php

Link to comment
Share on other sites

So far...

Line 90:

['update_fail']."</p>";} else

to...

['update_fail']."</p>";}} else

Line 91:

$record);}

to...

$record);

Line 95:

['add_failed']."</p>";}

to...

['add_failed']."</p>";}}}

Line 110:

{$results = $db

to...

$results = $db

Link to comment
Share on other sites

Guest spruce

So far...

Line 90:

['update_fail']."</p>";} else

to...

['update_fail']."</p>";}} else

Line 91:

$record);}

to...

$record);

Line 95:

['add_failed']."</p>";}

to...

['add_failed']."</p>";}}}

Line 110:

{$results = $db

to...

$results = $db

Thanks for your reply.

I came across a copy of this file I had forgotten about and uploaded it.

Thankfully this solved the problem but it's always good to learn what went wrong!

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
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...