2024-04-16, 07:01 AM
2024-04-16, 07:01 AM
2024-04-30, 11:43 AM
Hello, I installed this plugin and it has hidden all my other plugins on the plugin page...I am unable to uninstall or see any other plugin status? Is there some way to fix this?
[attachment=46876]
[attachment=46876]
2024-04-30, 11:45 AM
@Rocketfoot first post of this thread:
(2016-09-22, 02:50 PM)frostschutz Wrote: [ -> ]If you are using PHP 8.0 or later
We recommend you to download from : https://community.mybb.com/mods.php?acti...w&pid=1588
2024-04-30, 11:51 AM
(2024-04-30, 11:45 AM)bv64 Wrote: [ -> ]@Rocketfoot first post of this thread:
(2016-09-22, 02:50 PM)frostschutz Wrote: [ -> ]If you are using PHP 8.0 or later
We recommend you to download from : https://community.mybb.com/mods.php?acti...w&pid=1588
Thank you! Is it OK to update? I cannot uninstall the older version!
(2024-04-30, 11:51 AM)RocketFoot Wrote: [ -> ](2024-04-30, 11:45 AM)bv64 Wrote: [ -> ]@Rocketfoot first post of this thread:
(2016-09-22, 02:50 PM)frostschutz Wrote: [ -> ]If you are using PHP 8.0 or later
We recommend you to download from : https://community.mybb.com/mods.php?acti...w&pid=1588
Thank you! Is it OK to update? I cannot uninstall the older version!
I updated to the new files but I still cannot see any plugins in my plugin page?
Here is the error I am getting from error log:
[30-Apr-2024 12:17:09 UTC] PHP Fatal error: Uncaught Error: Failed opening required '/home/bladetalker1/public_html/inc/plugins/google_seo/plugin.php' (include_path='.:/opt/cpanel/ea-php82/root/usr/share/pear') in /home/bladetalker1/public_html/inc/plugins/google_seo.php:55
Stack trace:
#0 /home/bladetalker1/public_html/admin/modules/config/plugins.php(535): google_seo_info()
#1 /home/bladetalker1/public_html/admin/index.php(830): require('/home/bladetalk...')
#2 {main}
thrown in /home/bladetalker1/public_html/inc/plugins/google_seo.php on line 55
2024-04-30, 12:19 PM
are you sure you have loaded all files into the correct directories?
Otherwise, remove everything from the SEO plugin via FTP from the inc/plugins folder
When the list appears, reload the new files from the SEO plugin
If there's still no list, I'm guessing it wasn't there before; then it is due to another plugin that is causing problems
Save the inc/plugins folder, then empty it and upload one file after the other and check in the ACP whether the list is there until the problem occurs
Otherwise, remove everything from the SEO plugin via FTP from the inc/plugins folder
When the list appears, reload the new files from the SEO plugin
If there's still no list, I'm guessing it wasn't there before; then it is due to another plugin that is causing problems
Save the inc/plugins folder, then empty it and upload one file after the other and check in the ACP whether the list is there until the problem occurs
2024-04-30, 12:29 PM
(2024-04-30, 12:19 PM)bv64 Wrote: [ -> ]are you sure you have loaded all files into the correct directories?
Otherwise, remove everything from the SEO plugin via FTP from the inc/plugins folder
When the list appears, reload the new files from the SEO plugin
If there's still no list, I'm guessing it wasn't there before; then it is due to another plugin that is causing problems
Save the inc/plugins folder, then empty it and upload one file after the other and check in the ACP whether the list is there until the problem occurs
Ok, I removed all the files and uploaded the new files from the updated plugin...but the list disappears as soon as I refresh the plugin page! It is a new installation and I don't really have any other plugins installed yet...see attachment of the list right before I installed the SEO plugin...
[attachment=46877]
2024-04-30, 12:43 PM
(2024-04-30, 12:29 PM)RocketFoot Wrote: [ -> ]It is a new installation and I don't really have any other plugins installed yet...see attachment of the list right before I installed the SEO plugin...I see three, but that is not the problem
do you still get the error message that you edited earlier?
Does the directory and the files in it exist inc/plugins/google_seo?
If yes, I have no further idea at the moment
2024-04-30, 12:48 PM
(2024-04-30, 12:43 PM)bv64 Wrote: [ -> ](2024-04-30, 12:29 PM)RocketFoot Wrote: [ -> ]It is a new installation and I don't really have any other plugins installed yet...see attachment of the list right before I installed the SEO plugin...I see three, but that is not the problem
do you still get the error message that you edited earlier?
Does the directory and the files in it exist inc/plugins/google_seo?
If yes, I have no further idea at the moment
[30-Apr-2024 12:47:52 UTC] PHP Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /home/bladetalker1/public_html/inc/plugins/google_seo/plugin.php:110
Stack trace:
#0 /home/bladetalker1/public_html/inc/plugins/google_seo/plugin.php(68): google_seo_plugin_status()
#1 /home/bladetalker1/public_html/inc/plugins/google_seo.php(56): google_seo_plugin_info()
#2 /home/bladetalker1/public_html/inc/class_plugins.php(225): google_seo_info()
#3 /home/bladetalker1/public_html/admin/modules/config/plugins.php(644): pluginSystem->is_compatible('google_seo')
#4 /home/bladetalker1/public_html/admin/modules/config/plugins.php(564): build_plugin_list(Array)
#5 /home/bladetalker1/public_html/admin/index.php(830): require('/home/bladetalk...')
#6 {main}
thrown in /home/bladetalker1/public_html/inc/plugins/google_seo/plugin.php on line 110
The directory looks fine.Another issue I noticed is accessing the .index.php page on the front side is extremely slow after messing with this plugin? Related possibly?
2024-04-30, 05:02 PM
Try downloading from the repository :
https://github.com/mybbgroup/MyBB-Google-SEO
https://github.com/mybbgroup/MyBB-Google-SEO
2024-04-30, 05:18 PM
(2024-04-30, 05:02 PM)Omar G. Wrote: [ -> ]Try downloading from the repository :
https://github.com/mybbgroup/MyBB-Google-SEO
I got it up an running from this download but it still only seems to work on PHP7.4...as soon as I change over to PHP8.2, the plugin page list disappears again!