Hey all,
I'm using 4.7 along with the CCK cvs.
I have created a content type using CCK called 'Electronic Music Review'. I configured Article.module to reference 'Release Type' as the article vocabulary contating categories - 'Single/EP' 'Album', 'Compilation/DJ Mixes', 'Battle'.
When logged in as admin, i can click on our link for 'Reviews' which leades to www.mysite.com/article but when i try to go there as an anonymous user, I get a completely white blank screen. When i disable the module, get the website with a 'page not found' page.
Could this be simply an issue of needing to increase memeory in my php.ini file (it's actually called .htaccess on my site backend - or maybe it's settings.php - get those two confused).
I also have tac_lite access installed (to create access permissions to different types of content) if that helps - i also configured that to make sure anonymous users have access (can read) our reviews...
Any help would be much appreciated.
Morgan
Comments
Comment #1
Kodeart commentedFrom my experience, seems that tac_lite (Taxonomy Access Control too) is not working correctly, causing "Page Not Found" to pop-up. Check here for more. As admin you can access the nodes, but not as anonymous, AFTER you enable/disable/enable/disable... this module. That's what i did. Looks like it rewrites the node access (in 'node_access' table). You can open every node and re-save it and they will work again. This is not a problem if you have, say, 15 posts :) but what if you have more? My solution: I erase and forget the tac_lite. Try nodeaccess for example or something else. Please post here if you find another module that will work as you expect.
About the famous white screen, again in my case, i increased the memory usage in settings.php to 24M (!?)
ini_set("memory_limit","24M");and get less whites. I noticed that other modules can cause white screens too.My build: v4.7.4 without taxonomy enabled, panels, moviereview, manage, globalredirect, advanced_menu, adminmenu_dhtml
Cheers,
--mixa
Comment #2
msameer commentedCan you please try with tac_lite disabled ?
Comment #3
msameer commentedClosing this. Please reopen iv still relevant.