wt9bind
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Plugin Causes WSODHi, Tried that, no good.
I ended up getting a wordpress genius in who commented out line 169 of file.php
/*$temp_filename .= ‘-‘ . wp_generate_password( 6, false );*/
And everything started working again.I know this may be a massive security issue but as its an intranet I am not too worried.
Forum: Fixing WordPress
In reply to: Allow any extension to be uploadedThank you, that allowed me to upload it.
I added it as: tr5 text/trim
However, once uploaded it would open as text rather than ask to open the file.
So after some googling.
Modifying the .htaccess as follows:
AddType application/octet-stream tr5 # 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
Worked a treat.
Also as I am running LAMP, running this command:
sudo /etc/init.d/apache2 restart
Then clear the cache of the browser.
All fixed.
Happy Camper ??
Forum: Localhost Installs
In reply to: Errror 404 as soon as I change permalinksFantastic!
Thanks very much for your help.
And if anybody needs to know how to do this, link helped me: Enable Re-write
Forum: Installing WordPress
In reply to: No Icons in Dashboard Brand new installI will ask my hosting company.
I have all of the other wordpress installs with them so I presume not, but I will ask the question regardless.
Forum: Installing WordPress
In reply to: No Icons in Dashboard Brand new installPositive, I grab the wordpress zip, unzip to my machine and upload the whole wordpress folder as one.
It is the same way I have done it to 4 other wordpress installs and this is the only one giving me trouble.
Forum: Installing WordPress
In reply to: No Icons in Dashboard Brand new installUnfortunately, it has made no difference ??
Forum: Installing WordPress
In reply to: No Icons in Dashboard Brand new installJust an update,
https://www.ads-software.com/support/topic/253495#post-1017842
All of the suggestions there have made no difference.
Forum: Installing WordPress
In reply to: No Icons in Dashboard Brand new installYes, I have tried re-uploading the wp-admin and wp-includes from a fresh install.
I have also deleted the database, re-created with a different username password and database prefix.
Even at the point of wp-admin/install.php the WordPress logo isn’t even there. I downloaded wordpress from:
https://www.ads-software.com/download/
I will try this memory available trick now.