Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
Updated Storage Locations Break Theme and Plugins
Avatar
jim
Here and Now
Member
Pro Subscribers
sp_UserOfflineSmall Offline
Dec 14, 2015 - 7:33 pm

I saw no mention of the base Storage Locations URL being updated in the release notes, yet after upgrading to SP v.5.6 I discovered this...

Screen-shot-2015-12-14-at-3.18.27-PM.pngImage Enlarger

At first, after the update none of my themes were available in the SP Admin. Upon checking the Storage Locations, I noticed that /uploads has been appended to the root wp-content/ directory URL as pictured. Odd I thought, since I figured that would be worth noting in the release announcement. I checked the SP error logs and there were plenty "no such directory" entries.

So... I moved the sp-resources folder to wp-content/uploads/ and removed any blogs.dir paths and now have all green lights. Themes now appear in the Admin,and the forum loads, but the front end display is still whacked. And yes, that's the technical term. Symptoms indicate the stylesheet can't be found. And, where the SP Admin Bar (plugin) should load is only a spinning icon.

I cleared the SP Error Log and there are no new entries after multiple loads of the Forums page.

I cleared both the CSS and Script caches. I cleared the SP General Cache. I cleared my Browser cache and tried a different browser. No difference.

I've activated a fresh download of Reboot v1.0.5 with the exact same results as my updated Child theme.

All SP Admin pages (Storage Locations, Plugins, Themes) seem to indicate all systems go, however the theme/display is broken and plugins (PM System, Admin Bar, Etc) do not function.

Finally, updated site to WP 4.4, and the Forums remain officially whacked.

Sure am glad I did this on our dev install!

Thanks in advance for any recommendations...

OK, wait!

I hate when this happens. Just before I hit Submit, I thought I'd check the server error logs and found a lot of this:

[Mon Dec 14 17:26:26 2015] [error] [client 70.209.211.246] SoftException in Application.cpp:603: Directory "/public_html/wp-content/uploads" is writeable by group, referer: http://tripawds.net/forums/

So, I checked permissions on /uploads and tey were 777 for some reason. Our new server doesn't like that! After resetting to 755 the forums seem to be working again.

So...ignore all that, and consider this potentially helpful for anyone who might encounter the same issue. (And a note to self for when I update out live site!)

And...answer me this: Is this expected behavior? If not, why would the base Storage Locations URL get appended like that???

Thanks again.

TripawdsSimple:Press powers the Tripawds Discussion Forums.

It's better to hop on three legs than to limp on four.

The Tripawds Blogs Community is made possible by The Tripawds Foundation.

Avatar
jim
Here and Now
Member
Pro Subscribers
sp_UserOfflineSmall Offline
Dec 14, 2015 - 7:41 pm

I spoke too soon! Things clearly still aren't working properly.

Can't reply to topic. Font Resizer not functioning. Can't compose PM. Profile tabs do not display. Still checking other stuff...

confused

TripawdsSimple:Press powers the Tripawds Discussion Forums.

It's better to hop on three legs than to limp on four.

The Tripawds Blogs Community is made possible by The Tripawds Foundation.

Avatar
jim
Here and Now
Member
Pro Subscribers
sp_UserOfflineSmall Offline
Dec 14, 2015 - 8:25 pm

FYI: Firefox console reports the following upon Forums page load...

ReferenceError: sp_platform_vars is not defined

And on a related note:

SyntaxError: expected expression, got ','

in reference to this (tooltips line):   

<script type='text/javascript'>
    /* <![CDATA[ */
    var sp_platform_vars = {
        "focus":"forum",
        "mobile":0,
        "device":"desktop",
        "tooltips":,
        "mobiletheme":1,
        "headpadding":"0",
        "saveprocess": 0,
        "checkiframe":"no",
            };
    /* ]]> */
    </script>

And, can't seem to find smileys:

GET
http://tripawds.net/wp-content/sp-resources/forum-smileys/sf-cool.gif [HTTP/1.1 500 Internal Server Error 653ms]

^Looks like it's still looking in the wrong place, missing the newly appended "/uploads" folder.

Also numerous different CSS warnings with reference to:
/wp-content/uploads/sp-resources/forum-plugins/tinymce-richtext/resources/skins/SPlightgray/skin.min.css

Screen-shot-2015-12-14-at-5.24.30-PM.pngImage Enlarger

TripawdsSimple:Press powers the Tripawds Discussion Forums.

It's better to hop on three legs than to limp on four.

The Tripawds Blogs Community is made possible by The Tripawds Foundation.

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Dec 14, 2015 - 8:29 pm

We didnt change the storage locations - at least not on purpose... doing so would be quite catastrophic...  and it is not happening that we are aware - no reports or similar on our test servers...

now, the only diff here might be that you run multisite...  so will have to check that... we did change multisite to no longer use blogs.dir for new installs, but nothing happens on upgrade...  but oddly, the uploads is added to the base directory...  not sure how that could have happened... and unfortunately, our test capability for multisite is not nearly as good as standard wp...

off to research if something got knocked for base storage location for multisite...

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Dec 14, 2015 - 8:43 pm

this is odd...  there is the use of the wp code (wp_upload_dir) for determining the base url for the multisite storage... for new installs since blogs.dir was removed from usage, it will return wp-content/uploads by default... but for old style multisite, its supposed to use wp-content...

so a bit confused...  wonder by the wp code is not working for you...  is this dev server web accessible?  would need to step through the code and see what its doing...

in you wp options table, what is value for upload_path?

Avatar
FidoSysop
Clearwater Florida
Member

VIP
sp_UserOfflineSmall Offline
Dec 14, 2015 - 8:59 pm

I think my sp-resources dir is under wp-content. Never heard of it being under uploads. 

  • Doc ~ An old Fidonet SysOp. Just hanging out in cyberspace keeping up with tech.
Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Dec 14, 2015 - 9:05 pm

fidosysop, are you running multisite? that is standard for new installs in multisite...

Avatar
FidoSysop
Clearwater Florida
Member

VIP
sp_UserOfflineSmall Offline
Dec 14, 2015 - 9:10 pm

Mr Papa said
fidosysop, are you running multisite? that is standard for new installs in multisite...

No I'm not running multisite. Sorry about that. 

  • Doc ~ An old Fidonet SysOp. Just hanging out in cyberspace keeping up with tech.
Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Dec 14, 2015 - 9:16 pm

okay, no worries..

Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Dec 14, 2015 - 9:37 pm

so @jim just want to make sure you saw post #5 https://simple-press.com/suppo.....s/#p157794

Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 617
Members: 17359
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10125
Posts: 79620