Support Forum
but was my question have you reverted your site? its still loading bootstrap...
if you wanted to us access to your site (wp admin with sp admin caps and likely ftp access), we could take a look at the code... if that works, pm the details to yellow swordfish and myself... understand if not..
Visit Cruise Talk Central and Mr Papa's World
hi Mr Papa,
I have tried disabling Bootstrap via the codes provided by you guys but nothing happened. I tried emailing my webhosting and they took a look at it all and came back with this email:
We have reproduced the issue from our side. After it has been done, we have enabled debug mode in Wordpress and reproduced it again. This log was generated right after "Start upload " had been clicked. As you can see , this error most possibly has been triggered by some error in php-files of Simple-press plugin. Please email this log to developers of this plugin or to corresponding customer support representative for consideration.
[29-Jun-2013 07:47:54 UTC] PHP Notice: Undefined index: group in /problem-with-post-edit-buttonome/jesleg/public_html/wp-content/plugins/simple-press/sp-api/sp-api-plugins.php on line 673
[29-Jun-2013 07:47:54 UTC] PHP Notice: Undefined index: footer in /problem-with-post-edit-buttonome/jesleg/public_html/wp-content/plugins/simple-press/sp-api/sp-api-plugins.php on line 686
[29-Jun-2013 07:47:54 UTC] PHP Notice: Undefined index: group in /problem-with-post-edit-buttonome/jesleg/public_html/wp-content/plugins/simple-press/sp-api/sp-api-plugins.php on line 673
[29-Jun-2013 07:47:54 UTC] PHP Notice: Undefined index: group in /problem-with-post-edit-buttonome/jesleg/public_html/wp-content/plugins/simple-press/sp-api/sp-api-plugins.php on line 673
[29-Jun-2013 07:47:54 UTC] PHP Notice: Undefined index: group in /problem-with-post-edit-buttonome/jesleg/public_html/wp-content/plugins/simple-press/sp-api/sp-api-plugins.php on line 673
[29-Jun-2013 07:47:54 UTC] PHP Notice: Undefined index: group in /problem-with-post-edit-buttonome/jesleg/public_html/wp-content/plugins/simple-press/sp-api/sp-api-plugins.php on line 673
[29-Jun-2013 07:47:54 UTC] PHP Notice: Undefined index: group in /problem-with-post-edit-buttonome/jesleg/public_html/wp-content/plugins/simple-press/sp-api/sp-api-plugins.php on line 673
[29-Jun-2013 07:47:54 UTC] PHP Notice: Undefined index: group in /problem-with-post-edit-buttonome/jesleg/public_html/wp-content/plugins/simple-press/sp-api/sp-api-plugins.php on line 673
[29-Jun-2013 07:47:54 UTC] PHP Notice: Undefined index: group in /problem-with-post-edit-buttonome/jesleg/public_html/wp-content/plugins/simple-press/sp-api/sp-api-plugins.php on line 673
[29-Jun-2013 07:47:54 UTC] PHP Notice: Undefined index: group in /problem-with-post-edit-buttonome/jesleg/public_html/wp-content/plugins/simple-press/sp-api/sp-api-plugins.php on line 673
[29-Jun-2013 07:47:54 UTC] PHP Notice: Undefined index: group in /problem-with-post-edit-buttonome/jesleg/public_html/wp-content/plugins/simple-press/sp-api/sp-api-plugins.php on line 673
[29-Jun-2013 07:47:54 UTC] PHP Notice: Undefined index: group in /problem-with-post-edit-buttonome/jesleg/public_html/wp-content/plugins/simple-press/sp-api/sp-api-plugins.php on line 673
[29-Jun-2013 07:47:54 UTC] PHP Notice: Undefined index: group in /problem-with-post-edit-buttonome/jesleg/public_html/wp-content/plugins/simple-press/sp-api/sp-api-plugins.php on line 673
[29-Jun-2013 07:47:54 UTC] PHP Notice: Undefined index: group in /problem-with-post-edit-buttonome/jesleg/public_html/wp-content/plugins/simple-press/sp-api/sp-api-plugins.php on line 673
[29-Jun-2013 07:47:54 UTC] PHP Notice: Undefined index: group in /problem-with-post-edit-buttonome/jesleg/public_html/wp-content/plugins/simple-press/sp-api/sp-api-plugins.php on line 673
[29-Jun-2013 07:47:54 UTC] PHP Notice: Undefined index: group in /problem-with-post-edit-buttonome/jesleg/public_html/wp-content/plugins/simple-press/sp-api/sp-api-plugins.php on line 673
[29-Jun-2013 07:47:54 UTC] PHP Notice: Undefined index: all in /problem-with-post-edit-buttonome/jesleg/public_html/wp-content/plugins/simple-press/sp-api/sp-api-plugins.php on line 476
[29-Jun-2013 07:47:54 UTC] PHP Notice: Undefined index: sfkeywords in /problem-with-post-edit-buttonome/jesleg/public_html/wp-content/plugins/simple-press/sp-startup/forum/sp-forum-support-functions.php on line 534
[29-Jun-2013 07:47:54 UTC] PHP Notice: Undefined property: stdClass::$topic_pinned in /problem-with-post-edit-buttonome/jesleg/public_html/wp-content/plugins/simple-press/forum/content/sp-common-view-functions.php on line 92
[29-Jun-2013 07:47:54 UTC] PHP Notice: Undefined property: stdClass::$unread in /problem-with-post-edit-buttonome/jesleg/public_html/wp-content/plugins/simple-press/forum/content/sp-common-view-functions.php on line 93
I will send you my forum admin password and username to you in a PM. Thanks again.
The first thing to say is these are NOT errors - they are all 'Notices' and have no effect on processing. They are, however, a nuisance and to the best of my knowledge (we will check) have already been cleaned up readyt for the next update. Most of these - as you will see if you look - are the same notice.
I believe you can probably get rid of most of these by by visiting the forum admin > Options > Global Settings and (1) turning on or off the two options to combine css and js files and saving the change. Then (2) put them back they were and save the change again.
These notices, by the way, have absolutely nothing to do with the file uploader. So has your host made those changes and got the file uploader working now?
YELLOW
SWORDFISH
|
Okay, I got it working for you... but I had to edit one file in your them...
I edited action.sites.php, this line
wp_register_script( 'pagelines-bootstrap-all', PL_JS . '/script.bootstrap.min.js', array( 'jquery' ), '2.3.1', false);
I changed to force bootstrap to get loaded in the header, so when jquery ui is loaded in footer, all is well...
I was able to get bootstrap to not load, but this caused general issues for your site on all pages as the nav menu was using bootstrap...
Visit Cruise Talk Central and Mr Papa's World
No, it works fine... I said it didnt work if I removed bootstrap.... I did not remove bootstrap, just ensured it loaded before jquery ui so it didnt stomp all over it...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)