drekyn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 404 error displaying sub-category contentis there anyone who can help me?
unfortunatley my host doesn’t grant me access to the httpd.conf file… so, what should i do?Forum: Fixing WordPress
In reply to: 404 error displaying sub-category contentthe problem is that probably i cannot modify the httpd.conf file ’cause it is protected by my provider… perhaps i’m wrong (i hope so!), but is there another way to solve the problem?
Forum: Fixing WordPress
In reply to: 404 error displaying sub-category contentyes, i tried. i’m currently using %category/%postname% as permalink rule, and typing the correct id in the address (https://www.mysite.com/?cat=40, for example) i obtain the correct archive for that subcategory. this works even with custom permalinks and default permalinks.
any idea? maybe a corrupted .htaccess?
thanks for reply!
Forum: Fixing WordPress
In reply to: 404 error displaying sub-category contentthe site is in italian and needs registration, if you want i can mail you a user login so you can test it yourself ??
thanks for reply!
Forum: Plugins
In reply to: [Plugin: WordPress Download Monitor] htaccess gives 500 errori’m having a 500 error too but this fix doesn’t work for me…
i explain the problem in this topic
thank you ??
on line 331 you have to replace the ‘ with the 2 this way:
return preg_replace('/{democracy[\w\W\s^}]*?}/', '\n<div>\</div>', $content);
to
return preg_replace('/{democracy[\w\W\s^}]*?}/', "\n<div>\</div>", $content);
this fix worked for me
when you have to upload an image just press on “disable flash upload”. it’s working this way, though you have to upload one image per time… you can zip all the images you need to upload and upload the zip file through the “upload a zip file” tab
anyway in the new version of the next-gen gallery this issue is still unsolved
Forum: Plugins
In reply to: [Plugin: Register Plus] error on image uploadi’m having the same issue, what have you done to let it work?
thaks for your reply alex!
yes, it’s working now! what could be the problem?Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] HTTP ERROR : 500 on Flash Uploadi’m having the same issue… already tried with the fix in the .htaccess, but still not working. any solution? i’m using nextgengallery 1.1.0
nico, i had the same issue with role manager. in uploader.php of the download manager at line 2 the author of the plugin redefines the ABSPATH constant so the role manager can’t find the correct path. i solved commenting that line and editing line 4 in this way:
//define(ABSPATH2,'../../../'); //require_once('../../../wp-admin/admin.php'); require_once('../../../wp-config.php' );
i hope this helps ??