s0what
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP doesn’t work on Internet Explorerit doesn’t depend on theme.
After disabling all plugins I get same result.Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Thumbnail creation freezes at 3%this is my own server. I see the *** SCRIPT END ***.
You can see script here: https://ditfi.lv/wordpress/wp-content/uploads/tmp/test.phpForum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Thumbnail creation freezes at 3%with resized pictures to 800×600 freezes at 38%
Forum: Plugins
In reply to: [Plugin:nextgen-gallery] Flash uploader not working on FireFoxI sent you mail, Alex. Could you please check my server? I think that this should be fixed by adding some information to .htaccess
I installed WP 2.6Beta3 on other server and gallery works fine on it, so this probably is not a version problem.. ??
?? define(‘IS_WP26’, version_compare($wp_version, ‘2.5’, ‘>=’) );
not working.
Hello! ??
you mean that it should look like that:
define(‘IS_WP25’, version_compare($wp_version, ‘2.6’, ‘>=’) );
?
Whith that I got the same error.If I make it like that:
define(‘IS_WP26’, version_compare($wp_version, ‘2.6’, ‘>=’) );
then plugin doesn’t work at all.define(‘IS_WP26’, version_compare($wp_version, ‘2.4’, ‘>=’) );
doesn’t work also.I changed to (IS_WP26), but nothing new happens, I still got the same warning.
Forum: Fixing WordPress
In reply to: Visual Editor missing after migrating to new serverand does anybody knows how to check access to all other files?
maybe some of them are unaccessible too?It could be filesystem bug, but strange that even after copying fresh installation of WP I still had this bug, so, probably WP makes it unaccessible.
Forum: Fixing WordPress
In reply to: Visual Editor missing after migrating to new serverI can’t believe my self!
I fixed it by my self!!!!!!!
simply renamed tiny_mce_config.php to tiny_mce_config2.php and also renamed it in script-loader.php
and everything works fine!can somebody explain it?
Forum: Fixing WordPress
In reply to: You do not have sufficient permissions to access this page.I get the similar error.
Forbidden You don't have permission to access /wp-includes/js/tinymce/tiny_mce_config.php on this server.
Tried to add .htacces file with :
<IfModule mod_security.c> SecFilterInheritance Off </IfModule>
but it didn’t help.
Forum: Fixing WordPress
In reply to: Visual Editor missing after migrating to new serververy strange.. I red this topic and tried to access this page and get this error:
Forbidden You don't have permission to access /wp-includes/js/tinymce/tiny_mce_config.php on this server. Apache/1.3.34 Server Port 80
Forum: Fixing WordPress
In reply to: Visual Editor missing after migrating to new servermaybe this means that compression is off?
zlib.output_compression Off zlib.output_compression_level -1
Forum: Fixing WordPress
In reply to: Visual Editor missing after migrating to new serverI don’t know. You can see its configuration here
Forum: Fixing WordPress
In reply to: Visual Editor missing after migrating to new serverI installed fresh copy of WP 2.5.1, but on the same database and I had the same result.. ?? maybe there is some problem with CHMOD?