IPB

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Joomla & Ioncube & a bunch of errors
Carla
post Jan 30 2010, 11:44 PM
Post #1


Newbie
Group Icon

Group: Member
Posts: 4
Joined: 29-January 10
Member No.: 3,809
Main OS: Windows XP



Hey again! biggrin.gif

OK, it's like this: the Joomla add-on I want to install on localhost requires Ioncube so I'm using Aryos' Custom UniServer, as all previous attempts to add Ioncube to the vanilla US installation failed.

However, when I go to install Joomla, I get a series of errors above the header and below the footer, like so:

http://img713.imageshack.us/img713/2857/joomlaja.png

These errors are not present when using the vanilla installation of UniServer 5.5, Joomla installs just fine in that case.

Any ideas how to fix this?

Thanks.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Carla
post Jan 31 2010, 12:43 AM
Post #2


Newbie
Group Icon

Group: Member
Posts: 4
Joined: 29-January 10
Member No.: 3,809
Main OS: Windows XP



OK, I managed to fix this problem but create another: changing session.save_path in PHP config from "W:\tmp\phpsess\sess.db" to "W:\tmp" resolves the Joomla issue but now I can't access PHPMyAdmin, get the following error:

Fatal error: session_start() [<a href='function.session-start'>function.session-start</a>]: Failed to initialize storage module: sqlite (path: W:\tmp) in W:\home\admin\www\phpMyAdmin\libraries\session.inc.php on line 75

CODE
$session_name = 'phpMyAdmin';
@session_name($session_name);

if (! isset($_COOKIE[$session_name])) {
    // on first start of session we check for errors
    // f.e. session dir cannot be accessed - session file not created
    $orig_error_count = $GLOBALS['error_handler']->countErrors();
line75--->   $r = session_start();
    if ($r !== true || $orig_error_count != $GLOBALS['error_handler']->countErrors()) {
        setcookie($session_name, '', 1);
        PMA_fatalError('strSessionStartupErrorGeneral');
    }
    unset($orig_error_count);
} else {
    @session_start();
}


Weird thing is MySQL still works fine. huh.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Carla
post Jan 31 2010, 03:18 AM
Post #3


Newbie
Group Icon

Group: Member
Posts: 4
Joined: 29-January 10
Member No.: 3,809
Main OS: Windows XP



Oops, just realized I posted this in the wrong forum, sorry, I hit New Topic without checking where I was. wacko.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



Lo-Fi Version Time is now: 7th September 2010 - 03:48 AM
SourceForge.net Logo