Quote:
Originally Posted by blogtorank
How can you install it if the install.php file is not correct for vb 3.6.3?
Columns don't match and etc... So there is no way around it I suppose but to modify the install file to make this new version you have here to work on a 3.6.3 version... I have tried everything and nothing is happening....
I wouldn't suggest sending no more people to the other thread unless this portion is fixed. Because the refresh issue is what I'm facing and I found your thread saying to install the OLD version of this survey script, well the area of this issue is below...
Just some old code that needs to be fixed in the vbsurvey_install.php file:
PHP Code:
$db->query_write("REPLACE INTO " . TABLE_PREFIX . "phrase (phraseid, languageid, varname, text, phrasetypeid) VALUES (NULL, '0', '" . $varname . "', '" . addslashes($text) ."', '$phrasetype')");
and:
PHP Code:
$db->query_write("REPLACE INTO " . TABLE_PREFIX . "phrase (phraseid, languageid, varname, text, phrasetypeid) VALUES (NULL, '0', '" . $varname . "', '" . addslashes($text) ."', '$phrasetype')");
Just my thoughts. 
|
The old code cannot be fixed to work on 3.6.3, that is why it was rewritten.
1.Do you host with yahoo? or another host that does not allow special characters on the server?
2.Check that all the files from the survey folder are on your server.
3.Have you set the permissions for the files?