dzamanakos
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Admin page lost cssI didnt reinstall wordpress.
The client send me a zip with the public_html contents. I unzipped it to the new public_html, changed the db connection etc and noticed that the admin area has the problem.
One thing i did is to ftp again the wp-admin files from the original installation in case some files were corrupted.Forum: Fixing WordPress
In reply to: Admin page lost cssI did a view source on the page and i see that in dreamweaver’s design view the page seemed ok.
The mozilla’s error tools reports a jquery plugin is missing to some plugins and the admin page.
This isn’t only for my template, as the default reports the same error.
Disabling the plugins doesnt change anything.
Followed some forum replies i ftp again the files, tried to load it by hand but nothing changed.
I’m familiar to php/html coding but not to wordpress as this is the first site i worked on.Any help would be appreciated, the site cant be updated for some days and i have to find a solution…
Forum: Fixing WordPress
In reply to: Admin page lost cssAt the wp_options file the permalink_structure field value is empty if that helps.
Forum: Fixing WordPress
In reply to: Admin page lost cssThe problem is that the only thing that i get when i click settings -> permalinks is this :
https://imageshack.us/photo/my-images/4/unledyze.png/Even view page source doesnt include a save changes button or form and submit elements..
I created a .htaccess with
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressbut nothing is changing.. Is there anything i can change to the database or file?
Regards,
Forum: Fixing WordPress
In reply to: Admin page lost cssa client gzipped his blog from his old server, send it to me and i installed to the new server following the how to.
I did not find any .htaccess in the files that send me and i suppose that hi didnt used it.Forum: Fixing WordPress
In reply to: Admin page lost cssI did all the steps explained in the how to. I didnt have an .htaccess file in the gzipped site that was sent to me, so i thought that permalinks was disabled.
The permalinks in the admin is broken due to the problem and i cant change anything in that section.
Is there anything i can do now, or see what step did i misconfigure?
Forum: Fixing WordPress
In reply to: Admin page lost cssDone all of the above but nothing changed.
The blog is running ok, the problem is only at the admin area.
Any other ideas?