Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter sergiomolinam

    (@sergiomolinam)

    Hi all!

    After a few days of intense brain work I had to surrender to the evidence: I am not able enough to solve this.

    All the answers I saw in Google were referred to WordPress NOT multisite installations, so I assume this kind of installations are so much more popular and, therefore, with wider support.

    So I chose the solution I was trying to avoid: export and import by hand each blog and transfer the files to new WordPress systems. It is a bit more complicated, but if something is broken only affects a part.

    Maybe the lack of answers in this topic is due to my (too much) long post. My fault. I had to resume it and go to the point (database connection error). Only in case if something I was trying to do was important, I wanted to post all the information. Next time it will be shorter.

    As suggestion, we need more information in this kind of errors. I do not know if wordpress can do something, or it is something web server or mysql related. More information with clues are highly welcome in these situations, so we can realize if there is a problem with credentials, with the server, with files’ permission…

    Thank you very much.

    Hello. I achieved it!

    I don’t know the specific error, but I tried changing the simbolic link mentioned above. First I had the symbolic link using complete paths:

    ln -s /home/user/dinamic.domain.com/wp-comments-post.php /home/user/static.domain.com/wp-comments-post.php

    That didn’t work. But changing the paths to relative (from the folder with the static content):

    ln -s ../dinamic.domain.com/wp-comments-post.php

    It worked! I am not sure about the solution, or if this is your problem.

    Another thing: try activating or deactivating “Rewrite http://dinamic.domain.com/ with http://static.domain.com (more secure)”. In my case only works with that option deactivated, but still doing tests.

    For a quick solution, enter by ftp and rename the secure-wordpress folder to another name (for example:aaa_secure-wordpress).

    That doesn’t solve the problem, plugin still broken, but your site is online again until Website Defender could repair the plugin.

    Same steps than me, and unfortunately, same results.

    Let me try to help you.

    I guess you have wordpress on dinamic.domain.com and the destination directory of Really Static is static.domain.com. Same folders are in the same server.

    Try to do a symbolic link from static.domain.com/wp-comment-post.php to dinamic.domain.com/wp-comment-post.php

    Be sure symbolic links are enabled on htaccess of static.domain.com adding this:

    # enable symbolic links
    Options +FollowSymLinks

    If I am not wrong, that should works with any theme, but in my case it doesn’t work. I need help too.

    Thanks in advance.

    Great job, Dimadin.

    I must notice you the plugin doesn’t work if in the url appears ~, = or ?

    (I guess you can see the three signs. If not, tell me.)

    Can you put that in your mind for newer versions?

    Thanks a lot!

    I think I had same issue: plugin seems work fine, no errors, copy image to server, adds item to media library, changes src’s of every post… but in media library page I can’t see the images or their thumbnails.

    See the url paths on wordpress configuration. I have wordpress 3.04 with multisite configuration. I solved that changing one of the three urls in Superadmin-sites-blog-editblog.

    I’m not sure what fields were them. I guess they were something about urls, and I had mixed local paths with url paths.

    Be extremely carefully with those changes!

    sergiomolinam

    (@sergiomolinam)

    Searching with google and searching on the plugin’s page I found the “solution”.

    This plugin isn’t very compatible with other plugin: broken-link-checker. I deactivated the plugin and configure better feed plugin without any problem. Then, I activated better feed plugin and all works fine (if you don’t configure one more time better feed).

    All works fine now.

    sergiomolinam

    (@sergiomolinam)

    I have the same error in the same point.

    More data: the three tabs in the upper right corner (help, preview, html) don’t work.

    I work with firefox and I deactivated the plugins that block things (like ad-block, no-flash, noscript) and not was the solution.

    Anyone can tell us the solution?

Viewing 8 replies - 1 through 8 (of 8 total)