​​The Cambridge Crystallographic Data Centre (CCDC).
The CCDC websites use cookies. By continuing to browse the site you are agreeing to our use of cookies. For more details about cookies and how to manage them, see our  cookie policy.

I am unable to view stored results in the Relibase+ interface, I just get a blank Relibase+ web page

Solution

​Very large sets of search results can cause Relibase+ to run out of the allocation of memory it is allowed to run with. In this case the PHP interface Relibase+ uses can be re-configured to allow more memory. To do so, carry out these steps:

1) Stop the Relibase+ servers

2) Edit the file $RELIBASE_ROOT/APACHE/conf/php.ini and change the line

memory_limit = 256M      ;

to

memory_limit = 1024M      ;

3) Restart the Relibase+ server. If the problem persists, try increasing the size further to 2048M.