[ Video Sharing CMS v4 ] Home page says "No homeblocks defined by administrator"

Started by pumbany,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

juanda

Hi,

I had the same problem with empty homepage and message  "No homeblocks definde by administrator" in the home page.

The problem was during an updating process from 3.3, 3.4 to 3.6, there is a field in the database table vibe_homepage that before was called "ord" and changed by "order",  fixing this I resolved the problem in himeopage blocks

  •  

x8smile

Can you explain clearly how to solved this problem please? Thanks
  •  

juanda

In my case I fixed changing the file home.php,
in line 7 at the end you will see: ORDER BY `order`,`id` ASC");
I changed order by ord, like this:  ORDER BY `ord`,`id` ASC");  , with this change I fixed the problem, I dont know this is the same issue than yours.

thanks
  •  

PHPVibe A.


Similar topics (7)