Php photo gallery TWG | JFUploader | TWG Flash upload | WFU | Forum

Get help for TinyWebGallery, the best image gallery. The forum is also home for the Joomla JFUploader, TWG Flash Uploader and the Wordpress flash uploader.
It is currently 28. Mar 2024, 17:53

This forum is readonly now. Please use the new forum if you don't find the answer to your question here. The new forum is at https://www.tinywebgallery.com/blog/forum/


All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 15 posts ] 
Author Message
PostPosted: 21. Nov 2013, 12:58 
Offline

Joined: 18. Jan 2009, 11:46
Posts: 20
I had the problem that after the migration Joomla 3.1.5 to 3.2 your JFU 3.1 extension do not work correctly anymore.
Got always a strange error message: "tiny ... not enough priviledges". I tried to fix this without success.

So I did a uninstallation/ new installation what fails completely. An installation of this package is not possible.
It damages the browser display only...


Top
 Profile  
 
PostPosted: 21. Nov 2013, 18:03 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
JFU was only tested up to Joomla 3.1 so far.

I will update to Joomla 3.2 and check what they have changed...

Best, Michael


Top
 Profile  
 
PostPosted: 21. Nov 2013, 18:35 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
Hi,

I have just made a fresh install of Joomla 3.2 + a fresh install of JFUploader 3.1.
so far I don't get any errors.

Where do you get this errors exactly? Have you made any special configurations regarding the rights?
Make sure to install JFUploader 3.1 for Joomla 3.x because older version do install but do not work.

Best, Michael


Top
 Profile  
 
PostPosted: 2. Dec 2013, 11:54 
Offline

Joined: 18. Jan 2009, 11:46
Posts: 20
Sorry for this later answer - I am very busy in the moment.

My problem is that I cannot install the package. It destroys the backend navigation structure and the browser tab contains: "Error 1146 Table..."
Unfortunately no PHP errors in the log file. Tried this under different servers with Apache or IIS7.5, PHP5.4.x and MySQL 5.5.x. - same effect.

But otherwise - you have right - a clean J 3.2 makes no problems.

If you have an idea what can cause this error 1146 it would be helpful... but in the moment I have no idea what I can do.


Top
 Profile  
 
PostPosted: 2. Dec 2013, 12:12 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
how have you updated?

I googled and found a couple of users with this problem but getting errors not releated to JFU.

I found athread where this passend to y couple of users. Updating is only supported with the joomla updater and not by ftp anymore since Joomla 2.5. Otherwise the database tables are not updated properly.

Best, Michael


Top
 Profile  
 
PostPosted: 2. Dec 2013, 12:15 
Offline

Joined: 18. Jan 2009, 11:46
Posts: 20
Error message in detail when trying to install the package:

Error: 1146 Table 'mysite.mcpub_joomla_flash_uploader' doesn't exist SQL=show columns from mcpub_joomla_flash_uploader http://mysite/administrator/index.php?option=com_installer&view=install


Top
 Profile  
 
PostPosted: 2. Dec 2013, 12:22 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
Do you have any *joomla_flash_uploader* tables in your database?

Best, Michael


Top
 Profile  
 
PostPosted: 2. Dec 2013, 12:29 
Offline

Joined: 18. Jan 2009, 11:46
Posts: 20
This I thought also and check it: no such table in database.

But this site is an migration from J1.5 and I had problems with JFUploader so I deinstalled (completely - DB tables too) and tried a new installation.
Since then I have this problems.


Top
 Profile  
 
PostPosted: 2. Dec 2013, 12:59 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
Joomla maybe thinks that JFUploader does still exist and calls the update method which does not create them again.
Do you have a backup of the old tables? Because you can use this tables and during installation and than they should be updated to the latest version.
Best, Michael


Top
 Profile  
 
PostPosted: 2. Dec 2013, 13:12 
Offline

Joined: 18. Jan 2009, 11:46
Posts: 20
Perhaps... but why Joomla "thinks" that JFUploader still exists?
There are no joomla_flash_uploader tables. So where can be stored such an information?
I did already a database search for "JFUploader" and "Michael Dempfle" - nothing.
Do I can force your installtion script to do a new installation instead of an update?


Top
 Profile  
 
PostPosted: 2. Dec 2013, 14:19 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
Edit the jfuploader.scriptfile.php
-> look for

function update($parent)

A view lines below you find:
// $this->jfu_install();

remove the // and save it.

Joomla maybe thinks that JFUploader das still exist because maybe some folders do still exist.

Best, Michael


Top
 Profile  
 
PostPosted: 2. Dec 2013, 14:31 
Offline

Joined: 18. Jan 2009, 11:46
Posts: 20
Ok - still existing folders was the problem.

The installation works now but I have back my original problem - can not use the component.

I got this error: You are trying to use the TWG Upload Flash without authentication, the server login failed, expired or the configuration could not be found!

What is to do?


Top
 Profile  
 
PostPosted: 2. Dec 2013, 14:46 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
reading FAQ 1 b:
http://www.tinywebgallery.com/en/tfu/tfu_faq_1.php

There all know configuration problems are listed and solved ;).

Best, Michael


Top
 Profile  
 
PostPosted: 2. Dec 2013, 15:26 
Offline

Joined: 18. Jan 2009, 11:46
Posts: 20
Ok, I got it. A session setting in php.ini was the cause.

I use a Windows server with wincache.

Disabling in php.ini: "session.save_handler=wincache" lets JFUploader 3.1 work.
I have to check now what possible consequences are - but this not a JFUploader issue.

Nevertheless I appreciate your very quick help.

Thank you very much :)


Top
 Profile  
 
PostPosted: 2. Dec 2013, 15:48 
Offline
Site Admin
User avatar

Joined: 1. Aug 2005, 12:53
Posts: 11232
good to know - I have to check why this is a problem.

Best, Michael


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 15 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 9 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
cron
powered by phpbb | Datenschutz/ Privacy policy