Forum Replies Created

Viewing 7 replies - 31 through 37 (of 37 total)
  • Thread Starter dzamanakos

    (@dzamanakos)

    I 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.

    Thread Starter dzamanakos

    (@dzamanakos)

    I 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…

    Thread Starter dzamanakos

    (@dzamanakos)

    At the wp_options file the permalink_structure field value is empty if that helps.

    Thread Starter dzamanakos

    (@dzamanakos)

    The 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 WordPress

    but nothing is changing.. Is there anything i can change to the database or file?

    Regards,

    Thread Starter dzamanakos

    (@dzamanakos)

    a 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.

    Thread Starter dzamanakos

    (@dzamanakos)

    I 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?

    Thread Starter dzamanakos

    (@dzamanakos)

    Done all of the above but nothing changed.
    The blog is running ok, the problem is only at the admin area.
    Any other ideas?

Viewing 7 replies - 31 through 37 (of 37 total)