Skip to main content
2 votes

Problem installing - "there is no suitable CSPRNG installed on your system"

CSPRNG stands for cryptographically secure pseudo-random number generator which is a library added to PHP from version 7.0 onwards. From version 5.2 onwards it was possible to install an additional ...
JCOGS Design's user avatar
  • 3,595
1 vote
Accepted

{!-- ra:000 … - error - how to handle?

As @tom-jaeger presumed the problem was the addon which threw a deprecation-notice. This lead to the error in the frontend, and it explains why the error suddenly appeared and vanished: The notice was ...
BNetz's user avatar
  • 470
1 vote

Need help with error after upgrade to EE v6

So it looks like this is an error with some of the code in PHP 5.6 If possible to upgrade to PHP 7.x or higher, this should be resolved. We'll also make a change to fix this in PHP 5.6 in the core.
Tom Jaeger's user avatar
1 vote
Accepted

Allow PHP? not working in Expression Engine 2.11 templates

I have not come across this behaviour myself - when things suddenly appear on otherwise stable systems usually the system itself is not the cause - if you have not changed the site code or the add-on ...
JCOGS Design's user avatar
  • 3,595
1 vote

Problem installing - "there is no suitable CSPRNG installed on your system"

I know it's an old thread, but if someone is having same problem when running Windows server with PHP 5.6, you need to make sure you have CAPICOM installed and com_dotnet extension is included in php....
Yuri Salimovskiy's user avatar
1 vote
Accepted

Uncaught Error: Class 'PDO' not found when I upgrade to PHP 7.2

Check with your host that your site has the PDO module enabled. This is pretty important as PDO (php Data Object) is an interface that enables php to access MySQL databases. EE relies upon MySQL, ...
JCOGS Design's user avatar
  • 3,595
1 vote
Accepted

Error message after upgrading to 3.5.17 (from 2.11.9)

Are you absolutely sure you have your DB settings correct in your config.php file? They should have this format in that file: $config['database'] = array ( 'expressionengine' => array (...
jrothafer's user avatar
  • 5,900
1 vote

Warning is_dir(): open_basedir restriction in effect after Upgrade to 5.1.2

Changing "URL and Paths" combined with changing open_basedir to "none" fixed the problem. Thanks for the help.
VMZ's user avatar
  • 21
1 vote
Accepted

Warning is_dir(): open_basedir restriction in effect after Upgrade to 5.1.2

The error looks like it is being caused by a path configuration issue - check that the settings for URL and Paths on your site are set correctly. (go to Control Panel / Settings / General Settings / ...
JCOGS Design's user avatar
  • 3,595
1 vote

ChannelImages Fatal Error PHP 7

Replace code continue; with return false; statement.
Mufi - Amici Infotech's user avatar

Only top scored, non community-wiki answers of a minimum length are eligible