Posted by david8888 on August 17, 2010 at 12:14am
Hopefully an easy one, but didn't see anything about it in searches...
Trying to export the "Articles" content type to be reimported as a new content type, but getting a white screen. Here's what I'm doing:
-- /admin/content/types/export
-- select "article"
-- click "export" button at bottom of page
-- all fields checked on next screen, click "export" button at bottom of page
-- white screen.
Comments
What does the error log say?
What does the error log say?
Just finished a fresh install
Just finished a fresh install of OP 2.1 and still getting the same behavior. Pure stock installation -- went straight to Content Type Export after first login. Nothing in the log from my export attempts, but these two were left from installation:
Type php
User admin
Location http://www.wilconews.com/install.php?locale=&profile=openpublish&id=2&op=do
Referrer http://www.wilconews.com/install.php?locale=&profile=openpublish&op=star...
Message Invalid argument supplied for foreach() in /home/wilconew/public_html/sites/all/modules/openpublish_core/openpublish_core.module on line 105.
Severity error
Type php
User admin
Location http://www.wilconews.com/install.php?locale=&profile=openpublish&id=2&op=do
Referrer http://www.wilconews.com/install.php?locale=&profile=openpublish&op=star...
Message Invalid argument supplied for foreach() in /home/wilconew/public_html/sites/all/modules/openpublish_features/op_misc/includes/op_misc_init_config.inc on line 30.
Severity error
error_log shows this from
error_log shows this from trying to export:
[17-Aug-2010 05:00:51] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 440756 bytes) in /home/wilconew/public_html/includes/database.mysql-common.inc on line 41
[17-Aug-2010 05:01:17] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 394943 bytes) in /home/wilconew/public_html/includes/database.mysqli.inc on line 303
Looked at my hosting phpinfo: memory_limit 64M
Will feed it some more memory and see if straightens out.
128MB fixed it.
128MB fixed it.