Hi,

Sorry to trouble you guys.

I have done quite a few drupal installs over the years including my current web host and localhost (wamp).

But with current openpublish (1.5 - Build 306) I get the follow mysql tables reported as missing (access, cache, variable, system, url_alias) with the error messages below.

Any help much appreciated, please. I just can't wait to get a hold of all those fine openpublish features.

Jocelyn

-------- error messages --------

Warning: Table 'aylesbur_openpub.access' doesn't exist query: SELECT 1 FROM access WHERE type = 'host' AND LOWER('87.194.211.191') LIKE LOWER(mask) AND status = 0 LIMIT 0, 1 in /home/aylesbur/public_html/easyict.info/includes/database.mysql.inc on line 128

Warning: Table 'aylesbur_openpub.cache' doesn't exist query: SELECT data, created, headers, expire, serialized FROM cache WHERE cid = 'variables' in /home/aylesbur/public_html/easyict.info/includes/database.mysql.inc on line 128

Warning: Table 'aylesbur_openpub.variable' doesn't exist query: SELECT * FROM variable in /home/aylesbur/public_html/easyict.info/includes/database.mysql.inc on line 128

Warning: Table 'aylesbur_openpub.cache' doesn't exist query: UPDATE cache SET data = '', created = 1252952206, expire = 0, headers = '', serialized = 0 WHERE cid = 'variables' in /home/aylesbur/public_html/easyict.info/includes/database.mysql.inc on line 128

Warning: Table 'aylesbur_openpub.system' doesn't exist query: SELECT name, filename, throttle FROM system WHERE type = 'module' AND status = 1 AND bootstrap = 1 ORDER BY weight ASC, filename ASC in /home/aylesbur/public_html/easyict.info/includes/database.mysql.inc on line 128

Warning: Table 'aylesbur_openpub.url_alias' doesn't exist query: SELECT COUNT(pid) FROM url_alias in /home/aylesbur/public_html/easyict.info/includes/database.mysql.inc on line 128

-------- end of error messages --------

Comments

febbraro’s picture

Did you ever successfully complete the install profile?

Can you try going to http://[your server name]/install.php?

Jocelyn Chappell’s picture

Looks good: I tried specifiying install.php explicitly on my hosted account and the install got going, and completed. local machine still a bit quiet.

Thanks for the help.

irakli’s picture

Due to the fact that OpenPublish tries to accomplish more, its installation is also heavier than bare-bones Drupal. Because of that - it takes longer and requires more memory which can cause timeout or out-of-memory problems if the host does not provide sufficient resources.

Glad to hear it worked out and thank you for trying OpenPublish.

brenk28’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.