361
tripmon
Re: Parse error
  • 2005/2/10 16:09

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


I'm getting a connection refused.

You may need to enable read permissions for the root dir. If that's not it, it's another permissions related issue.

appears your DNS records are ok, but I get conn. refused using www.ge-am.it, ge-am.it, and 62.149.128.72.

BTW you know that this nothing to do with xoops...

GL



362
tripmon
Re: Adding CSS to XHLDO
  • 2005/2/8 16:18

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


You can:

1) embed the style definitions as well as the id/style tags in the block html (block info below).

2) use existing, or create new styles in the *style sheet for your theme*, link to it, and code the tags in the block html.

3) create a new style sheet and link it to and code the tags in the block html.

-------------
these are the 2 files that control the html output.
xhld0_block_rss.html - xhld/templates
xhld0_block.html - xhld/templates
-------------
this file controls the output from the 2 files above
xhld0_block_mixed.html - xhld/templates/blocks

GL



363
tripmon
Re: Siemens Crew??? wtf
  • 2005/1/28 16:13

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


I SAW THAT TOO!!!

portuguese script kiddies....

for a better world????

Quick somebody call GIJOE,

PROTECTOR Needs to know!



364
tripmon
Re: Movie Module
  • 2005/1/20 9:07

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


Bang around in the module repository.

Take a look at any of the reviews modules (I like myReviews) if you just want to provide a link.

If you want to offer downloads, you need to use a download module, most of which allow for ratings and comments.

Either way you should find a good starting place, if not solution.

GL



365
tripmon
Re: xcgal scrolling thumbs
  • 2005/1/13 23:19

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


OK, here's what I found.

The center feature of the script does work (this is validated by the fact that the ABS centers are aligned.)

The key here is in the third digit, unfortunately the script is not interpreted the same by ie & mozilla, you can use this method to fix either, but it won't work for both...

(see script earlier in post) 0,0,*125*

In theory, this third digit denotes the Center of the object, but alas the math still doesn't add up properly. EG: I have a right col size of 261, theoretically, if I set the object properties to 0,0,130.5 the image should align in the center. I can't explain why yet, but this is not the case. With a setting of 0,0,168 (found by Monkeying method), it is perfectly centered in mozilla, akimbo as hell in IE.

The alternative (imso) is to rewrite the script using relative positioning or a table or css definition.

Let me know if this helps, or if you want more info...
It may be crude and ugly, but it works for 1 browser at a time.

I'll monkey around some more and see if I can re-write it for both browsers.

Trip



366
tripmon
Re: xcgal scrolling thumbs
  • 2005/1/13 21:42

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


Got install working, looking into it now....



367
tripmon
Re: XCGALLERY Admin Sections Blank FIX
  • 2005/1/13 21:20

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


I have seen posts similar to this one as well as posts inquiring about the DEBUG information...

Well, here is the Skinny (AKA FIX);

XCGAL upload resulted blank spaces or carrige returns (at least on my install) after the closing PHP tags on alot of the files.

Once I removed the blank spaces from all files in the include dir, as well as the admin Dir. the admin pages all work just fine. I think header.php in the admin dir was the lynchpin)

XCGAL debug is activated / deactivated in the pref's section. Just including this info as I saw a couple of posts floating around asking how to get rid of the debug info.

Hope this post can help out somebody else.
Trip



368
tripmon
Re: xcgal scrolling thumbs
  • 2005/1/13 20:42

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


LOL,

Bear, I tried to install xcgal to see if I could fix the issue, but my install is all whacked out & I cant get to the admin pages... Murphy's law.

If I can get it working, I will post a fix back up here. Until then I'm busy trying to figure out why this is the only module I cant get to install properly.




369
tripmon
XCGALLERY Admin Sections Blank
  • 2005/1/13 20:26

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


Hi.

XCGAL displays BLANK PAGES in ADMIN Section, except for the preferences page.

Running XOOPS 2.0.9.2, and xcgal 1.1 (using GD2), Free BSD, and PHP 4.3.6

XCGAL installed fine, I chm'd the albums and userpics Dirs to 777 before install.

Using:
http://www.MyDomain.com/modules/xcgal/admin.php?admin_mode=1&referer=%2Fmodules%2Fxcgal%2F
I can access the limited admin features available from this page.
Have successfully created an album and uploaded a pic.
Have successfully sent & recieved an E-Card from xcgal (though I was not able to view the card when I clicked the link in the generated e-mail)..

In other words, it seems to MOSTLY work...

Here's the Problem:
In the XOOPS Admin Section, if I try and click:
The XCGALLERY icon,
Admin Overview,
Categories,
Users,
Groups,
ECards,
Batch Add Pictures,

I get a blank page (Source [<html><body></body></html>]) with no debug info using PHP debug, Smarty, or MySql/Blocks.

I can click the prefs (from Same menu as outlined above) and it loads normally and all looks fine (But I notice the call is to admin.php as opposed to /xgal/admin.php).

So I am left being unable to configure Users, Groups, etc.

Have visited xoops2.org forums, verified I'm not running safe mode, tried the safe mode xcgal switch anyway, searched all xoops.org forum posts, ck'd dev.xoops.org, and taken a cursory look at the code before posting.

Any help would be highly praised and I can perform, provide any additional info.

Thanks,
Trip



370
tripmon
Re: SQL debug - execution time
  • 2005/1/12 15:08

  • tripmon

  • Module Developer

  • Posts: 462

  • Since: 2004/2/28


Looks like you need to spank the MySQL box around... that is WAY too long for any normal query.

Another baseling is checking your Smarty Template debug, nothing should really take more than around 0.03 seconds (in the top of smarty debug pop up). If Smarty is slow than you may want to look into webserver or PHP installation.

BTW, Yahoo! is having major PHP MySQL issues right now if they are your host.

GL




TopTop
« 1 ... 34 35 36 (37) 38 39 40 ... 44 »



Login

Who's Online

133 user(s) are online (66 user(s) are browsing Support Forums)


Members: 0


Guests: 133


more...

Donat-O-Meter

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

Latest GitHub Commits