-
FF is on Windows XP Pro.
I have tested it also on IE 7 and there is the same bug.
eXtplorer is installed on FreeBSD 6.2 with php 5.2.1 - at least that shows me phpinfo().
I think it's a bug in JS, but I am not very good in debugging JS so can't really say anything more.
I'll try to test it from linux later and will let you know.
M.
2008-06-02 17:30:50 UTC in eXtplorer File Manager
-
When address in browser for extplorer is like:
http://www.example.com/extplorer/
then scripts are not loaded (404 fetchscript.php file not found)
Problem dissapears when address is;
http://www.example.com/extplorer/index.php
Problem probably is in includes/init.php with global server variable PHP_SELF which does not have the name of running script - SRIPT_FILENAME should be used...
2008-05-31 15:10:46 UTC in eXtplorer File Manager
-
Browsing directory drop down lists on level second and lower shows wrong (always the first on the list) directory not the current one.
Installed eXtplorer: 2.0.0.RC3
Web browser: Firefox 3 RC1.
2008-05-31 15:01:45 UTC in eXtplorer File Manager
-
I have the same problem in standalone installation.
Maurycy.
2008-04-03 10:21:54 UTC in eXtplorer File Manager
-
After exporting database to SQL file all string fileds
containing '0' (zero) are empty.
eg. should be:
INSERT INTO `table_name` VALUES (1, '0');
is:
INSERT INTO `table_name` VALUES (1, '');
The database is on Linux 2.4.26, PHP Version: 4.3.6
(Zend: 1.3.0), MySQL 3.23.54, Apache/1.3.27 (Unix)
mod_ssl/2.8.12 OpenSSL/0.9.6g
Browser: Mozilla Firefox PR1.0 on Windows (but I do not.
2004-09-24 08:16:16 UTC in phpMyAdmin
-
Hi, me again.
If you will set Bosco (v1.2) to public access and
someone will try to create an account will receive this:
Fatal error: Call to undefined function: createuser()
in /bosco/createaccount.php on line 21
I've found that in editusers.php is a different code
for user creation, althought there was CreateUser
function some time ago ;-)
else if ($action == "new")
{...
2004-02-18 16:04:59 UTC in Bosco Bug Tracking System
-
Well I do not know if this is bug in Bosco (v1.2) or in
my config, but after installation
(/bosco/install/install.php) I've run the
editparams.php script and got 10 times
Warning: Cannot use a scalar value as an array in
/bosco/functions.inc.php on line 525
and then some Smarty warnings and errors about unable
to find header.tpl files and DB Errors
I have made some modifications...
2004-02-18 16:00:17 UTC in Bosco Bug Tracking System
-
I was just preparing the installation that will update
(upgrade) the software to a newer (bugless I hope...)
version. And it was a little bit strange for me to read
that I am *installing* the software. So I thought about
possibility to add additional language strings for
update or upgrade option and some commands that allow
to maybe automatically or manually switch between
'install' and...
2003-12-19 12:38:25 UTC in Nullsoft Scriptable Install System
-
Logged In: YES
user_id=815572
Thanks for your solutions, I really like the NOTIFYHWND
option ;P
Thx again
Maurycy.
2003-11-21 19:27:19 UTC in Nullsoft Scriptable Install System
-
Logged In: YES
user_id=815572
Okey, another way: I have wroten an application that is
using NSIS to create installation of another application
based on settings on the first one. Application generates
the NSIS script and after running makensis to the file
should only be written errors, no warnings or info messages.
Then application checked the size output log file and if it
was zero then...
2003-11-21 19:05:46 UTC in Nullsoft Scriptable Install System