Forum Replies Created

Viewing 15 replies - 1 through 15 (of 23 total)
  • Thread Starter jasonstone

    (@jasonstone)

    I’m wondering if it’s going to require some coding….
    I’m not sure where to start with that as haven’t coded in many a year!

    Thread Starter jasonstone

    (@jasonstone)

    Thanks doodlebee – yeah i saw that.
    I’ve asked them about the /var partition

    but I can’t find anything wrong!

    directoy exists
    permissions ok (wp-content is 755 and uploads is 775 have tried 777 too)
    file is not too large – <100Kb
    name doesn’t have any weird characters
    php upload of files is ON – checked in phpinfo

    I tried uploading to a new post and to an existing post thinking perhaps there was something in the code – nope – no difference

    this is driving me nuts – i’m in IT and so I’ve got some ideas about these things but just can’t crack this one!!!

    thanks for any assistance!!

    cheers
    Jason

    Thread Starter jasonstone

    (@jasonstone)

    The folder has permissions 777 so it’s writable.
    That’s the entire message yes.
    Version is 2.0.7

    Thanks for any help

    Everything else is ticking along nicely

    Cheers
    Jason

    Forum: Installing WordPress
    In reply to: post.php error
    Thread Starter jasonstone

    (@jasonstone)

    please ignore this post – turns out some other error
    it’s working but now i don’t know why – sorry podz
    cheers
    Jase

    Forum: Installing WordPress
    In reply to: post.php error
    Thread Starter jasonstone

    (@jasonstone)

    OK it’s not perfect- the admin header is still missing
    seems like something config wise isn’t 100% correct – but i’ve changed nothing
    podz – if you read this – i think this would be a really good case to look into – seems like there is a bug in here somewhere – pretty fundamental too
    cheers
    Jase

    Thread Starter jasonstone

    (@jasonstone)

    Woo hoo I finally fixed it!!! I found a bug in post.php ??
    the following lines do not work:
    if (get_settings('advanced_edit')) {
    include(‘edit-form-advanced.php’);
    } else {
    include(‘edit-form.php’);
    ` }
    I changed it to

    Thread Starter jasonstone

    (@jasonstone)

    Woo hoo I finally fixed it!!! I found a bug in post.php ??
    the following lines do not work:
    if (get_settings('advanced_edit')) {
    include(‘edit-form-advanced.php’);
    } else {
    include(‘edit-form.php’);
    ` }
    I changed it to

    Thread Starter jasonstone

    (@jasonstone)

    moshu – thanks for info but i did log in as admin – and the admin has user level 10 – i also (using phpMyAdmin setup another user with user level5) so that’s not the problem.
    But thanks for the idea ??
    Any other ideas?

    Thread Starter jasonstone

    (@jasonstone)

    podz – yeah good idea – think i’ll do that – this one is getting a bit stale and is no longer so descriptive

    Thread Starter jasonstone

    (@jasonstone)

    Ok I checked out permissions for the wp-admin dir and files – no problems there – rw-r–r–
    i set it to rwx-r-xr-x to see if that mad a difference – nope
    can anyone who is running wordpress on a fatcow hosted site please tell me if they are using wodpress v1.2.1 Mingus??? and it’s working???
    Thanks
    Jason

    Thread Starter jasonstone

    (@jasonstone)

    macmanx – i nuked the directory and nuked mysql tables too – it was empty
    then did a fresh install
    i’m going to bed – it’s 2am here and i can’t deal with this anymore – it’s driving me nuts
    i’ll have to look a the php code and work out wher eit’s not working for me ??
    thanks
    and opoen to any tips from anyone ??

    Thread Starter jasonstone

    (@jasonstone)

    In that case I am totally beat – I’ll have to start hacking into the php code of wp-admin/post.php and i’m not php crack ??
    *sigh*
    no idea why it’s not working
    i did install a version on the same webserver like 2-3months ago to test it out and it was working fine – now even that version does not work – so i’m asking myself if fatcow (the host) have changed something on me???
    cheers
    Jason

    Thread Starter jasonstone

    (@jasonstone)

    quick question – found somewhere something about wordpress wp-admin not working if you install wordpress in a different directory to /wordpress – is that true?
    I installed in “/diary” is that going to be the root of all my problems?
    the blog part works but the wp-admin does not…
    just a though – but please tell me it isn’t so as i want to use /diary not /wordpress
    cheers
    Jase

    Thread Starter jasonstone

    (@jasonstone)

    macmanx – i don’t know – wasn’t sure if the other topic was exactly getting my exact problem across.
    trying firefox now – bwwwahhh hahh ahhhh
    nope didn’t work
    so now we can surely rule out a mac os x browser problem – it must be the server config
    ok where do i start looking then??? can anyone give me some pointers please
    thanks again
    cheers
    Jase

    Thread Starter jasonstone

    (@jasonstone)

    OK just tried out netscape v7.2 and that didn’t work either
    so i’m 99.9% convinced now that it’s something to do with the server side
    can anyone who knows what they’re looking for see if my php config is ok please?
    https://www.garionstone.com/phpinfo.php
    thanks a heap
    cheers
    Jase

Viewing 15 replies - 1 through 15 (of 23 total)