scharfh
Forum Replies Created
-
Forum: Plugins
In reply to: [Private Content] How create private content for (custom) post author onlyHello Aldo,
thank you for your reply. Yes, I preferred more automated way to do that, because I got probably 100+ custom posts. Well as I see I will need to figure that out by different way.But really big Thank you for your plugin!
With kind regards…
S.Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Cooperation with WP-all import pluginOH, I need to admit – I am dumb, DUMB as old oak!
Everything works now – I have forgot to disable maintenance plugin, that was causing all that issue! It is working as a charm!Thank you so so much for your help, your plugin will truly help on site!
Stefan
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Cooperation with WP-all import pluginUnfortunately that also did not work. Maybe I have figured out why this does not work, I confirm – your plugin has no flaws – but I think that WPall Import need to read file before your URL executes. Eg.: If xls is stored at example.com/wp-content/uploads/2018/excel/gfexcel-file.xls it is loaded correctly…
So, I have tried execute this PHP with cron, well I have not such PHP skills, but file was not saved to desired path:
$source = "https://www.example.com/gf-entries-in-excel/4284abcc13dce9769d541c163078dfabf2940dfdf818482e22c2aad055491326"; $destination = "/opt/bitnami/apps/wordpress/htdocs/wp-content/uploads/2018/export/"; $data = file_get_contents($source); $file = fopen($destination, "w+"); fputs($file, $data); fclose($file);I assume that there is no option for your plugin to save file locally to path. Right?
Stefan
- This reply was modified 7 years, 11 months ago by scharfh.
Forum: Plugins
In reply to: [GravityExport Lite for Gravity Forms] Cooperation with WP-all import pluginWhoa! That was an express reply. Well I did what you have written above, but unfortunately that did not work. I personally think there is no issue with excel extension(s), because if I download file(s) from that link and upload manually all of them work with no problems.
Stefan
Well, I did, but unfortunatelly I have no support plan activated, so I am no longer entitled to free technical support…
S.
Thank you for helping me – yes, I have root access, do you think this likely has to do with the .HTACCESS file is that GPC doesn’t use .htaccess and instead uses another file called app.yaml ? (see: https://cloud.google.com/appengine/docs/standard/php/config/appref )
I have it tested, unfortunately got 404 – page not found and issue persist.
Now I am sure what I have installed on server:
Apache 2.4.33
ImageMagick 6.9.8
MySQL 5.7.22
OpenSSL 1.0.2o
PHP 7.0.30
phpMyAdmin 4.8.0.1
SQLite 3.18.0
Varnish 4.1.0
WordPress 4.9.6
WP-CLI 1.5.1Well, this should be dumb, but I am not sure, is there any way how to check it?
thank you for your quick reply…
S.//EDIT: seems to be Apache
- This reply was modified 7 years, 11 months ago by scharfh.
Hello @sareiodata,
Thank you for your mail, I made there a reply – I think the issue is due to my WP multisite instalation which use subdirectories as well (I have tried your plugin and BB in normal WP non-multisite installation and your plugin works with no errors.)…- This reply was modified 8 years, 4 months ago by scharfh.
Hello @sareiodata,
send you a copy of my mail:Hello TranslatePress team,
I am writing you in regards to problem with translations with your plugin and Buddypress.
Your last update resolved some problems with BB, but unfortunately it did not work with translation of BB member and activity page.Problem with translation still persist:
lets see this scenario – I have a site with two languages english (EN, primary) and german (DE, secondary).the BB member page has this URL: http://www.example.com/members/username – page is found, showing in english.
BUT when changed language to german:
http://www.example.com/de/members/username – page not found (404).The same problem exist for default language too, if I choose “Subdirectory for default language” option:
http://www.example.com/en/members/username – page not found (404).I have tried to disable/enable/combinate all settings options, but with no luck.
I think that problems are due to “language subdirectory”, because without subdirectory to default language your plugin works for default language. I have also tried another similar plugin – Transposh (v. 0.9.9.2), this plugin works almost same as yours, but instead of subdirectories it uses reference at the end of URL and this works great with BB (example: http://www.example.com/memebrs/username/?lang=de).
Sorry for my poor english, hope you will understand to my problem…
Hello,
on monday I wrote you more detailed informations on support page, I am not sure if you got that. Could you somehow confirm acceptance?Thank you…
StefanHello @raster02,
thank you for your reply. I am testing your plugin locally but I also tried live on test server. However results were same…To your questions:
I only use just Buddypress with BuddyPress Custom Profile Menu plugin, but same thing happens with BP+TP only too.S.
Maybe with url reference it should work – e.g.: …/members/username?ref_lang=fr
Is that somehow possible?
S.