Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 07-16-2004, 12:23 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dark_Wizard
I would like to know as well...I have the opportunity to have my dedicated server upgraded but need to know if anyone has it running with vb3.0 and how the stability is with it....
On my server it has (testing) in front of PHP 5 right now so I opted to go from 4.3.7 to 4.3.8 for now.
Reply With Quote
  #12  
Old 07-16-2004, 12:54 PM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Dark_Wizard
I would like to know as well...I have the opportunity to have my dedicated server upgraded but need to know if anyone has it running with vb3.0 and how the stability is with it....
I believe the devs have tested vb3 on php5 since a long time as well, and didn't occur any problems.

On my own testserver here, i've installed php5 since Beta 4, and vb3 works flawless.
vb2 works as well, but there were a few little issues iirc.

But as i'm not running a great community on my localhost, i cannot give any benchmarks
Reply With Quote
  #13  
Old 07-16-2004, 01:15 PM
nexialys
Guest
 
Posts: n/a
Default

point with PHP5 is to have a complete hosted install, because local servers like me on my own OS-X, it takes too much memory... btw, some suggests to have a complete package of up-to-date softs: PHP, MySQL and Apache latest version... they arebuilt to work together this time!
Reply With Quote
  #14  
Old 07-16-2004, 02:24 PM
Dark_Wizard Dark_Wizard is offline
 
Join Date: Nov 2001
Location: North Carolina
Posts: 1,251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Xenon
I believe the devs have tested vb3 on php5 since a long time as well, and didn't occur any problems.

On my own testserver here, i've installed php5 since Beta 4, and vb3 works flawless.
vb2 works as well, but there were a few little issues iirc.

But as i'm not running a great community on my localhost, i cannot give any benchmarks
Thx for the info...very appreciated!
Reply With Quote
  #15  
Old 07-16-2004, 02:37 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just upgraded the server to PHP 5.0.0, so we'll see how it does. I am also running MySQL v4.0.20-standard and Apache v1.3.31. Is that a good combination?

Plus I am running RC3 (with all the security fixes).
Reply With Quote
  #16  
Old 07-16-2004, 02:45 PM
Brad Brad is offline
 
Join Date: Nov 2001
Posts: 4,765
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo
I just upgraded the server to PHP 5.0.0, so we'll see how it does. I am also running MySQL v4.0.20-standard and Apache v1.3.31. Is that a good combination?

Plus I am running RC3 (with all the security fixes).
I would try apache 2, just because I have not seen any problems with it. I don't run a large site so I could'nt tell you if it gives any hit preformance wise.

altho IIRC the box the vB sister sites are hosted on is apache 2 powered.
Reply With Quote
  #17  
Old 07-16-2004, 02:59 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Brad.loo
I would try apache 2, just because I have not seen any problems with it. I don't run a large site so I could'nt tell you if it gives any hit preformance wise.

altho IIRC the box the vB sister sites are hosted on is apache 2 powered.
As soon as it becomes an option in my root CPanel, I will probably install it. As of now, only 1.3.31 is an option there.
Reply With Quote
  #18  
Old 07-16-2004, 04:32 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

An update: I had to go back to 4.3.8. I kept getting the following error (among others) from init.php whenever I tried to use the PungoSpell spell checker.

It said function.implode was not an array in this query:

PHP Code:
 $datastoretemp $DB_site->query("
SELECT title, data FROM " 
TABLE_PREFIX "datastore
WHERE title IN ('" 
implode("', '"$specialtemplates) . "')
"
);
unset(
$specials$specialtemplates); 
It nailed function.merge (array_merge) in here too and another one in global.php.

So, apparently, there are areas it needs work on, I guess.
Reply With Quote
  #19  
Old 07-16-2004, 04:41 PM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@bob: i believe that the code isn't written well then.

you always have to define $specialtemplates = array(); in custom scripts.

If you don't do that, then php5 will throw a correct error.
I don't know why php4 doesn't but actually it should
Reply With Quote
  #20  
Old 07-16-2004, 04:44 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I figured it just wasn't written to handle 5.0.0 yet. But since I do use it extensively, I had no choice but to go back to 4.3.8. And I was looking forward to trying 5.0.0. out, too.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:49 PM.


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.03992 seconds
  • Memory Usage 2,255KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (9)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete