MDPro installation - New installation problems theresa_rose - Nov 05, 2007 - 11:48 PM Post subject: New installation problems
I recently did a new install for a client and upon viewing the install i got these errors:
_BLOCKNOTEXISTTITLE user not found
The block type user doesn't seem to exist. Please check your modules/Blocks/blocks/ directory.
_BLOCKNOTEXISTTITLE supermenus not found
The block type supermenus doesn't seem to exist. Please check your modules/Blocks/blocks/ directory.
_BLOCKNOTEXISTTITLE search not found
The block type search doesn't seem to exist. Please check your modules/Blocks/blocks/ directory.
_BLOCKNOTEXISTTITLE online not found
The block type online doesn't seem to exist. Please check your modules/Blocks/blocks/ directory.
_BLOCKNOTEXISTTITLE mdusers not found
The block type mdusers doesn't seem to exist. Please check your modules/Blocks/blocks/ directory.
I have checked the ftp and the databases but still cannot see the problem.
and what about server configuration? apache version, php version, mysql version, maybe phpinfo etc ..... if you you don't tell us nothing not easy for us to help you theresa_rose - Nov 06, 2007 - 09:26 AM Post subject:
yes it is a new install...umm i'll try and get you what i have...
Apache Version: Apache/2.0.54 (Fedora)
PHP Version: PHP/5.0.4
mySQL Version: 4.1.20
PHPInfo: http://www.royalelitemodels.net/phpinfo.phptheresa_rose - Nov 08, 2007 - 11:56 PM Post subject:
I tried reinstalling both the files and database after deleting both and still have the same results. I am guessing that because there is nothing posted there is no solution for this problem I will try another CMS program. Thanks anyways.
T Crooked_Jake - Jan 09, 2008 - 09:35 PM Post subject:
I had exactly the same problem but have just managed to fix it.
After carrying out what appeared to be a successful brand new install on a server using Apache 2.2, PHP 5.2.4, and MySQL 4.1, I got the same errors on my main page:
_BLOCKNOTEXISTTITLE user not found
The block type user doesn't seem to exist. Please check your modules/Blocks/blocks/ directory.
_BLOCKNOTEXISTTITLE supermenus not found
The block type supermenus doesn't seem to exist. Please check your modules/Blocks/blocks/ directory.
_BLOCKNOTEXISTTITLE search not found
The block type search doesn't seem to exist. Please check your modules/Blocks/blocks/ directory.
_BLOCKNOTEXISTTITLE online not found
The block type online doesn't seem to exist. Please check your modules/Blocks/blocks/ directory.
_BLOCKNOTEXISTTITLE mdusers not found
The block type mdusers doesn't seem to exist. Please check your modules/Blocks/blocks/ directory.
After a little (i.e. a lot) of investigation I became suspicious that "register_long_arrays = Off" in php.ini might be causing the problem. As soon as I changed it to "register_long_arrays = On", everything started working perfectly. (Don't forget to restard Apache afterwards or the change won't be picked up).