The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Quote:
A malformed .htaccess most likely. Do you have a fill called error_logs on the server that could probably pinpoint the cause. |
#12
|
|||
|
|||
Good to hear your conection problem has been solved and thanks for posting the information here so it is also usefull for other customers of 1and1.
|
#13
|
||||
|
||||
If you have set your own cookie path/domains, reset them using tools.php.
|
#14
|
|||
|
|||
Yep. I realised that straight after posting and used tools.php to reset the cookie path/domains. All is now working correctly.
Thanks everyone for trying to help. --------------- Added [DATE]1235738920[/DATE] at [TIME]1235738920[/TIME] --------------- Quote:
1&1 only upgraded their managed servers to support mysql 5 databases a couple of weeks ago, so this is kind of a bolted on addition. They are still supporting existing created mysql 4 databases on the servers, but only allowing mysql 5 for any new databases created. So I think they are slowly trying to phase out version 4, while still maintaining support for both using different sockets. And as this is so new on their managed servers I expect most vB users haven't encountered this issue yet as they will still be using mysql 4 databases with their forums. However as new installations are setup on 1&1 servers I'm sure more people will encounter this problem, and I hope the solution I found will be useful for others using 1&1. I do however wish 1&1 had notified it's customers directly about this update and given some details about how it worked. Instead they just rolled out the mysql 5 support quietly, and the first I knew about it was when I logged into the 1&1 control panel for my server and there was a notice on the database admin page. But even that didn't mention the socket use. I had to dig through the 1&1 FAQs to find that info. Although I have to say, they had updated their FAQs quickly to support the changes (although obviously not mentioning the .htaccess solution I've used). |
#15
|
|||
|
|||
It works on my vb 3.x ,Thanks! , but I have more licences and I can not run a vb 4.0 on the same host (1and1 Dedicate server).
When I try to migrate my vb 4.0 to the same host space I get this error: Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /homepages/30/d325399689/htdocs/todobetas.com/forum.php on line 598 Any solution? --------------- Added [DATE]1272124605[/DATE] at [TIME]1272124605[/TIME] --------------- I found the solution to install VB 4.x on 1and1 dedicated server: 1) I run PhP as a module. 2) I change the follow lines on config.php to be like this: $config['MasterServer']['servername'] = 'localhost'; $config['MasterServer']['port'] = '/tmp/mysql5.sock'; 3) I add the follow lines on the .htaccess on the vb4.x directory: php_value mysql.default_socket "/tmp/mysql5.sock" AddType x-mapp-php5 .php Looks like all are working ok now. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|