Don't have an account yet? You can create one, it is free, just click here
as a registered user you have some advantages like free downloads, comments and posting on our forums, depending upon this site's configuration and options.
Joined: Aug 04, 2003
Posts: 10
Location: UT, US
Member
 Posted:
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.
Joined: July 31, 2003
Posts: 1553
Location: Quebec - Canada
 Posted:
Nov 06, 2007 - 04:31 AM
Are you sure this is a new install ?
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
_________________ TiMaxMAX s.o.s.Fantasia e dinamicità Italiane, qualità e servizi Canadesi Web Services, hosting ed housing professionali
theresa_rose New MD user
Joined: Aug 04, 2003
Posts: 10
Location: UT, US
bannato
 Posted:
Nov 06, 2007 - 09:26 AM
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
Joined: Aug 04, 2003
Posts: 10
Location: UT, US
bannato
 Posted:
Nov 08, 2007 - 11:56 PM
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 MD NewNew
Joined: Jan 09, 2008
Posts: 1
bannato
 Posted:
Jan 09, 2008 - 09:35 PM
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).