491
JasonMR
Re: problem when using a LOT of modules
  • 2004/9/17 21:51

  • JasonMR

  • Just can't stay away

  • Posts: 655

  • Since: 2004/6/21


Yeah,

I have to agree and state again, someone needs to take care of redesigning the admin section. This is really a big concern of mine.

While scrolling parallel does work, it renders the whole idea of pop-up menus useless. This is especially annoying, as a few modules (without tweaking the code) only provide access to admin sections via the pop-up menu, having to resort to unnecessary manoveurs. I know I need a bit more exercise, but this really ain't it

I would like to take this opportunity, and again offer anyone working on such a project my time and assistance.



492
JasonMR
Re: Best Image Gallery For Xoops
  • 2004/9/17 21:40

  • JasonMR

  • Just can't stay away

  • Posts: 655

  • Since: 2004/6/21


Well Jason, if you had installed Gallery 1.3.3 you wouldn't ask such stupid questions



493
JasonMR
Re: Best Image Gallery For Xoops
  • 2004/9/17 21:10

  • JasonMR

  • Just can't stay away

  • Posts: 655

  • Since: 2004/6/21


Do you know of a way, to upload multiple images at once in myAlbum -P?

Or does anyone now of a module that would be capable of that? I don't want to singely upload every image that can be viewed on my site. Any suggestions?



494
JasonMR
Re: How do I delete unwanted template sets?
  • 2004/9/17 20:39

  • JasonMR

  • Just can't stay away

  • Posts: 655

  • Since: 2004/6/21


What about Sys Admin -> Template Manager



495
JasonMR
Re: Free Giveaway - New "Netquery" Needs a Home
  • 2004/9/16 4:21

  • JasonMR

  • Just can't stay away

  • Posts: 655

  • Since: 2004/6/21


Richard,

First of, thanks for providing your efforts.

Secondly, thanks for the great work!

A very nice module, though I first had to look around a bit, to notice, that it has no bocks, and therefore integration can be a little more difficult for a truly unexperienced user. Then again, this is not the kind of module, such a user would probably be interested in installing

Thanks again Richard.




496
JasonMR
Re: MySQL PHP Backup Module
  • 2004/9/15 11:45

  • JasonMR

  • Just can't stay away

  • Posts: 655

  • Since: 2004/6/21


I have been able to resolve the problem of using the admin/main.php interface for downloading the backup.

In your downloadable zip file, you have a <b><i>.htaccess</i></b> file, which needs to be deleted, as it prevents access.

Further I have noticed:
- It will only backup the first row, if all boxes are ticked
- any row below the first, will not be backed up; if i just try to backup the table given in the second row, as in ticking that box, and pressing backup, leads to a file with the following content:
Quote:

# Table backup from MySql PHP Backup
# AB Webservices 1999-2004
# www.absoft-my.com/pondok
# Integrated For XOOPS by SMD (http://www.xoopsmalaysia.org)
# Creation date: 15-Sep-2004 06:14
# Database: NAME_OF_MY_MYSQLDB

# Valid end of backup from MySql PHP Backup


I don't feel comfortable trying out your restore feature. Especially as the module hasn't been able to create a successfull backup.

Sorry, thats all the help I can offer at the moment. Hope it helps.



497
JasonMR
Re: MySQL PHP Backup Module
  • 2004/9/15 11:26

  • JasonMR

  • Just can't stay away

  • Posts: 655

  • Since: 2004/6/21


I am also testing your module.

Here is a PHPdebugging message (I had to shorten the actuall print out)

Quote:

Warning [PHP]: fopen(/home/jayro/public_html/jason/modules/mysqlbackup/admin/dbinfo.php): failed to open stream: Permission denied in file modules/mysqlbackup/admin/main.php line 47
Warning [PHP]: fwrite(): supplied argument is not a valid stream resource in file modules/mysqlbackup/admin/main.php line 48
Warning [PHP]: fwrite(): supplied argument is not a valid stream resource in file modules/mysqlbackup/admin/main.php line 49
Warning [PHP]: fwrite(): supplied argument is not a valid stream resource in file modules/mysqlbackup/admin/main.php line 50
Warning [PHP]: fwrite(): supplied argument is not a valid stream resource in file modules/mysqlbackup/admin/main.php line 51
Warning [PHP]: fwrite(): supplied argument is not a valid stream resource in file modules/mysqlbackup/admin/main.php line 52
Warning [PHP]: fwrite(): supplied argument is not a valid stream resource in file modules/mysqlbackup/admin/main.php line 53
Warning [PHP]: fwrite(): supplied argument is not a valid stream resource in file modules/mysqlbackup/admin/main.php line 58
Warning [PHP]: fwrite(): supplied argument is not a valid stream resource in file modules/mysqlbackup/admin/main.php line 58
Warning [PHP]: fwrite(): supplied argument is not a valid stream resource in file modules/mysqlbackup/admin/main.php line 58

Warning [PHP]: fwrite(): supplied argument is not a valid stream resource in file modules/mysqlbackup/admin/main.php line 58
.
.
.
over hundret repetitions of this line
.
.
.
Warning [PHP]: fwrite(): supplied argument is not a valid stream resource in file modules/mysqlbackup/admin/main.php line 62
Warning [PHP]: fwrite(): supplied argument is not a valid stream resource in file modules/mysqlbackup/admin/main.php line 63
Warning [PHP]: fclose(): supplied argument is not a valid stream resource in file modules/mysqlbackup/admin/main.php line 64
Warning [PHP]: chmod(): No such file or directory in file modules/mysqlbackup/admin/main.php line 65
Warning [PHP]: main(dbinfo.php): failed to open stream: No such file or directory in file modules/mysqlbackup/admin/main.php line 66
Warning [PHP]: main(): Failed opening 'dbinfo.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in file modules/mysqlbackup/admin/main.php line 66
Notice [PHP]: Undefined variable: numtables in file modules/mysqlbackup/admin/main.php line 80
Notice [PHP]: Undefined variable: table0 in file modules/mysqlbackup/admin/main.php line 86


These are the issues I have encountered:
- all tables where marked to be backedup, only first table actually gets backed up
- when I try to download backup, using the interface provided, I get a 403 (no permission) error, although directory and file are set to 777
- when completing a task on admin/main.php, it takes one back to admin/index.php. It would be nice, if it would return to admin/main.php, and the user wouldn't have to reenter all database info. As this will be especially unnverving, if one where to use the benefit of your module design, which allows for table selection

MySQL debugger gives me no print out.


So much for now.

BTW: there exists already a backup module. I still have the zip file, which you can download from backup.zip (as I can't find a link to a download or information page).
The code might interest you.
Update: just in case I have also uploaded the following files (I haven't tested any of these though!):
xoops2-mod_dbtools_v1_1.zip
xoops2-mod_eskuel.zip
http:jason.jayro.net/uploads/xoops2-mod_sqldump.zip]xoops2-mod_sqldump.zip



498
JasonMR
Re: IStat not updating!
  • 2004/9/15 10:57

  • JasonMR

  • Just can't stay away

  • Posts: 655

  • Since: 2004/6/21


Thats not all that important - in the sense of making the module work. The author had just included this part, to remind people of Privacy Issues (I guess).

BTW: I am also using 2.0.7 (as this is what I assume you meant).

Another issue, do all folder have the correct permissions set? Meaning, not only the changes given in the instructions, but are all the other folder set to 755 and files to 644?



499
JasonMR
Re: Add Yahoo! Messenger Status In Site Info Block
  • 2004/9/15 8:28

  • JasonMR

  • Just can't stay away

  • Posts: 655

  • Since: 2004/6/21


Sorry to hear, but I haven't got MSN installed (and don't really want to have it installed), so I hadn't been able to test it previously. Have you tried any of the other hosts, athttp://www.onlinestatus.org/ ?

Though if anyone wants to try and develop a script, this MSDN link might be of interest.



500
JasonMR
Re: IStat not updating!
  • 2004/9/15 8:25

  • JasonMR

  • Just can't stay away

  • Posts: 655

  • Since: 2004/6/21


Are you aware, that the admin isn't counted? Meaning, if you hope to see a change in the counter, when you yourself visit the site, I have to diapoint you.
Logout, and visit your site as regular user. Then logon again, and check if there where changes.

As with smdcom, I have it installed, as you, followed all instructions, and have no poblems. Therefore, this is the only issue I can think of, that might be causing your problem.




TopTop
« 1 ... 47 48 49 (50) 51 52 53 54 »



Login

Who's Online

256 user(s) are online (173 user(s) are browsing Support Forums)


Members: 0


Guests: 256


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