i admin account i go to the settings–>journal–>website–>plugins and under the installed plugins still load and no thing and if go to the plugin gallery i can see the section of gallery and return to installed plugin still load for long time
A number of the problems you’ve recently reported have related to deleted plugins. Have you done something to your system in this area? Have you checked your PHP error log?
Regards,
Alec Smecher
Public Knowledge Project Team
i have error log on server and can not know how check PHP error log
the ojs3.0.1.0 installed from server the on server there is many software to install may be this problem can delete if download the ojs then upload to server
or the same thing
Showing the following error please help
PHP Fatal error: Cannot redeclare class DefaultThemePlugin in /home/ojsthemes/public_html/ojs3/plugins/themes/default1/DefaultThemePlugin.inc.php on line 189
It appears that you’ve duplicated the default theme plugin as default1 but haven’t updated all the details, e.g. the class name. You’ll need to make sure your theme’s name is unique on your system.
Regards,
Alec Smecher
Public Knowledge Project Team
hi,
i have the same problem and add file in the main directory named php.ini have
disable_functions =
safe_mode = Off
memory_limit = 256M
output_buffering = Off
upload_max_filesize = 200M
post_max_size = 200M
magic_quotes_gpc = Off
display_errors = On
date.timezone=“America/New_York”
open_basedir = Off
allow_url_fopen = On
extension=pdo.so
extension=pdo_mysql.so
zend_extension="/usr/local/IonCube/ioncube_loader_lin_5.6.so"
max_input_vars = 1800
max_exeuction_time = 3600;
max_input_time = 360;
the server support help me to add with many help from many person of this forum and become right
can try to do this
In version 3.0.1, Website Settings->Plugins->Plugin Gallery tries to load plugins.xml file using a DOMDocument object in PluginGalleryDAO.inc.php. However it won’t work for the servers which need proxy configured in order to access external network. I get:
failed to open stream: HTTP request failed!
failed to load external entity http://pkp.sfu.ca/ojs/xml/plugins.xml
Inquire with your provider about how to access your PHP error logs; you should have access to these, and without that, debugging will be very difficult.
Regards,
Alec Smecher
Public Knowledge Project Team
Also check your Apache error log, if it’s separate. It’s possible that e.g. a server timeout is causing Apache to stop PHP, in which case the message might be logged in the Apache log instead.
Regards,
Alec Smecher
Public Knowledge Project Team