-
XOOPS 2.0.13.2
test on localhost
System -> Modules -> Shop -> Administration
not linking to login page
"You tried to access the address http://127.0.0.1http//
localhost/polfran/modules/shop/admin/login.php, which
is currently unavailable."
Solution is "/" on end url in file /xadmin/index.php:
case "admin":
echo'
2006-05-13 10:05:22 UTC in Zen Cart Xoops Integration
-
bug is in file: configuration_functions.php
alert:
A warning has occured due to your action.
While trying to select the hardware type for "kapsula", it
did not exist.
if I delete this line, then start work:
if( $GLOBALS['db']->num_rows() == 0 ) {
__ERROR__( __FILE__, __LINE__,
__CLASS__,
__FUNCTION__, 'While trying to select the hardware
type for...
2005-09-14 12:51:31 UTC in HelpCORE
-
Logged In: YES
user_id=1332130
bug is in file: configuration_functions.php
if I delete this line, then start work:
if( $GLOBALS['db']->num_rows() == 0 ) {
__ERROR__( __FILE__, __LINE__, __CLASS__,
__FUNCTION__, 'While trying to select the hardware type for
"'.addslashes($table).'", it did not exist.' );
}
aftet that is second bug in new file config_TYPE.php ( when
TYPE is...
2005-09-14 12:42:28 UTC in HelpCORE
-
New incidents add form have next nr #id on top not from
last saved incident + 1.
In table "incidents" in field "id" auto_increment
increasing without inserting records.
It looks like "add new incident" form create new empty
record of incident, but if incident is not save, then record
is deleted from table?
In efect nr of incidents can be much bigest then realy
saved incidents....
2005-08-24 12:06:33 UTC in HelpCORE
-
in area "normal maintainanhce" is link to
maint_supp_hist.php not to maint_hist.php :
// Normal maintainanhce
//
// Later
else {
$days_to_next_maint =
($dfe_next-$now_dfe). ' ('.db_to_human_date(
array_to_db_time( epoch_to_dmy($dfe_next) ) ).')';
}
if( ( isset($_GET['overdue']) && (
($dfe_next-$now_dfe) > 0 ) ) || ( ...
2005-08-22 13:24:51 UTC in HelpCORE