Madchen1
Forum Replies Created
-
Forum: Plugins
In reply to: [Portfolio Post Type] Plugin crashed after WordPress updateSame here.
WordPress: 5.3
Theme: NT Xeon Child (ina?ica 1.1.9)
Plugin: Portfolio Post Type (ina?ica 1.0.0)
PHP version: 7.2.18Uncaught TypeError: Argument 1 passed to Gamajo_Dashboard_Glancer::show() must be of the type array, null given, called in /home/hobbybac/public_html/wp-includes/class-wp-hook.php on line 288 and defined in /home/hobbybac/public_html/wp-content/plugins/portfolio-post-type/includes/class-gamajo-dashboard-glancer.php:85 Stack trace: #0 /home/hobbybac/public_html/wp-includes/class-wp-hook.php(288): Gamajo_Dashboard_Glancer->show(NULL) #1 /home/hobbybac/public_html/wp-includes/plugin.php(206): WP_Hook->apply_filters(NULL, Array) #2 /home/hobbybac/public_html/wp-admin/includes/dashboard.php(320): apply_filters('dashboard_glanc...', Array) #3 /home/hobbybac/public_html/wp-admin/includes/template.php(1343): wp_dashboard_right_now('', Array) #4 /home/hobbybac/public_html/wp-admin/includes/dashboard.php(232): do_meta_boxes(Object(WP_Screen), 'normal', '') #5 /home/hobbybac/public_html/wp-admin/index.php(148): wp_dashboard() #6 {main} thrown
- This reply was modified 5 years, 4 months ago by Madchen1.
Forum: Plugins
In reply to: [Vbulletin widget] help directory is a little differentYep. Because it grabs vBulletin scripts and include them in wordpress. I Installed my plugin on many sites and had same issue but not a single time was plugin problem.
I would be glade if that’s the case because we would make easier life for many people.
Forum: Plugins
In reply to: [Vbulletin widget] help directory is a little differentThat’s true. That was fix on my last site.
It’s problem with empty space after “<?php” in files in some cases. Sometimes it’s BOM because your files aren’t encoded proeprly. Also i saw many cases where vbulletin files are corrupted. Doing search on google should give you more answares.
Forum: Plugins
In reply to: [Vbulletin widget] help directory is a little differentIt is know bug. Problem is in global.php which is located in your forum root.
When you open it, it looks like this:
https://prntscr.com/t2npeNow open this file in notepad, and remove this green area so it looks like this:
Best thing is to check on vbulletin support site are there any better solutions.
Let me know if you get any info from there.
Greetings.
Forum: Plugins
In reply to: [Vbulletin widget] help directory is a little differentIt checks relative path to forum directory not absolute.
Do this somewhere to check your root:
var_dump($_SERVER['DOCUMENT_ROOT'])
To result add directory where your forum is located. So on my localhost i got this:
C:/wamp/www/wordpress/
Then I add to “Forum root:” in widget options
C:/wamp/www/wordpress/forum/
Forum: Plugins
In reply to: [WP phpBB Bridge] Login information in top barNvm. This is fix. You need to call some functions.
$ucp_url = trim(get_option('wpbb_ucp_path'));
Find logout line and put this
<a href="<?php echo $ucp_url; ?>?mode=logout&sid=<?php echo wpbb_get_sessionid(); ?>">
For other options do the same pattern.
Forum: Plugins
In reply to: [WP phpBB Bridge] Login information in top barWow. great but just one problem.
So now i have this
if(is_user_logged_in()){ //show profile info } else{ //show login form }
So if I logout i’ll get this message
You were not logged out, as the request did not match your session. Please contact the board administrator if you continue to experience problems.
So session id’s are not matching(also checked that manually from urls). If i go to forum board and do logout its fine. Then again on wordpress site user is still logged in but this time if press logout he will be properly lggged out.
What do you think?
Forum: Plugins
In reply to: [Theme My Login] Topbar login/ profileYea, if i remeber correctly we must call theme_my_login to show edit profile template and then when we lougout it will show login form too and i don’t want that.
Maybe i’m asking lil bit too much but for now it’s fine.
Forum: Plugins
In reply to: [Theme My Login] Topbar login/ profileThx a lot.
I love to have everything from php side done by another author (like you). But when it comes to positioning actions on site I want FELEXIBLITY. In my case i wanted login and user panel on top bar but profile editing on whole page.
Forum: Plugins
In reply to: [Vbulletin widget] Special characters not listedYou need the have the charset synced between vbulletin and wordpress.
Forum: Plugins
In reply to: [Theme My Login] [Plugin: Theme My Login] Separate Login vs Profile pageI need this too.
Same thing, i only can find one “&$”. Replacing doesn’t help.
Great! Thanx a lot.
Forum: Fixing WordPress
In reply to: Menu – subpages failBump!