zayatzz
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] It just does not wor.Buh.. seriously… Can noone guess whats wrong with the gallery that everybody seems to be thinking is working just fine. I’ve been asking this question for a month now and ive got no answer from anyone…
Alan
Forum: Plugins
In reply to: [Plugin: WP_Multilingual] WPML 2.8.4 compatible version (betta)I installed latest version for wordpress (having previously installedd required fckeditor).
When i activate multilingual plugin i recieve those errors :
Warning: Invalid argument supplied for foreach() in /media/dokumendid/www/WP/wordpress/wp-content/plugins/wp-multilingual/multilingual.php on line 681Warning: Invalid argument supplied for foreach() in /media/dokumendid/www/WP/wordpress/wp-content/plugins/wp-multilingual/multilingual.php on line 2522
When i click WP_Multilingual Installation button, then i get this:
InstallationWarning: Invalid argument supplied for foreach() in /media/dokumendid/www/WP/wordpress/wp-content/plugins/wp-multilingual/multilingual.php on line 1523
Step 1.You need to install Dean’s FCKEditor For WordPress – this plugin replaces the default WordPress editor with FCKeditor. We need this editor to make it working with many languages. You can get it at homepage (http://www.deanlee.cn/wordpress/fckeditor-for-wordpress-plugin/) .
but i have this plugin installed and working.
Alan.
Forum: Fixing WordPress
In reply to: Custom 404 page in windows based server.Ok i finally found the stuff that works.
solution is here:
http://ruslany.net/2008/12/enable-custom-errors-in-wordpress-on-iis-70/
Can finally set this topic resolved!
Alan.
Forum: Fixing WordPress
In reply to: Custom 404 page in windows based server.I found this old link which describes one solution.
http://wordpress.org/support/topic/36214?replies=6
The solution posted there still does not serve the 404.php i can set up and change through wordpress admin.
Why couldnt it just work via index.php?error=404?
I still could use help or explanation why i should use hacks and the default solution does not work….
Alan.
Forum: Fixing WordPress
In reply to: Custom 404 page in windows based server.Is there a way to get/ask wordpress technical assistance – get feedback from the guys who actually wrote this wordpress code?
Or they dont hang out here?
Alan.
Forum: Fixing WordPress
In reply to: Custom 404 page in windows based server.Bump… any help?
Forum: Fixing WordPress
In reply to: Custom 404 page in windows based server.Some estonian provider named folderburg…. http://www.folderburg.com – their page is in estonian, so i dont think you can find anything useful there and i do not think that the hosting is the issue anyway…
somebody tell me if am wrong – if i enter address.com/index.php?error=404 i should see the error page no matter how the .htaccess or web.config redirects. Its valid address and it should work. But it does not so i suspect the problem is within wordpress code not htaccess…
Especially since all other parameters following ? mark work just fine, like i said before – look stuff about ?page_id=2 working.
I did go over the wordpress files with searchmonkey and found 404 related stuff in many files.. i would not even know where to start my search for the flaw… if it even exists. Some input from wordpress team would be really nice.
Alan.
Forum: Fixing WordPress
In reply to: Custom 404 page in windows based server.Hello!
I scanned the forums and this problem seems to be at least 6 months old with no fix so far.
Is this problem with how index.php deals with additional parameters?
?error=404 is just a parameter sent to index.php or what? And all other parameters like ?page_id=2 work just fine…
Can anyone reply if this is right or wrong and what could be done?
Alan
Forum: Fixing WordPress
In reply to: Custom 404 page in windows based server.Ok i did some research and added this to my web.config :
<httpErrors>
<remove statusCode=”404″ subStatusCode=”-1″ />
<error statusCode=”404″ subStatusCode=”-1″ path=”http://est243wp.myfolderburg.com/index.php?error=404″ responseMode=”Redirect” />
</httpErrors>right after rewrite rules added by wordpress. It redirects to index.php?error=404, but that page is exactly like front page. I added
<script type=”text/javascript”>alert(“here!”);</script>into 404.php but as i get no alert with text HERE, when going to missing page, i suspect that something else is wrong, but i have no idea what as i am wordpress newbie – Still need help here.
Alan.