21
Lupin
Re: About adslight 2.3 RC3
  • 2020/2/1 15:11

  • Lupin

  • Just popping in

  • Posts: 92

  • Since: 2007/6/1 2


TY Mamba ...

a further strange thing ( in my opinion ) : I see at bottom of "adslight_item_tpl "

<!-- Block Comment -->
    <
div style="text-align: center; padding: 3px; margin:3px;">
        <{
$commentsnav}>
        <{
$lang_notice}>
    </
div>
    <
div style="margin:3px; padding: 3px;">
        <{if 
$comment_mode == "flat"}>
            <{include 
file="db:system_comments_flat.tpl"}>
        <{elseif 
$comment_mode == "thread"}>
            <{include 
file="db:system_comments_thread.tpl"}>
        <{elseif 
$comment_mode == "nest"}>
            <{include 
file="db:system_comments_nest.tpl"}>
        <{/if}>
    </
div>
<{/if}>


But no link to admin pages , no comments mode selectors , no "add comment" buttons ...

strange, isn't it?

Pino



22
Lupin
Re: A big surprise for 2020
  • 2020/2/1 13:37

  • Lupin

  • Just popping in

  • Posts: 92

  • Since: 2007/6/1 2


Mhhhh , there is life in this planet ...



23
Lupin
About adslight 2.3 RC3
  • 2020/1/31 21:37

  • Lupin

  • Just popping in

  • Posts: 92

  • Since: 2007/6/1 2


I'm working about this module and this tools:

xoops 2.5.10
PHP 7.2
MySql 5.6.44

1) I am not able to set different permission for anonymus other than blank ; when I try , I am directed to homepage.
2) strange situations also to edit ads ... the first concerns the fact that once an ad has been positively loaded, using the DHTML editor I cannot edit the additional text; by the way, if I add an image with the image manager ( during the first load ) , when I open the editor I don't see the DHTML code, but an html code.

the second concerns the fact that I can ONLY post by clicking on the "click here" button on the index page (where the add.php file works); if I try to post an ad through the subcategories (where the addlisting.php file works), I am redirected to the Home page.

I hope this can be useful.

Ah, I use xswatch theme, editing the "dark" version.

Pino



24
Lupin
Re: Cannot enter in PUBLISHER module administration ... but "sometimes" ...
  • 2020/1/30 19:41

  • Lupin

  • Just popping in

  • Posts: 92

  • Since: 2007/6/1 2


Of course , no more service interruptions !

TY

Pino



25
Lupin
Re: Cannot enter in PUBLISHER module administration ... but "sometimes" ...
  • 2020/1/24 19:44

  • Lupin

  • Just popping in

  • Posts: 92

  • Since: 2007/6/1 2


TYVM Mamba ,

I will report.

Pino



26
Lupin
Re: Cannot enter in PUBLISHER module administration ... but "sometimes" ...
  • 2020/1/23 16:50

  • Lupin

  • Just popping in

  • Posts: 92

  • Since: 2007/6/1 2


Is anyone working on this problem?
Since yesterday none of the administrators has managed to enter the administration panel of the module !!!
Since we would soon need to go into production, is it possible to have a version without this "automatic data collector"?

Thanks

Pino



27
Lupin
Re: Cannot enter in PUBLISHER module administration ... but "sometimes" ...
  • 2020/1/17 15:49

  • Lupin

  • Just popping in

  • Posts: 92

  • Since: 2007/6/1 2




Unfortunately the problem has been repeated ... the two errors (the same) have only moved to lines 127 and 128 ...

Quote:
Notice: Trying to get property 'tag_name' of non-object in file /modules/publisher/class/Common/VersionChecks.php line 127 Error: Error: Cannot use object of type stdClass as array in file /modules/publisher/class/Common/VersionChecks.php line 128


Here the mod.

(#100)
public static function checkVerModule($helper$source 'github'$default 'master')
    {
        
$moduleDirName      basename(dirname(dirname(__DIR__)));
        
$moduleDirNameUpper mb_strtoupper($moduleDirName);
        
$update             '';
        
$repository         'XoopsModules25x/' $moduleDirName;
        
//        $repository         = 'XoopsModules25x/publisher'; //for testing only
        
$ret             '';
        
$infoReleasesUrl "https://api.github.com/repos/$repository/releases";
        if (
'github' === $source) {
            if (
function_exists('curl_init') && false !== ($curlHandle curl_init())) {
                
curl_setopt($curlHandleCURLOPT_URL$infoReleasesUrl);
                
curl_setopt($curlHandleCURLOPT_RETURNTRANSFERtrue);
                
curl_setopt($curlHandleCURLOPT_SSL_VERIFYPEERfalse);
                
curl_setopt($curlHandleCURLOPT_HTTPHEADER, ["User-Agent:Publisherrn"]);
                
$curlReturn curl_exec($curlHandle);
                if (
false === $curlReturn) {
                    
trigger_error(curl_error($curlHandle));
                } elseif (
false !== strpos($curlReturn'Not Found')) {
                    
trigger_error('Repository Not Found: ' $infoReleasesUrl);
                } else {
                    
$file              json_decode($curlReturnfalse);
                      
/* nuovo if */
                    
if (json_last_error() !== JSON_ERROR_NONE) {
                        
curl_close($curlHandle);
                        return [];
                    } 
/* fine nuovo if */
                    
$latestVersionLink sprintf("https://github.com/$repository/archive/%s.zip"$file reset($file)->tag_name $default);
                    
$latestVersion     $file[0]->tag_name;
                    
$prerelease        $file[0]->prerelease;
(
#129)



28
Lupin
Re: Cannot enter in PUBLISHER module administration ... but "sometimes" ...
  • 2020/1/16 19:34

  • Lupin

  • Just popping in

  • Posts: 92

  • Since: 2007/6/1 2


TYVM Goffy ,

tomorrow you will have the report.

Pino



29
Lupin
Re: JQuery problems for MAC OS ?
  • 2020/1/16 15:34

  • Lupin

  • Just popping in

  • Posts: 92

  • Since: 2007/6/1 2





30
Lupin
Cannot enter in PUBLISHER module administration ... but "sometimes" ...
  • 2020/1/16 15:30

  • Lupin

  • Just popping in

  • Posts: 92

  • Since: 2007/6/1 2


OK, this is really strange ...

Sometimes (without any apparent connection with times or activities ...) we are unable to enter the module administration (version 1.07 final, xoops 2.5.10).
It almost always happens after inserting new categories or items ... but I'm almost sure that it is purely random.
Given the frequency of the problem I activated the debugging and here I report what I read:
1) on the web page: Error : Error: Cannot use object of type stdClass as array
2) in debugging: Errors
Notice: Trying to get property 'tag_name' of non-object in file /modules/publisher/class/Common/VersionChecks.php line 122
Error: Error: Cannot use object of type stdClass as array in file /modules/publisher/class/Common/VersionChecks.php line 123


One question: is it possible to know when the last modification was made to the module?

Thank you

Pino




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



Login

Who's Online

185 user(s) are online (105 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