vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Integration with vBulletin - Complete Wordpress/Vbulletin Bridge - Share Users And Postings (https://vborg.vbsupport.ru/showthread.php?t=134521)

Kalina 01-23-2007 12:13 AM

Quote:

Originally Posted by Jafo232 (Post 1165379)
If you get stuck, pm me your AIM screenname and I will give you a hand. I should be on until 11pm or so.

Thanks very much. I changed the url and it just added me as well and I got into my admin. That's a good sign! :)

Jafo232 01-23-2007 12:38 AM

Quote:

Originally Posted by Kalina (Post 1165381)
Thanks very much. I changed the url and it just added me as well and I got into my admin. That's a good sign! :)

Yeah, I had a feeling the sub domains might cause cookie issues. I hope it all worked out!

iGlobe.Com.Cn 01-23-2007 02:24 AM

thanks a lot... setting up tonight

Jafo232 01-23-2007 02:44 AM

Quote:

Originally Posted by iGlobe.Com.Cn (Post 1165468)
thanks a lot... setting up tonight

Great, if it works out, please click install! ;)

d8tabyte 01-23-2007 02:23 PM

I am having an issue when I write a post - I get the following error, when I go back and edit it, it will give me the same error and post a new thread, instead of appending the previous. This was working fine and then it just stopped...

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 719904 bytes) in /public_html/forum/includes/class_dm_forum.php on line 19

I am using 2.04 version of the hack and 3.6.4 vb

Jafo232 01-23-2007 02:30 PM

This sounds like an issue with your server. Your PHP install seems to be running out of memory.

Probably have to bump up your "memory_limit" setting in your php.ini file and then restart your webserver.

Not much I can do for you there.

d8tabyte 01-23-2007 02:42 PM

Yeah I fixed it by putting this into the .htaccess

php_value memory_limit 24M

Just odd that it would happen out of the blue

axisoverdrive 01-24-2007 05:20 PM

Hey Jafo,

Does this plugin jive with the new Wordpress 2.1?

Thanks!

Jafo232 01-24-2007 07:07 PM

Quote:

Originally Posted by axisoverdrive (Post 1166527)
Hey Jafo,

Does this plugin jive with the new Wordpress 2.1?

Thanks!

Unsure, I will be upgrading my wordpress's tomorrow, so I will let you know if there are any conflicts. I do not think there will be, but will let you know.

thebluelizard 01-25-2007 12:03 AM

I'm confused here. How is anyone getting this working in it's current form? I'm running WP 2.0 and it wasn't working. I looked through the code and found these lines:

Code:

$install = (basename($_SERVER['SCRIPT_NAME']) == 'plugins.php' && isset($_GET['activate']));
$uninstall = (basename($_SERVER['SCRIPT_NAME']) == 'plugins.php' && isset($_GET['deactivate']));

I actually don't know how that's even working for anyone, because the links to activate the plugin are in the format ?action=activate. So, there's no activate GET variable as far as I can tell. I change those lines to this and it's working fine for me:

Code:

$install = (basename($_SERVER['SCRIPT_NAME']) == 'plugins.php' && $_GET['action'] == 'activate');
$uninstall = (basename($_SERVER['SCRIPT_NAME']) == 'plugins.php' && $_GET['action'] == 'deactivate');

Maybe it requires register_globals on? In which case, that's a no-no, as it encourages insecure programming practices. Just want to make sure everything's secure for everyone :)


All times are GMT. The time now is 02:55 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02663 seconds
  • Memory Usage 1,747KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete