Hi,
- If you have access to your PHP.ini file, change the line in PHP.ini
If your line shows 32M try 64M or 128M:
memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)
- If you don’t have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 128M.
- Try adding this line to your wp-config.php file:
Increasing memory allocated to PHP
define(‘WP_MEMORY_LIMIT’, ‘128M’);
- Talk to your host.
These days, even 128MB can be “tight” as plugins, themes and WordPress itself keep growing.
I managed to activate the plugin. Now, is there a step by step instruction manual and/or video on how to setup the different aspects of the website plugin’s features (home page, registration page, webcam, member login page, member account profile, and so on)?
Hi,
You have the installation instruction. Nothing more.
Home page, registration page, member login page are specific to WordPress, not to Rencontre.
The webcam part has nothing to setup. Profiles are very easy to setup.
Regards,