The error code 324 (which probably appears only in the Chrome web browser) and the observation that the other web browsers show only a blank page is helping me only a little bit.
Please, try to install the plugin by following these steps:
- Download the .zip file of the current podPress version
- unpack/extract all the files an folder to a place on your (local) computer
- connect to your blog with a FTP software and and upload all the extracted files and folders into the plugins folder of the blog (e.g. /wp-content/plugins/podpress/podpress.php)
- afterwards go to (open) the plugins page of your blog (the page whith the list of all installed plugins) and activate the plugin
One explanation for the problem might be that a memory or time limit of the PHP configuration of the server of your blog (e.g. max_execution_time, max_input_time or memory_limit ) is maybe a little bit to low to install and activate the plugin with a different method.
But maybe I did not understand your report correctly.
Was the installation process successfully?
Does the problem occur only when you activate the plugin?
The cause for the problem maybe an interaction a different plugin. Try to deactivate other plugin before your activate podPress. Control which plugins you are using in the blog with the problem and which plugins are installed and active in the other blog of yours where podPress is working.
Do you use in both blogs the same plugins?
Maybe try to deactivate the ones which you are using only in the blog with the problem.
To find further information, you might copy the line
define('WP_DEBUG', true);
into the wp-config.php file of your blog. It will hopefully make some error message visible which might help to find the cause of the problem. (Read more about Editing the wp-config.php file and especially this line.)
(After the tests deactivate this again: define('WP_DEBUG', false);
)
Furthermore try to find out whether the error log file on your server contain error messages which may be related to the problem.
(Maybe ask your hosting provider where to find this/these file/s.)
Regards,
Tim