Search found 7 matches

by gteh
Fri Feb 12, 2010 10:21 am
Forum: General Help and Development Discussion
Topic: Help with MySQl remote connections after .art upgrade
Replies: 7
Views: 6469

Re: Help with MySQl remote connections after .art upgrade

Damn right it felt good lol. Only to be followed by more problems without the easy solution but such is life :)
by gteh
Thu Feb 11, 2010 2:04 pm
Forum: General Help and Development Discussion
Topic: Help with MySQl remote connections after .art upgrade
Replies: 7
Views: 6469

Re: Help with MySQl remote connections after .art upgrade

What version of mysql were you using before? not sure which exact version but it was 5.x I ended up figuring the problem out. Ive been dealing with so much crap/troubleshooting these last few days that I overlooked something very simple :) The remote server assigns database usernames beginning with...
by gteh
Thu Feb 11, 2010 11:56 am
Forum: General Help and Development Discussion
Topic: Help with MySQl remote connections after .art upgrade
Replies: 7
Views: 6469

Help with MySQl remote connections after .art upgrade

Hi, I am on a Plesk 9.3 Centos 5 VPS - fresh install. I successfully upgraded php from 5.1.6 to 5.2.12 via the atomic installer script and repo. Since doing so I am unable to connect remotely to a MySQL databases hosted on another server. I have not made any changes to the firewall except adding a r...
by gteh
Wed Feb 10, 2010 6:10 pm
Forum: PHP Help and Discussion
Topic: PHP 5.1 upgrade to PHP 5.2 - sqlite2 dependancy problem
Replies: 4
Views: 7675

Re: PHP 5.1 upgrade to PHP 5.2 - sqlite2 dependancy problem

Nevermind. I figured it out.

Inside my /etc/php.d folder were these two files:

ioncube.ini
ioncube-loader.ini


I had to update ioncube-loader.ini from 5.1 to 5.2 loader and I had to delete ioncube.ini completely

Now everything works.

Thanks!
by gteh
Wed Feb 10, 2010 5:05 pm
Forum: PHP Help and Discussion
Topic: PHP 5.1 upgrade to PHP 5.2 - sqlite2 dependancy problem
Replies: 4
Views: 7675

Re: PHP 5.1 upgrade to PHP 5.2 - sqlite2 dependancy problem

one last thing... When running 'php -v' I get this error now: php -v Failed loading /usr/lib64/php/modules//php_ioncube_loader_lin_5.1_x86_64.so: /usr/lib64/php/modules//php_ioncube_loader_lin_5.1_x86_64.so: undefined symbol: zend_unmangle_property_name_ex PHP 5.2.12 (cli) (built: Jan 31 2010 12:53:...
by gteh
Wed Feb 10, 2010 4:46 pm
Forum: PHP Help and Discussion
Topic: PHP 5.1 upgrade to PHP 5.2 - sqlite2 dependancy problem
Replies: 4
Views: 7675

Re: PHP 5.1 upgrade to PHP 5.2 - sqlite2 dependancy problem

I had thought about that but I guess I went about it the wrong way and after reading your post I realized my mistake. I almost removed 'sqlite' rather than 'php-sqlite2' which looked like it would have wreaked major havoc. I removed php-sqlite2 and then ran 'yum upgrade' and PHP was successfully upg...
by gteh
Wed Feb 10, 2010 3:55 pm
Forum: PHP Help and Discussion
Topic: PHP 5.1 upgrade to PHP 5.2 - sqlite2 dependancy problem
Replies: 4
Views: 7675

PHP 5.1 upgrade to PHP 5.2 - sqlite2 dependancy problem

Hi, I have a VPS server running Centos 5 and Plesk 9.3. It comes with PHP 5.1.x and I am trying to install VBulletin forum application which requires 5.2 . The installer won't run at all unless 5.2 is installed. This is a brand new server that was just provisioned and has nothing custom or installed...