331
kerkyra
Re: Error with Print of an Ad - Catads v 1.40
  • 2008/2/22 8:43

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


this is a language string constant that is not defined in the language file! Search in the language folder of the module for the main.php file and add it by yourself, or find the line of code that has this constant and check if there are any errors...(ie: is the zero at the end part of it or someone forgot to put a space between them...) hope this helps...
www.guidemap.gr - Beta is out...



332
kerkyra
Re: login problem with 2.0.18.1 rc
  • 2008/2/22 8:37

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


right now you are using the default iso-8859-1 mate! have a look in the forums it says how to change it if you really need to. I tried using utf with greek language and had the login problems...till this is sorted i suggest you stick with latin1.
www.guidemap.gr - Beta is out...



333
kerkyra
Re: Xoops 2.0.17 and XOOPS EXM
  • 2008/2/22 8:34

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


Xoops hack requirements
Quote:

This modules is only compatible with release 2.0.17 from xoops.org
And will not work on a web hosting with SAFE_MODE and without functions rename, copy and fopen.


not very convenient for everyone...

this is the link...
https://xoops.org/modules/news/article.php?storyid=4013
www.guidemap.gr - Beta is out...



334
kerkyra
Re: login problem with 2.0.18.1 rc
  • 2008/2/21 22:16

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


i had the login problem whith a clean install od rc1 2.0.18 and utf encoding! When i changed the encoding to iso the problem was solved! What kind of encoding do you use guys??
www.guidemap.gr - Beta is out...



335
kerkyra
Re: Xoops 2.0.17 and XOOPS EXM
  • 2008/2/21 22:09

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


is there any way to implement it in 2.0.18? why wasn't included in the 2.0.18 version after all? its the best core hack ever! much needed as the current admin section is for sure not flexible!!! I think the 2.0.18 version should have been more up to dated (even if that means delaying it) inluding a few hacks offered by the community! I hate to have to re-applying them each time i upgrade to a newer version of xoops! Is the remember me option included in 2.0.18? perhaps the captcha in the register form? the admin section (EXM)? I think at least those 3 should be included! anyways its just my humble opinion that core developers should take into consideration the community feedback in the versions to come! the code is there! just include it!
www.guidemap.gr - Beta is out...



336
kerkyra
Re: error
  • 2008/2/21 12:29

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


after a lil digging around, i found on a tutorial that for deleting something from the db its better to use

Quote:
$xoopsDB->queryF("DELETE FROM ".$xoopsDB->prefix("db_name")."


instead of

Quote:
$xoopsDB->query("DELETE FROM ".$xoopsDB->prefix("db_name")."


so i did that to my code and worked fine! Dont know why it didnt work in the first place, all of my other functions work fine like that! Anyway i post this here in case someone else faces the same problem...
www.guidemap.gr - Beta is out...



337
kerkyra
Re: error
  • 2008/2/20 14:48

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


bump?
www.guidemap.gr - Beta is out...



338
kerkyra
error
  • 2008/2/19 23:39

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


hi i'm trying to make a function to delete one record from the db! the code is the following

Quote:

function delPckg()
{
global $xoopsDB, $HTTP_GET_VARS, $eh;

$pckid = intval($HTTP_GET_VARS["pckid"]);

$xoopsDB->query("DELETE FROM ".$xoopsDB->prefix("addresses_packages")." where pckid=$pckid") or $eh->show("0013");

redirect_header("packages.php",1,_MD_DBUPDATED);

xoops_cp_footer();
}


i have made more functions like this that work fine! This one just keeps giving me the 0013 error! anybody has any ideas why?
www.guidemap.gr - Beta is out...



339
kerkyra
Re: Login Problems
  • 2008/2/17 12:49

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


anyone?
www.guidemap.gr - Beta is out...



340
kerkyra
Re: Login Problems
  • 2008/2/16 21:44

  • kerkyra

  • Just can't stay away

  • Posts: 553

  • Since: 2005/2/14


hallo there, i just installed the new version of xoops, 2.0.18 rc1. I get the same prob in IE AND firefox. Custom session is off, but yet when i log in, it shows a session number on the url (redirects me to
www.myurl.com/Index.php?&PHPSESSID=blablabla
)with capital I...
, shows the welcome message, but then i cant go in the administration area (because when i click on the link,it tries to get me there without adding the session in the url)!No access! I must say that i dont have this problem when using latin character sets!! When i use utf language files this happens although everything else is fine! I remember this since 2.0.15 is somebody going to tell us what is going on with this error or fix it for good? It gets quite annoying!

Use custom session is of
repairing the db is not working and even if it did, this is not how this problem can or should be solved

i notice here the character encoding is utf-8, why are the language files of the installation package in latin?
is there a utf-8 package of XOOPS we could download directly?
how is it possible to login to some and not loggin in to others???
www.guidemap.gr - Beta is out...




TopTop
« 1 ... 31 32 33 (34) 35 36 37 ... 40 »



Login

Who's Online

208 user(s) are online (135 user(s) are browsing Support Forums)


Members: 0


Guests: 208


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits