Search found 192 matches

by mister_v
Sun Oct 13, 2019 7:01 pm
Forum: WordPress
Topic: Wordpress change login page
Replies: 1
Views: 22812

Wordpress change login page

Hello,

I tried to rename the login page of my Wordpress site,
I did it with iThemes Security, but the "new" login page does work.
by mister_v
Sat Jun 29, 2019 6:22 pm
Forum: WordPress
Topic: Move wordpress site to directory
Replies: 1
Views: 28905

Move wordpress site to directory

Hi,

I created a wordpress site on directory of my main site (www.website.com/subdir).
Now I want to move it to the root directory as the main site (www.website.com)

I tried just to copie the files, but that didn't work.
So how do I do it properly ?

Kind regards
by mister_v
Wed Jun 19, 2019 4:50 pm
Forum: WordPress
Topic: Wordpress auto-update
Replies: 1
Views: 21255

Wordpress auto-update

Hi, I have a wordpress site, and it is working good. But it suddenly did a automatic update (not plugins, wordpress itself). It didn't break anything, but I don't want it to do that. I wan't to personally launch the update process. I have been looking around, but couldn't find a option to turn it of...
by mister_v
Mon May 20, 2019 8:21 am
Forum: WordPress
Topic: Solved: Wordpress upgrade
Replies: 2
Views: 55025

Solved: Wordpress upgrade

Hi,

I want to (automatic) update my wordpress site,
But it asked for a ftp account ?
I'm not comfortable with giving the (root)-account.
I don't see why it is needed.

The plugins can get updated without a problem;
But for wordpress itself it is needed?
by mister_v
Sat Apr 27, 2019 4:04 pm
Forum: WordPress
Topic: wordpress test site
Replies: 2
Views: 38306

wordpress test site

Hi, I have a site where I use wordpress, and it works fine. But now I want to create the same site on my local PC, to try some things. I setup apache, copied all the files and database. That it is ok, and the first page is presented when I go to http://localhost But when I tried to login on the site...
by mister_v
Wed Nov 07, 2018 7:32 pm
Forum: General
Topic: essential email-addresses
Replies: 1
Views: 22159

essential email-addresses

Hi,

I'm setting up a new domain-name.
What are the email-addresses that should always be configured?
by mister_v
Thu Nov 01, 2018 12:24 pm
Forum: SQL
Topic: how to Select string starting with lower
Replies: 1
Views: 37593

how to Select string starting with lower

Hi,

How do I create a select-query that only selects strings starting with lower characters ?

thanks
by mister_v
Thu Nov 01, 2018 12:23 pm
Forum: SQL
Topic: SOLVED: update query update from another table
Replies: 2
Views: 21117

Re: update query update from another table

thanks.
by mister_v
Sun Sep 16, 2018 7:27 pm
Forum: HTML
Topic: css set to div block next too each other
Replies: 1
Views: 40146

css set to div block next too each other

Hi,

I have a problem in setting to div-boxes net to each other?
by mister_v
Sat Sep 08, 2018 11:13 am
Forum: PHP
Topic: Fatal error: Allowed memory size exhausted
Replies: 1
Views: 36907

Fatal error: Allowed memory size exhausted

Hi,

I run a script in CLI php,
And I get the following error :

Code: Select all

Fatal error: Allowed memory size of x bytes exhausted (tried to allocate x bytes)
What can I do to solve it ?