[ Video Sharing CMS v4 ] Ioncube problems

Started by jacob,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jacobTopic starter

When trying to access /moderator on a new install of either 3.6 or 4, I get an error that states "cannot be decoded by this version of the ionCube Loader"


Ioncube says that it is installed and is the latest version.


This is a fresh install on a fresh database.

PHPVibe v. 3.6
Ulitmatube Theme
  •  

tassonfl

The same problem and the same screen shot for me! Can anyone help us?
  •  

jacobTopic starter

I've had 3.6 successfully installed in a sub folder jacobW.com/tv with no problems. I can copy all the files and change the db .htaccess info and again no problems. If I upgrade I get the ioncube problem and all pages show the 404 error page. http://jacobw.com/phpvibe/
PHPVibe v. 3.6
Ulitmatube Theme
  •  

PHPVibe A.

Hi, 4.0 is experimental, meaning is not stable or tested in every scenario.

To make it work in a folder open index.php

and change

//$router->setBasePath('');

to

$router->setBasePath('/phpvibe');


You should also change the RewriteBase in the .htaccess file.

What version of ioncube you have? So I can test. It's the same as on 3.6 (no change yet there).

jacobTopic starter

Thanks for the info on the $router->setBasePath. I managed to get the site to work by removing and re-installing ionCube. I was getting conflicted messages. Sometimes I would get a message stating that the latest version was installed, other times I was told to upgrade. Removing and re-installing solved the problem.
PHPVibe v. 3.6
Ulitmatube Theme
  •  

PHPVibe A.

This will be included in the admin and setup (the set base), so it will no longer require any coding.
We're getting close to a full version. Today's patch will introduce a few more much needed elements.

Similar topics (7)