41
jdseymour
Re: Can't Login in xoops

You may have a corrupt session table. Using phpmyadmin empty it then repair it.



42
jdseymour
File permissions in full install gzip archive

Any reason why the file permissions are set to 755 in the gziped full install? Should be 644?



43
jdseymour
Re: XOOPS 2.3.3 Final Issues

Any ideas about the AMS spotlight problem I started earlier in this thread. I did download the full version and uploaded files in case some were (possibly) missing in the upgrade package, but I still have the same problem - The main spotlight block does not show, but the Other Articles list still does.

I can't seem to find the problem here.



44
jdseymour
Re: XOOPS 2.3.3 Final Issues

It does not explicitly list it. Here is the code for the spotlight blocks:

Quote:
$modversion['blocks'][$block_count]['file'] = "ams_spotlight.php";
$modversion['blocks'][$block_count]['name'] = _AMS_MI_NEWS_BNAME12;
$modversion['blocks'][$block_count]['description'] = "Spotlight articles";
$modversion['blocks'][$block_count]['show_func'] = "b_ams_spotlight_show";
$modversion['blocks'][$block_count]['edit_func'] = "b_ams_spotlight_edit";
$modversion['blocks'][$block_count]['options'] = "10|1|".$spotlight_templates_list[0];
$modversion['blocks'][$block_count]['template'] = 'ams_block_spotlight.html';

$block_count++;


Thanks.



45
jdseymour
Re: XOOPS 2.3.3 Final Issues

Yes, I agree, but the creation date (or last modified) was Sept 11 2008. ams_block_spotlight_ams_right.html is there. But I believe the problem is with ams_block_spotlight_ams_center,html. it is there, but the warning under errors mention that one, and it is not showing on my home page.



46
jdseymour
Re: XOOPS 2.3.3 Final Issues

Quote:

Catzwolf wrote:
1. I will have a look at the protector issue for you, hopefully the code will through some light on the issue.

2. Just update your AMS module and look to see if the template actually exists in the package.


Yes, all templates exist. I do have a ams_block_spotlight_ams_right.html.php that does not, but not a template file. Do not know what it is doing there, but was created when I updated the module last.

I did update AMS in the module admin, but made no difference.



47
jdseymour
Re: XOOPS 2.3.3 Final Issues

Thanks Catz,

The directory was not there. I created it, first tried 775 (writable by my server) did not work. Then tried it at chmod 777, still have the same warning.



48
jdseymour
Re: XOOPS 2.3.3 Final Issues

I seem to have come up with a couple of problems.

1. in the forum kioivi does not show preview (only title), but all other editors do. All I get in debug are the following warnings:

Warning: fopen(/xxx/xxxx/xxxx/warpigw2.com/xoops_lib/modules/protector/configs/configcachedd8af6) [function.fopen]: failed to open stream: Permission denied in file /xxxx/xxx/xxxx/warpigw2.com/xoops_lib/modules/protector/class/protector.php line 136
Warning: fwrite(): supplied argument is not a valid stream resource in file /xxx/xxxx/xxxx/warpigw2.com/xoops_lib/modules/protector/class/protector.php line 137
Warning: fclose(): supplied argument is not a valid stream resource in file /xxx/xxxx/xxxx/warpigw2.com/xoops_lib/modules/protector/class/protector.php line 138
Warning: MyTextSanitizer::makeTareaData4Show is deprecated in file /class/module.textsanitizer.php line 699
Warning: MyTextSanitizer::makeTareaData4Show is deprecated in file /class/module.textsanitizer.php line 699

The mytextsanitizer one repeats over 100 times.

2. My AMS spotlight block no longer shows. Again warnings:

Warning: Smarty error: unable to read resource: "db:ams_block_spotlight_center.html" in file /class/smarty/Smarty.class.php line 1092
Notice: Deprecated function 'mod_getUnameFromIds', use XoopsUserUtility directly. in file /Frameworks/art/functions.user.php line 26

Using the latest AMS module.

Thanks



49
jdseymour
Re: How do I duplicate the "new" module so I have 2 copies running on 1 site?

You would have to rename every instance of the original module name within the module as well as rename all tables to be created in the sql file for installation. Some modules have a built in clone feature that makes it much easier. Smartsection is one with this feature. But they also have a smartclone module that would have to be downloaded from subversion (as it is not released yet. I have tried that one on a recent job and it worked very well.



50
jdseymour
Re: How to upload from Localhost?

If it is on localhost, you have a folder that XOOPS is installed in like /var/www/html or /home/user/public_html depending on your setup. Just copy or move the files to the needed folder. No need to upload.




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



Login

Who's Online

233 user(s) are online (149 user(s) are browsing Support Forums)


Members: 0


Guests: 233


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