Tumling79
Forum Replies Created
-
I found another way of doing it.
Forum: Fixing WordPress
In reply to: Getting error 500 out of nowhereYeah very intersting.
But thank you for your time and help 🙂Forum: Fixing WordPress
In reply to: Getting error 500 out of nowhereI changed the DB_Host to what i could see the server was called in my phpMyAdmin, and now it works…
But i have not changed that myself…
Forum: Fixing WordPress
In reply to: Getting error 500 out of nowhereThat is what my host is saying in their documentation
Forum: Fixing WordPress
In reply to: Getting error 500 out of nowhereI have checked and double checked
define('DB_NAME', 'correct'); /** MySQL database username */ define('DB_USER', 'correct'); /** MySQL database password */ define('DB_PASSWORD', 'correct'); /** MySQL hostname */ define('DB_HOST', 'localhost'); /** Database Charset to use in creating database tables. */ define('DB_CHARSET', 'utf8');It is correct.
the files in the WP dir. all have the permission of 0644 and the folders have 0755
and its the same in wp-admin, the files have 0644 and the folders have 0755Forum: Fixing WordPress
In reply to: Getting error 500 out of nowhereThis is my .htaccess
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /blog/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /blog/index.php [L] </IfModule> # END WordPressI have not changed anything on the server, other than downloading the files.
The last thing i did on the site was changing Settings –> General settings and settign the URL’s to URLS, becouse i was having problems with WP not showing my pictures, and then I made a blogpost and everything was working, that was about 4’ish days ago.
But i will check my MySQL settings again 🙂
Forum: Fixing WordPress
In reply to: Getting error 500 out of nowhereI dont know where to be sure if the
define('AUTH_KEY', 'put your unique phrase here'); define('SECURE_AUTH_KEY', 'put your unique phrase here'); define('LOGGED_IN_KEY', 'put your unique phrase here'); define('NONCE_KEY', 'put your unique phrase here'); define('AUTH_SALT', 'put your unique phrase here'); define('SECURE_AUTH_SALT', 'put your unique phrase here'); define('LOGGED_IN_SALT', 'put your unique phrase here'); define('NONCE_SALT', 'put your unique phrase here');Is correct, i have never changed that.
How do i check faulty file permissions, and can they just change by themself ?
Forum: Fixing WordPress
In reply to: Getting error 500 out of nowhereHi GrandMa90,
The link is here
The domain, hosting etc is correct.
My .htacces file is out of the box.Do you want me to fill in the wp-config-sample with my data, DB_user, DB_Password etc ?
Forum: Fixing WordPress
In reply to: Images added from Media Lib does not show when publishedThe fix to my problem is here…
https://wordpress.org/support/topic/responsive-images-src-url-is-https-srcset-url-is-http-no-images-loaded?replies=18Forum: Fixing WordPress
In reply to: Image added in visual editor does not show on pageila_aw, what did you do to fix it ?
I have the same problem on my site.I just posted my link in a facebook group and it did show a the image, after i posted the post, but the preview on facebook didnt show any pictures.
Also the debugger did not show the image in the preview.
I have the same problem as pilipk01.
I can see the correct title and description, it does show the right image in the og:image, but the image does not show up in the linked post, as it did before the wordpress and wp SEO update.Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] A Sorting problemI will do that…
Thanks for your help.Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] A Sorting problemit does not look like its working 🙁
Forum: Plugins
In reply to: [WP-Table Reloaded] [Plugin: WP-Table Reloaded] A Sorting problemSure…
http://www.soulstones.dk/?p=270Its the “Final Standing” table.
column 0 should never change it should always be ASC.
And as default the table should be storting after column 6 as DESC.As it is now, the table is sorting after column 6 DESC, but that makes column 0 wrong… It should say 1,2,3,4 etc.
I hope you can see what i mean?