31
andrey3761
Re: Xoops Engine installation and testing

Quote:
Ok, what are you trying to do?


Not installed X3. Writes an error:
Warning: include(__DIR__/boot.php) [function.include]: failed to open streamNo such file or directory in /var/www/example.com/index.php on line 43

Warning
: include() [function.include]: Failed opening '__DIR__/boot.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear'in /var/www/example.com/index.php on line 43



Constant __DIR__ introduced in php 5.3 +.
In the version of php 5.2 it is not defined.



32
andrey3761
Re: Xoops Engine installation and testing

Can not install the version of php 5.2.6.
Not known constant __DIR__



33
andrey3761
Re: Happy Birthday Michael Beck (Mamba)

Happy Birthday Michael!
С днём рождения Михаил!



34
andrey3761
Re: Oxigene admin GUI transplation

GUI Oxigen is the theme administration panel by default.

\modules\system\themes\default\language\



35
andrey3761
Re: initvar DTYPE for TIMESTAMP

INT for UNIX_TIMESTAMP!
http://en.wikipedia.org/wiki/Unix_time



36
andrey3761
Re: initvar DTYPE for TIMESTAMP

$this->initVar( "date", XOBJ_DTYPE_INT, 0, false, 10 );



37
andrey3761
Re: 6GB smarty_cache

Replace with:

<link rel="shortcut icon" type="image/ico" href="<{xoImgUrl}>/icons/favicon.ico" />


Should work.



38
andrey3761
Re: 6GB smarty_cache

What is the content of the file "/themes/xoops_thm_exnews2/theme.html" ?



39
andrey3761
Re: Vebose Profile Module

The file dojsonvalidate.php need to turn off debugging.

include('../../mainfile.php');
add:
$GLOBALS['xoopsLogger']->activated = false;



40
andrey3761
Re: Vebose Profile Module

I. Russian Translate UTF-8http://xoops.svn.sourceforge.net/viewvc/xoops/XoopsLanguages/russian/modules/profile/1.62/

II. There are a couple of comments:

1) file /language/english/main.php

define('_PROFILE_MA_VALIDATIONFAILED', 'Validation didn\'t not veritfy, please try again!');

2) file /admin/validation.php in functions redirect_header($_SERVER['PHP_SELF'], 0, ***); need to set the time for 3 seconds.

III. How to create a validation field JSON?




TopTop
« 1 2 3 (4) 5 6 7 ... 13 »



Login

Who's Online

170 user(s) are online (83 user(s) are browsing Support Forums)


Members: 0


Guests: 170


more...

Donat-O-Meter

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

Latest GitHub Commits