31
noo-b
Re: Problem with mytube after php upgrade
  • 2014/6/10 2:26

  • noo-b

  • Just can't stay away

  • Posts: 456

  • Since: 2007/10/23


this is solved...Credits and a big thank you to skenow

if anyone here having the same problem..here is the solution

Quote:

skenow wrote:
If you were to look at your server PHP logs, you might be able to pinpoint the problems. But, here's my guess - there are very few things in PHP 5.4 that will cause fatal errors that didn't cause them on 5.3. Using a superglobal ($_GET, $_POST, $_FILE) as a function parameter is one of them.

http://us.php.net/manual/en/migration54.incompatible.php

Looking for that, I find this is happening in include/functions.php in 1 function - xtube_uploading.

function xtube_uploading$_FILES$uploaddir 'uploads'$allowed_mimetypes ''$redirecturl 'index.php'$num 0$redirect 0$usertype ) {
    global 
$_FILES$xoopsConfig$xoopsModuleConfig$xoopsModule;


You should be able to just change it to
function xtube_uploading$files$uploaddir 'uploads'$allowed_mimetypes ''$redirecturl 'index.php'$num 0$redirect 0$usertype ) {
    global 
$files$xoopsConfig$xoopsModuleConfig$xoopsModule;


and you'll be fine.



32
noo-b
Re: MyMenus Module with Drag & Drop (1.50 Beta 1)
  • 2014/6/10 0:40

  • noo-b

  • Just can't stay away

  • Posts: 456

  • Since: 2007/10/23


Great module....thanks to all

would be great if it support n have menu/skin like megamenu

eg:
http://www.dynamicdrive.com/dynamicindex1/ddmegamenu.htm



33
noo-b
Problem with mytube after php upgrade
  • 2014/6/9 1:51

  • noo-b

  • Just can't stay away

  • Posts: 456

  • Since: 2007/10/23


Recently my host upgraded to php 5.4.29 from php 5.3xx

i noticed when opening the mytube module..i received blank page..

turning on the debug reveals no error

all other modules seems ok

Im using
XOOPS 2.57
mytube 1.05
php 5.429
mysql 5.5.36-cll

mytube module works without problem before the upgrade

i have tried XOOPSTUBE module but the custom video is not working




34
noo-b
Re: Smarty tags to derive content from profile module and display it only in one (xoops) group
  • 2014/4/30 14:53

  • noo-b

  • Just can't stay away

  • Posts: 456

  • Since: 2007/10/23


take a look at this old thread..maybe you can get some idea

:: view by group
https://xoops.org/modules/newbb/viewtopic.php?post_id=325512#forumpost325512
https://xoops.org/modules/newbb/viewtopic.php?topic_id=32938

:: calling custom field from profile module
https://xoops.org/modules/newbb/viewtopic.php?topic_id=68104
https://xoops.org/modules/newbb/viewtopic.php?topic_id=68867
https://xoops.org/modules/newbb/viewtopic.php?post_id=301524#forumpost301524

you can do this in profile module...but not sure if this possible to refrence it outside profile module

example in profile/userinfo.php you can put this at the end end some where before line with //userinfo

$mycustomfieldname $profile->getVar('mycustomfieldname');
$xoopsTpl->assign('mycustomfieldname',$mycustomfieldname);


in profile template you can use this
<{$mycustomfieldname}>



35
noo-b
Sorting name of module in xoops admin alphabetically
  • 2014/4/8 6:42

  • noo-b

  • Just can't stay away

  • Posts: 456

  • Since: 2007/10/23


Hi

how do i sort the list of the module in the menu alphabetically in the XOOPS Administration Panel?

Resized Image

just like in the sub menu

is there any hack ? i Got a lot list of module, would be easy if it is sorted alphabetically

TQ.



36
noo-b
Re: XOOPS 2.5.7 Beta 1 Released for Testing
  • 2014/4/2 9:06

  • noo-b

  • Just can't stay away

  • Posts: 456

  • Since: 2007/10/23



Missing Language definiton for _AM_NSRID

when there is no special rank id

Resized Image



37
noo-b
Re: Admin interface for theme
  • 2014/2/6 0:05

  • noo-b

  • Just can't stay away

  • Posts: 456

  • Since: 2007/10/23


Nice work ..hope this can turn into a module

Quote:
xFreshUi admin theme coming...
XOOPS don't stop ;)


btw..Angelrocha is also working on admin theme

https://xoops.org/modules/news/article.php?storyid=6557&com_id=57009&com_rootid=57009&#comment57009





38
noo-b
Re: System broke down???
  • 2014/1/10 6:25

  • noo-b

  • Just can't stay away

  • Posts: 456

  • Since: 2007/10/23


1. maybe your host upgrade something ?

2. I faced this issue too sometime..not sure if its a browser issue or xoops issue preferences is not save..cant edit block. cant post article etc

what i did to make it to back to normal was to clean the xoops cache in adminn panel

you can also clean it manually..in cpanel xoops_data/cache/ empty the smarty compile, smarty cache and xoops cache folder leave the index.html file..

and clear the browser history... try that if it helps



39
noo-b
Re: Publisher and SEO
  • 2014/1/8 0:09

  • noo-b

  • Just can't stay away

  • Posts: 456

  • Since: 2007/10/23


try this

https://xoops.org/modules/newbb/viewtopic.php?topic_id=71131



40
noo-b
Re: Publisher and SEO
  • 2014/1/7 6:33

  • noo-b

  • Just can't stay away

  • Posts: 456

  • Since: 2007/10/23


Maybe this help

https://xoops.org/modules/newbb/viewtopic.php?post_id=356429

or try google Redirect Old Url to new url htaccess




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



Login

Who's Online

185 user(s) are online (121 user(s) are browsing Support Forums)


Members: 0


Guests: 185


more...

Donat-O-Meter

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

Latest GitHub Commits