11
luthermartin
Re: Imagemanager batch uploads

rgauci,
I have the same problem, but I am using xcGallery, which has a batch function in its menu, but I cannot get it to work. So far, I can only insert images manually using it. On the other hand, I cannot get module myalbum-p-2.9 to work in Xoops 2.4.4.

You may want to take a look at module xcgallery version 1.10. Maybe you can get the batch function to work. If I can get the batch menu to work, I will post it.



12
luthermartin
webmaster appearring in Username for anonymous users

XOOPS Version: 2.4.4
Module Name/Version: na
PHP Version:5.2 +
MySQL Version: 5.1.45
Web Server Software (Apache/IIS/Other): Apache
Operating System: Vista
Theme you are using: default
Custom template: (Yes/No) No
PHP Debug Messages: na
MySQL Debug Messages: na
Smarty Debug Messages: na
Site URL:http://montereybayimages.com

A full description of the issue:
In the Xoops, admin, Preferences Main >> >> General Settings, I have repeatedly set "Username for anonymous users." as anonymous, but after I click GO! to update the database, the "Username for anonymous" reverts to the name webmaster.

I checked my groups settings and those appear normal

I searched the Forums, but this does not seem to have happenned to anyone else. Does anyone have any idea why this is occurring and how to fix it?



13
luthermartin
Possible Language File Problem.

XOOPS Version: 2.4.4
Module Name/Version:
PHP Version:5.2 +
MySQL Version: 5.1.45
Web Server Software (Apache/IIS/Other): Apache
Operating System: Vista
Theme you are using:
Custom template: (Yes/No)
PHP Debug Messages: None
MySQL Debug Messages: None
Smarty Debug Messages: None

A full description of the issue: I am using the module, xoops2_mod_rmsoft.gallery_1.1_xoopsbr.org. This module is based on the Spanish Language. The problem that I am having is that none of the images/icons are displaying on screen, I am getting nothing but place holders.

I have checked the module's installation folders and many of the images are there. A few are not in the image folders and this is evidenced through simple property checks on each place holder, without searching each and every folder on the server.

I checked the folder permissions for each image/icon that is not appearing and made sure that their folders on the server are set to 0777.

I do not know what else it is that I can do to get the images/icons to appear.

Perhaps there is a problem with the need for a language file? I am also unable to send email from the modules emailing facilities. Could someone comment on what I can do to correct these problems with this gallery module.



14
luthermartin
Re: Need to remove a left over database table.

I found a PhpMyAdmin tutorial, read it, and did exactly as you have posted here. Your explanation is concise enough that it should be in the FAQS.Another Newbie will certainly need the information as XOOPS does not seem to flush information from its databases.



15
luthermartin
Need to remove a left over database table.

XOOPS Version: 2.4.4
Module Name/Version:
PHP Version:5.2 +
MySQL Version: 5.1.45
Web Server Software (Apache/IIS/Other): Apache
Operating System: Vista
Theme you are using: XOOPS Default
Custom template: (No)
PHP Debug Messages: None
************************************************
MySQL Debug Messages: Unable to install rmgallery. Error(s):


Installing RM+Soft GS

Table 'xoops__rmgal_categos' already exists


Back to Module Administration page
Smarty Debug Messages: None
************************************************
A full description of the issue: See the following.
I removed RM+Gallery 1.1 from my sight and tested other gallery modules, because parts of RM+Soft GS Gallery module seem to be incomplete or just not working. Specifically, the email section of the module did not work and it is lacking icon images that represent the email menu directions.

I properly removed the module using the regular XOOPS Admin menu. However, the removal left the RM+Soft Gallery module's table remaining within my database table. I found this out, when I tried to re-install the module because none of the rest of the Gallery Modules will work with my XOOPs 2.4.4 installation.

How do I flush the table or remove it from my database?
Also, is anyone aware of a gallery module that has been updated to work with XOOPs 2.4.4?



16
luthermartin
Re: Cannot Access Admin on Xoops

Solved by re-installation.



17
luthermartin
Cannot Access Admin on Xoops

Xoops Ver: 2.4.4
Zox
Site: montereybayimages.com

For some reason, I cannot access my Xoop's Admin page, even using the proper user name and password.

My site is up and running, but I cannot get to Xoop's admin or even log myself in as another user.Xoops refused to register another user.

Only one use is listed in the database and the database email field was edited in My PHP Admin to remove you@yourmain.com and set it to admin@montereybayimages.com.

Error codes:
Errors
"Could not instantiate mail function.

Confirmation Mail for webmaster mailed."

Incorrect login!

After trying to get email to send a password, I got the following errors:
Could not instantiate mail function.
Sorry, no corresponding user found.

The other module's and Zox admin work well and I have no problems with them. Only access to Xoop's admin fails.

Is it possible to reset the database and get back to my admin account. The Windows update removed my new back up during restore and left me with an earlier back. So that is not an option.

I checked the database table using My PhP Admin. I could see my user name and the password key, but I do not know how to make this information work for me.

Now, I am trying change or reset my Xoop's Admin pass word by using My Php Admin by running an SQL query, which I know works in Zen Cart, but I do not know if it will work in a Xoop's database. However, at this point it is worth a try! Still going.

Can someone check this query to see if it may work in Xoops? If it would not work, can someone provide me the proper modifications to make it work in Xoops.

See below:
How do I change or reset my Admin Password? (I lost it)
Credit to:http://tutorials.zen-cart.com/index.php?article=2


1. If you can log in to your Zen Cart admin using another account, please do so, and reset/modify

the other admin password as needed via Admin->Tools->Admin Settings
Not working.



2. If you can't remember your admin account or password, there's still hope.
May have forgotten the password, but not sure the password is just not working.

The first thing you can try is to click the "Resend Password" button and enter the admin email
address. Did not work using three different email addresses located on the server.


I would like to try this, but I am not sure about what is in the Query. Do I change the pass field to the terms I found in my Xoops pass field, located in the Xoops user table? This is depicted by'351683ea4e19efe34874b501fdbf9792:9b', for Zen Cart, in the query below. Can I just change the field for that of the User table pass field in Xoops?


If for some reason that doesn't work for you, you can create a temporary admin account in order to log in.

Open your phpMyAdmin (supplied by your hosting company), click the "SQL" tab and run this query:

DELETE FROM admin WHERE admin_name = 'Admin'; INSERT INTO admin (admin_name, admin_email,

admin_pass, admin_level) VALUES ('Admin', 'admin@localhost', '351683ea4e19efe34874b501fdbf9792:9b',

1);If you are using a prefix for your database tables, you'll naturally need to add that prefix to

the table name above.
ie. "... FROM/INTO prefix_admin ...".

You should now be able to login using the following details:

Username: Admin
Password: admin




18
luthermartin
Re: Trouble installing Image Handler 2 into Zox Module

The solution is not to transfer the folder Store_Root, but to transfer the contents only of Store_Root to the server.
Case closed!



19
luthermartin
Trouble installing Image Handler 2 into Zox Module

XOOPS VER. 2.4
Module: Zox
Module: Image Handler 2
Problem Installing Image Handler 2 into the Zox Module.

I have Zox installed and working in XOOPS. I am having a problem getting Image Handler to work after installing it in Zox. Specifically, Image Handler does not show up under the Admin-Tools menu.

The Store_Root folder is installed in the Zox Module's root folder, zox, where the index.php file is located. I renamed admin to reflect the proper name for the zox admin folder. I renamed include/templates/YOUR_TEMPLATE folder to include/templates/zox, which is the template name.

Then I installed the contents of the Store_Root folder into the zox store root, where index.php is located.

Problem:
In Admin, under Tools, I do not see see a new entry for Image Handler 2, which I can click on to "Install Image Handler".

I do not know what it is that is causing the problem. I had this working correctly once before, but had to take the site down and re-build it.



20
luthermartin
Multi Menu 2 Help (Translation)


Does anyone know where an English translation for the Multimenu 2.0 mod's help file may be found?




TopTop
« 1 (2) 3 »



Login

Who's Online

258 user(s) are online (123 user(s) are browsing Support Forums)


Members: 0


Guests: 258


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