vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vB Survey (UCCASS Survey app integration) (https://vborg.vbsupport.ru/showthread.php?t=82384)

tamarian 09-02-2005 04:19 PM

Quote:

Originally Posted by pachitalk
Okay, 777 allows it to work. So??? The 744 isn't sticking? Or is it's the SSH?

My parent folder "forums" is set to 755. Could that be interfering?

No, the forums directory shouldn't be a problem. Since 777 works, and 744 doesn't, this means it's the group ownership issue. If you have telnet or SSH, login and change the ownership to the apache process, as mentioned in the first post.

pachitalk 09-02-2005 05:06 PM

Thanks for your help guys! That worked!

gregwatson 09-05-2005 07:30 PM

I've worked through most of the "fixes" already mentioned ...

However, I haven't seen this one - I am now down to the following error:

Fatal error: session_start(): Failed to initialize storage module: user (path: /tmp) in /home/bhm1264/public_html/forums/survey/classes/main.class.php on line 28

Any tips on what to look for here?

Thanks
GW

tamarian 09-05-2005 07:53 PM

Quote:

Originally Posted by gregwatson
I've worked through most of the "fixes" already mentioned ...

However, I haven't seen this one - I am now down to the following error:

Fatal error: session_start(): Failed to initialize storage module: user (path: /tmp) in /home/bhm1264/public_html/forums/survey/classes/main.class.php on line 28

Any tips on what to look for here?

Thanks
GW

It's PHP session issue. Check this fix:

http://forum.mamboserver.com/showthread.php?t=14198

gregwatson 09-05-2005 09:17 PM

Quote:

Originally Posted by tamarian
It's PHP session issue. Check this fix:

http://forum.mamboserver.com/showthread.php?t=14198

Any quick way a remote user with cpanel can check for this? I don't think I've ever seen anything about users vs files in a setting I have access to, either in through a control panel or file edit ...

Greg

subnet_rx 09-05-2005 09:35 PM

Quote:

Originally Posted by gregwatson
Any quick way a remote user with cpanel can check for this? I don't think I've ever seen anything about users vs files in a setting I have access to, either in through a control panel or file edit ...

Greg

I'm looking for a quick way to add choices to this system. I have it installed, but so far, have not used it since most of my surveys are more like elaborate polls. For instance, how could I add a list of restaurants to chose from or a list of Presidents? Right now, I have to add a category, the add all the choices, then set up the survey. I have very few questions in my surveys that use the default answer sets. Any solutions?

tamarian 09-05-2005 10:04 PM

Quote:

Originally Posted by gregwatson
Any quick way a remote user with cpanel can check for this? I don't think I've ever seen anything about users vs files in a setting I have access to, either in through a control panel or file edit ...

Yes, I should have been more specific :) That fix is php.ini which is the PHP config file. It's usually placed in /etc/php.ini

tamarian 09-05-2005 10:05 PM

Quote:

Originally Posted by subnet_rx
For instance, how could I add a list of restaurants to chose from or a list of Presidents? Right now, I have to add a category, the add all the choices, then set up the survey. I have very few questions in my surveys that use the default answer sets. Any solutions?

In UCCASS/vB Survey, you can easily create new answer types, where you can define the available answer choices.

gregwatson 09-06-2005 01:29 AM

Quote:

Originally Posted by tamarian
Yes, I should have been more specific :) That fix is php.ini which is the PHP config file. It's usually placed in /etc/php.ini

<grin> ... before I try this and bring down about 20 websites <grin> ... I don't have a php.ini file in that directory, so I assume that php.ini will essentially create a local override ...

Anyspecial formating other than a blank text file with the following command line in it?

-----php.ini--------------
php_value session.save_handler files
-------------------------

Greg

tamarian 09-06-2005 01:41 AM

Quote:

Originally Posted by gregwatson
<grin> ... before I try this and bring down about 20 websites <grin> ... I don't have a php.ini file in that directory, so I assume that php.ini will essentially create a local override ...

Anyspecial formating other than a blank text file with the following command line in it?

-----php.ini--------------
php_value session.save_handler files
-------------------------

No, there's a single php.ini file for your PHP server

You will find in it a line like this one:

session.save_handler = user

Change to this:

session.save_handler = files


All times are GMT. The time now is 10:46 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.01382 seconds
  • Memory Usage 1,744KB
  • 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
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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