21
chefry
Re: new install errors
  • 2013/6/10 11:11

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


my server isn't planning to upgrade to 5.3 for about 6 months

so do you think the errors with Userlog are related to that?



22
chefry
new install errors
  • 2013/6/10 10:27

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


just uploaded my rebuilt and updated website to the server

XOOPS Version XOOPS 2.5.6
PHP Version 5.2.14
mySQL Version 5.0.77-log
Server API apache2handler
OS Linux

Here are the modules and errors I get


TDM Downloads Version : 1.5

NoticeUndefined variableinfos_module in file /modules/TDMDownloads/admin/index.php line 145 
Notice
Undefined variableinfos_module in file modules/TDMDownloads/admin/index.php line 148 
Notice
Undefined variableinfos_module in file /modules/TDMDownloads/admin/index.php line 149


TDM Picture Version : 1.05

NoticeConstant _AM_TDMPICTURE_CAT already defined in file /modules/TDMPicture/language/english/admin.php line 103


Also it see's these subdirs as NOT 777, but they are
/var/www/xxx/data/www/xxx.net/modules/TDMPicture/upload/ : 777
/var/www/xxx/data/www/xxx.net/modules/TDMPicture/upload/cat/ : 777
/var/www/xxx/data/www/xxx.net/modules/TDMPicture/upload/thumb/ : 777

Userlog Version : 1.01

Warningmkdir() [function.mkdir]: Permission denied in file /class/file/folder.php line 529 
Warning
mkdir() [function.mkdir]: No such file or directory in file /class/file/folder.php line 529 
Warning
mkdir() [function.mkdir]: No such file or directory in file /class/file/folder.php line 529 
Warning
json_encode() expects exactly 1 parameter2 given in file /modules/userlog/class/log.php line 282 
Warning
json_encode() expects exactly 1 parameter2 given in file /modules/userlog/class/log.php line 214 
Warning
json_encode() expects exactly 1 parameter2 given in file /modules/userlog/class/log.php line 214 
Warning
json_encode() expects exactly 1 parameter2 given in file /modules/userlog/class/log.php line 214 
Warning
json_encode() expects exactly 1 parameter2 given in file /modules/userlog/class/log.php line 214 
Warning
json_encode() expects exactly 1 parameter2 given in file /modules/userlog/class/log.php line 214 
Warning
json_encode() expects exactly 1 parameter2 given in file /modules/userlog/class/log.php line 214



All other modules are working without any errors showing in debug


but there is still the issue of icon display in preferences

Resized Image



and the issue of the help section being always DOWN in the backend

Resized Image


I used the image manager as an example because it has the smallest help section, but it constantly appears in all of them

Anyway, I hope this helps a few people with their debugging



23
chefry
Re: protector errors
  • 2013/6/10 10:03

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


never mind, i fixed it

/xoops_lib/modules/protector/configs/

has to be chmod 777



24
chefry
protector errors
  • 2013/6/10 9:56

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


I just uploaded the rebuilt website to the live server

On the localhost there were no errors

On the live server i get

Warning: fopen(/xoops_lib/modules/protector/configs/configcache4a41c7) [function.fopen]: failed to open stream: Permission denied in file /xoops_lib/modules/protector/class/protector.php line 144
Warning: fwrite(): supplied argument is not a valid stream resource in file /xoops_lib/modules/protector/class/protector.php line 145
Warning: fclose(): supplied argument is not a valid stream resource in file /xoops_lib/modules/protector/class/protector.php line 146

is there a fix for this?



25
chefry
Re: QR Code Generator
  • 2013/6/9 22:25

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


it's been a long time but if i remember correctly, the theme.html called for xoscripts.html and it wasn't included in the theme. so i created a blank one

So I put all the <title> script from theme.html into xoscripts.html and deleted it from theme.html

I played with the order a little and got it to display how i want it, and your qr module now works like a charm



26
chefry
Re: QR Code Generator
  • 2013/6/9 20:04

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


HA!!!! found it

There was another html file that did nothing but add the title

so i cut the title info from the theme html and pasted it into the other file

Works GREAT now!!!

Obviously that was my title problem all along

Thanks for finding that geekwright

It also fixed the favicon.ico problem

I'll let you know when I get all the bugs out of the new site and upload it, then you can register



27
chefry
Re: QR Code Generator
  • 2013/6/9 19:39

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


well CRAP!!!
That could explain a lot

this is my head info

<head> <!-- do not remove framework by bleekk www.bleekk.com --> <!-- Theme name --> <{assign var=theme_name value=$xoTheme->folderName}> <!-- Directory html files --> <{assign var=theme_name value=$xoTheme->folderName|cat:'/xotpl'}> <!-- Directory html plugins files --> <{assign var=theme_plugin value=$xoTheme->folderName|cat:'/xoplugins'}> <!-- Additionals Scripts --> <{includeq file="$theme_name/xoscripts.html"}> <!-- Titel und meta --> <meta http-equiv="Content-Type" content="text/html; <{$xoops_charset}>"/> <title> <{if $xoops_array_pagetitle}> <{foreachq item=xo_title from=$xoops_array_pagetitle}> <{$xo_title}> : <{/foreach}> <{/if}> <!-- irmtfan for backward compatibility --> <{if $xoops_pagetitle !=''}> <{$xoops_pagetitle}> : <{/if}> <{$xoops_modulename}> : <{$xoops_slogan}> : <{$xoops_sitename}> </title> <meta name="robots" content="<{$xoops_meta_robots}>" /> <meta name="keywords" content="<{$xoops_meta_keywords}>" /> <meta name="description" content="<{$xoops_meta_description}>" /> <meta name="rating" content="<{$xoops_meta_rating}>" /> <meta name="author" content="<{$xoops_meta_author}>" /> <meta name="copyright" content="<{$xoops_meta_copyright}>" /> <meta name="generator" content="Xoops" /> <!-- Favicon --> <link rel="shortcut icon" type="image/ico" href="<{xoImgUrl icons/favicon.ico}>" /> <link rel="icon" type="image/png" href="<{xoImgUrl icons/icon.png}>" /> <!-- CSS --> <link rel="stylesheet" type="text/css" media="all" title="Style sheet" href="<{xoAppUrl xoops.css}>" /> <link rel="stylesheet" type="text/css" media="all" href="<{xoImgUrl style.css}>" /> <!-- Module Header --> <{$xoops_module_header}> </head>


what can i get rid of?



28
chefry
Re: 2.5.6 icon.ico
  • 2013/6/9 18:57

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


did all that Tarik

it shows the correct icon in the source view and when i access the url directly

firefox is ok, the problem is with chrome



29
chefry
Re: QR Code Generator
  • 2013/6/9 17:36

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


thanks geekwright

I got the code centered and sized so it fits the theme

but it's only picking up the name of the site and not the page name

I need it just for publisher and publisher clones



30
chefry
Re: QR Code Generator
  • 2013/6/9 13:11

  • chefry

  • Home away from home

  • Posts: 1005

  • Since: 2006/10/14


it's publisher, and it's not picking it up

it won't be clickable because it's on localhost, but it seems to me it should pick up the title, etc

there should be a way to realign the image in the qr block, but if there is, i can't find it. the only dimensions i can find relate to the popup, not the block




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



Login

Who's Online

222 user(s) are online (147 user(s) are browsing Support Forums)


Members: 0


Guests: 222


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