mcaso
Forum Replies Created
-
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Problems inserting record in wysija_userThank you for your reply. I solved using the form from Mail Poet, it worked!
Hello Sarah,
I have also tried with poEdit and I followed the same steps you did. I put the files in /wp-content/languages/plugins/give and it did not worked.
But when I did the translations with LOCO plugin (following the steps pangotango suggested) it worked! To be honest I don′t know why. Maybe something to do with the translations tool.
Yesterday I updated the GIVE plugin and the translations did not suffer any modification so the place where I put it /wp-content/languages/plugins/give seems to be OK.
Bye for now.
MarcelaForum: Fixing WordPress
In reply to: Problems with .htaccess after installing WP in another subdomainGood afternoon,
Thanks for the link. I tried to follow it and I added the line : RewriteCond %{ENV:REDIRECT_STATUS} ^$
Below you can see the file modified. But unfortunatly the I got an 404 error.
Leaving the Permalink Settings as plain it works but I really want to change them.Thanks a lot again!
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ – [L]
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule># END WordPress
Hello,
I have just done the modificaction and it worked! Thank you so much!!
Marcela
Forum: Fixing WordPress
In reply to: Problems with .htaccess after installing WP in another subdomainThank you so much Keith for your answer.
This is what I did and the .htaccess that was addedd was the one I posted and it did not work.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
The thing is I saw many post with some correction in the line RewriteRule . /index.php [L]
.
But not sure if there will work because those post were for 2012.Thanks a lot
Hello pangotango
Thank you for your email. I am more relax because I am new doing that and I was thinking that for sure I was missing something.
I hope somebody can help both of us.Regards,
MarcelaForum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Give LanguageUnfortunatly this is not working for me because I want to change a label for the form.
I want to change Email Adresse in the German translation.Thanks you so much. I will open a new discussion because this one is closed.
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Give LanguageThanks for your reply! I will try it and let you know!
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Give LanguageDear prooooof,
I was following this post, did you find a solution for that? Because I am having the same problem in German and I am not able to find a solution.
Thanks a lot!!!!!!!!!!
Forum: Fixing WordPress
In reply to: Help moving WP test siteThank you so much for your reply.
Regarding Duplicate I understood that the plugin will do all the job. But I am not sure if the WP files will continue in maindomain/test. If yes, I read that this is not a problem, isn′t it?My only concerns is the media file because now all the media are pointed it to
maindomain/test,Duplicate will correct that or do I need to do something more?Thanks again and that you for your patience!
Dear Sona,
I was working on that. I have already tried now() and I get the wrong date:
7. February 2106I checked the server date: UTC time is 2016-03-23 14:45:52
and my format is: j. F Y.
Should be something with this?Only to let you now, I tried curdate() because with this I get only the date and I got: 22. August 1970
So I am lost….
Thanks a lot fo ryour effort!
Dear Sona,
Thank you for your email, now when I tried this no record at all was saved.
Thanks a lot!
Dear Sona,
Thank you so much for your help. Unfortunately it did not work.
Here you have the query I tried:
INSERT INTO 2k58H_wysija_user (
email
,firstname
,lastname
,confirmed_ip
,created_at
,status
) VALUES (“{8}”, “{12}”, “{11}”, “{ip}”, “getdate()”, “1”)Then when I checked the susbcriber the date is not recorder.
Thank you so much for your help.
Marcela