MyBB Community Forums

Full Version: 1.6.6
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(2012-02-29, 11:27 PM)JimR Wrote: [ -> ]
(2012-02-29, 11:15 PM)Projec13 Wrote: [ -> ]Ugh thats what I was afraid of, not wanting to hafta manually edit all of the plugins Toungue but guess its what I gotta do lol


after checking my plugins, they where all updated, but yet they still don't work, and I even tried setting my style to the default one that comes with MyBB and still no success Sad

did you alter the plugin update script to write the new info ? I fell into that trap before I read the instructions ... all the plugins you have I 'converted' no problem

What you mean by altering the plugin update script ? I notice after updating with the script, that everytime I run it, it says all the same stuff
(2012-02-29, 11:28 PM)Projec13 Wrote: [ -> ]
(2012-02-29, 11:27 PM)JimR Wrote: [ -> ]
(2012-02-29, 11:15 PM)Projec13 Wrote: [ -> ]Ugh thats what I was afraid of, not wanting to hafta manually edit all of the plugins Toungue but guess its what I gotta do lol


after checking my plugins, they where all updated, but yet they still don't work, and I even tried setting my style to the default one that comes with MyBB and still no success Sad

did you alter the plugin update script to write the new info ? I fell into that trap before I read the instructions ... all the plugins you have I 'converted' no problem

What you mean by altering the plugin update script ? I notice after updating with the script, that everytime I run it, it says all the same stuff

look in plugin_hook_update.php and find
set $dryrun to 1 to output list of files names being searched, list of matches and found searches and replaces but do NOT modify files
set $dryrun to 0 to just do it
below that set $dryrun=0
that will do the updates
I did that, but its still not updating, it does the search but I'm pretty sure its not actually updating Sad
(2012-02-29, 11:46 PM)Projec13 Wrote: [ -> ]I did that, but its still not updating, it does the search but I'm pretty sure its not actually updating Sad

are the directory permissions correct for the plugins folder ?
Plugins Folder Permission: 755

When I upload the php, I upload it to my root directory, not /inc right ?
if you run the scripts with dryrun=0 and then try to run it again you will get the output you have posted since it was fixed the first time and the second time has no work to do.
(2012-02-29, 11:50 PM)Projec13 Wrote: [ -> ]Plugins Folder Permission: 755

When I upload the php, I upload it to my root directory, not /inc right ?

Yes that is correct but have you set the correct permissions to the plugins directory ? ... the script may be trying to write the changes to the plugin files but you have not given it permission to do so ... as a temp measure set inc/plugins to 777 re run the script and see what happens ... but remember to set the permissions back to how they were afterwards
(2012-03-01, 12:06 AM)JimR Wrote: [ -> ]
(2012-02-29, 11:50 PM)Projec13 Wrote: [ -> ]Plugins Folder Permission: 755

When I upload the php, I upload it to my root directory, not /inc right ?

Yes that is correct but have you set the correct permissions to the plugins directory ? ... the script may be trying to write the changes to the plugin files but you have not given it permission to do so ... as a temp measure set inc/plugins to 777 re run the script and see what happens ... but remember to set the permissions back to how they were afterwards


I changed: Inc to 777, Plugins to 777, and the .php file to 777 still no sucess, I even set my root directory to 777 still nothing, it says there is stuff that needs fixed, but never completes the actual updating
(2012-03-01, 12:02 AM)pavemen Wrote: [ -> ]if you run the scripts with dryrun=0 and then try to run it again you will get the output you have posted since it was fixed the first time and the second time has no work to do.

I guess permission errors !!!! but does the script just look in inc/plugins or inc/plugins and the directory its ran from ? ... assuming that the script has not done it's work
It seems to only look in inc/plugins, heres the full log, that it constantly gives me Toungue

Starting search for hooks requiring verification

Array
(
[0] => $plugins->add_hook("newreply_do_newreply_end"
[1] => "akismet_redirect_thread")
[2] =>

)

Array
(
[0] => $plugins->add_hook("newthread_do_newthread_end"
[1] => "akismet_redirect_forum")
[2] =>

)

Array
(
[0] => $plugins->add_hook("postbit"
[1] => "akismet_postbit")
[2] =>

)

Array
(
[0] => $plugins->add_hook("admin_forum_menu"
[1] => "akismet_admin_nav")
[2] =>

)

Array
(
[0] => $plugins->add_hook("admin_forum_permissions"
[1] => "akismet_admin_permissions")
[2] =>

)

Array
(
[0] => $plugins->add_hook("admin_forum_action_handler"
[1] => "akismet_action_handler")
[2] =>

)

Array
(
[0] => $plugins->add_hook("postbit"
[1] => "hello_world_postbit")
[2] =>

)

Array
(
[0] => $plugins->add_hook('admin_tools_menu'
[1] => 'myshoutbox_admin_tools_menu')
[2] =>

)

Array
(
[0] => $plugins->add_hook('admin_tools_action_handler'
[1] => 'myshoutbox_admin_tools_action_handler')
[2] =>

)

Array
(
[0] => $plugins->add_hook('admin_tools_permissions'
[1] => 'myshoutbox_admin_permissions')
[2] =>

)

Array
(
[0] => $plugins->add_hook('admin_home_menu'
[1] => 'myshoutbox_admin_home_menu')
[2] =>

)

Array
(
[0] => $plugins->add_hook("class_moderation_move_thread_redirect"
[1] => "mybbpublisher_onmove")
[2] =>

)

Array
(
[0] => $plugins->add_hook("build_forumbits_forum"
[1] => "mybbpublisher_addicon")
[2] =>

)

Array
(
[0] => $plugins->add_hook("admin_config_plugins_activate_commit"
[1] => "mybbpublisher_settings_redirect")
[2] =>

)

Array
(
[0] => $plugins->add_hook("admin_tools_menu"
[1] => "mybbpublisher_admin_nav")
[2] =>

)

Array
(
[0] => $plugins->add_hook("admin_tools_action_handler"
[1] => "mybbpublisher_action_handler")
[2] =>

)

Array
(
[0] => $plugins->add_hook("error"
[1] => "google_seo_404")
[2] =>

)

Array
(
[0] => $plugins->add_hook("build_friendly_wol_location_end"
[1] => "google_seo_404_wol")
[2] =>

)

Array
(
[0] => $plugins->add_hook("postbit"
[1] => "google_seo_meta_thread")
[2] =>

)

Array
(
[0] => $plugins->add_hook("postbit_announcement"
[1] => "google_seo_meta_announcement")
[2] =>

)

Array
(
[0] => $plugins->add_hook("postbit_announcement"
[1] => "google_seo_meta_announcement")
[2] =>

)

Array
(
[0] => $plugins->add_hook("postbit"
[1] => "google_seo_meta_posts")
[2] =>

)

Array
(
[0] => $plugins->add_hook("global_start"
[1] => "google_seo_redirect_hook"
)

Array
(
[0] => $plugins->add_hook("forumdisplay_end"
[1] => "google_seo_redirect_header"
)

Array
(
[0] => $plugins->add_hook("postbit"
[1] => "google_seo_redirect_header"
)

Array
(
[0] => $plugins->add_hook("postbit"
[1] => "google_seo_redirect_header"
)

Array
(
[0] => $plugins->add_hook("postbit_announcement"
[1] => "google_seo_redirect_header"
)

Array
(
[0] => $plugins->add_hook("postbit_announcement"
[1] => "google_seo_redirect_header"
)

Array
(
[0] => $plugins->add_hook("postbit_announcement"
[1] => "google_seo_redirect_header"
)

Array
(
[0] => $plugins->add_hook("calendar_editevent_end"
[1] => "google_seo_redirect_header"
)

Array
(
[0] => $plugins->add_hook("calendar_event_end"
[1] => "google_seo_redirect_header"
)

Array
(
[0] => $plugins->add_hook("calendar_end"
[1] => "google_seo_redirect_header"
)

Array
(
[0] => $plugins->add_hook("pre_output_page"
[1] => "google_seo_redirect_header"
)

Array
(
[0] => $plugins->add_hook("build_friendly_wol_location_end"
[1] => "google_seo_sitemap_wol")
[2] =>

)

Array
(
[0] => $plugins->add_hook('admin_tools_menu'
[1] => 'postcounter_admin_tools_menu')
[2] =>

)

Array
(
[0] => $plugins->add_hook('admin_tools_action_handler'
[1] => 'postcounter_admin_tools_action_handler')
[2] =>

)

Array
(
[0] => $plugins->add_hook('admin_tools_permissions'
[1] => 'postcounter_admin_permissions')
[2] =>

)

Array
(
[0] => $plugins->add_hook("fetch_wol_activity_end"
[1] => "games_online_activity")
[2] =>

)

Array
(
[0] => $plugins->add_hook("build_friendly_wol_location_end"
[1] => "games_online_location")
[2] =>

)

Array
(
[0] => $plugins->add_hook("admin_tools_get_admin_log_action"
[1] => "games_admin_log")
[2] =>

)

Array
(
[0] => $plugins->add_hook("admin_user_groups_edit_graph_tabs"
[1] => "games_groups_graph_tabs")
[2] =>

)

Array
(
[0] => $plugins->add_hook("admin_forum_menu"
[1] => "mytabs_menu")
[2] =>

)

Array
(
[0] => $plugins->add_hook("admin_forum_action_handler"
[1] => "mytabs_action_handler")
[2] =>

)

Verifying hooked functions that need updating

Done searching for needed updates
Starting updates





<--------------BLANK???------------------------>






Done fixing
Pages: 1 2 3