MortezaJS
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache Setup ProblemsFirst bunch of errors is related to Relic, an online Monitoring tool. Disable it in General Settings.
And about CDN, disable it too, If you aren’t sure that you need(and paid for) one of them.Forum: Plugins
In reply to: [W3 Total Cache] Database cache lifetimeI think I need some “W3TC internals” article…
Forum: Plugins
In reply to: [WP Original Media Path] Images not uploading on subdomain folder@rvola, let me recommend this friend and ongoing ones to read last topic, where we argued on the same problem π
Forum: Plugins
In reply to: [WP Original Media Path] media library is unaware of changeThank you for your help.
Forum: Plugins
In reply to: [WP Original Media Path] media library is unaware of changeToday after hours of googling, finally I found my solution π
https://github.com/johnbillion/directory-controlForum: Plugins
In reply to: [WP Original Media Path] media library is unaware of changeI set them to some random strings but no difference occurs!!
I guess they are hardcoded somewhere.Forum: Plugins
In reply to: [WP Original Media Path] media library is unaware of changeI should test it on a different installation. Be back with the result later π
Forum: Plugins
In reply to: [WP Original Media Path] media library is unaware of changeYes, and in fact, now every image can be addressed via both
media.domain.ir/datestring/1.jpg and
omain.ir/files/datestring/1.jpgForum: Plugins
In reply to: [WP Original Media Path] media library is unaware of changeI don’t know what a tip means.
I just created a new sub-domain via direct admin. the only trick was replacing “media” folder with a symlink with the same name pointing to “files”.Forum: Plugins
In reply to: [WP Original Media Path] media library is unaware of changeHello
I tested with this configs:1 [blank]
2 http://media.domain.ir1 files
2 http://media.domain.ir1 /home/myaccount/domains/domain.ir/public_html/files
2 http://media.domain.irForum: Plugins
In reply to: [WP Original Media Path] media library is unaware of changeNo.. It doesn’t work π
I’ll test it later on a different installation/version.
Thank you NicForum: Plugins
In reply to: [WP Original Media Path] media library is unaware of changeWhy changing that two option in wp_options has no effect? should i remove define( ‘UPLOADS’, ‘files’ ) from wp-config too? or change it to another value?
Forum: Plugins
In reply to: [WP Original Media Path] media library is unaware of changeYes, i see… The problem isn’t with old files, but with files I upload from now on(which is the essential function of this plugin!).
Sorry for weak english, i think i explained bad and made you misunderstood. As I said, I solved the problem with older posts by using a REPLACE query on DB(the same query you linked above).
Now my dilemma is changing default upload path and url of media that i upload from now on to library.Where do you think i may went wrong? (or maybe it be related to this version of wp?)