Joomla 2.5 error tranfer from server to local - joomla2.5

I installed joomla akeeba compatible with Version 2.5
Installation completed successfully
after I save site using "backup now"
Hopefully, jpa file size is 252 MG
the problem when I download the file; it is not compléte download:
I tried several times .
- Example of downloaded FILES: jpa file size of 63 MG, 89 MG; 110 mg but not compléte.
how to solve this problem please.

A few things to try:
Check the version of Akeeba Backup is the correct one for the version of Joomla and PHP you are using:
For various reasons, you should download the backup file using FTP in binary mode.
Read the excellent documentation.

Related

Redmine 4.1 Exporting PDF's images missing

Posted on the Redmine forum, but after a few days didn't get a response. I thought someone here might know.
I am trying to export PDF's with images. I have tried using the copy/paste and upload when creating an issue and specifying the file name; all seem to fail exporting the picture. Tried different formats jpg and png, with same results. I have read several forum postings from several years ago, when rmagick would be installed to help solve the issue. From Redmine install page I read that the rmagick is not necessary for 4.1.0.
I am really new to running the redmine world. Running redmine on a Windows box.
How can I allow the images to be exported to PDF for an issue?
Could someone point me in the right direction?
Environment:
Redmine version 4.1.0.stable
Ruby version 2.6.5-p114 (2019-10-01) [x64-mingw32]
Rails version 5.2.4.1
Environment production
Database adapter Mysql2
Mailer queue ActiveJob::QueueAdapters::AsyncAdapter
Mailer delivery smtp
SCM:
Git 1.9.4
Filesystem
Redmine plugins:
redmine_issue_templates 1.0.1
It appears that Redmine 4.1 introudced new way and new checkmark in order to have Images visible in PDF
Notice the ImageMagick optional requirement:
If you check in Redmine log, it would probably dump this message:
Imagemagick's convert binary is not available...
On the underlying Linux system, Ghostscript is also required for above to work.

Vtiger 7.1 Active Directory

Previously installed vtiger 6.5 and had active directory authentication working as per Vtiger 6 CRM AD
Clean Installed Vtiger CRM 7.1 and followed same procedure again for AD, user authenticates ok but it just loops back to the login page again.
Anyone experience this with 7.1?
Have checked config.php and confirm "$AUTHCFG['authType'] = 'AD';" is there.
Have also run the test ldap script and user also authenticates ok.
You seem to be doing everything right but I have found your not the only one with this issue, but if you take a copy of your 6.5 version and migrate to 7.1 using vtiger new files
If you are upgrading from 6.5 to 7.1, you will need to run this process twice. First to upgrade vtiger 6.5 to 7.0 and after that repeat the process to upgrade vtiger 7.0 to 7.1
Download the migration path from the SourceForge site. Patch 6.5 to 7 or Patch 7.0 to 7.1
Unzip patch.zip into Vtiger CRM Folder. A file called vtiger7.zip and migrate folder will be unpacked.
Through browser open /migrate path http://yourdomain.info/vtigercrm/migrate
Someone has successfully compete what you are trying to achieve.
https://discussions.vtiger.com/discussion/188023/vtiger-7-1-active-directory

Unable to Install GTK3.4(libgtk-3.so.0) to run firefox in AWS ec2

I am trying to run my selenium script which has been developed in Selenium 2.53.0 using firefox 46 in a headless AWS linux server. AWS has GTK2.0 and Firefox 46 is compatible with GTK3.4 and above.
I tried to install GTK 3.4 from the given links and it is installed but still I am getting error
XPCOMGlueLoad error for file /usr/local/firefox/libmozgtk.so:
libgtk-3.so.0: cannot open shared object file: No such file or directory
Couldn't load XPCOM.
I do not have libgtk-3.so.0 installed in my system hence the error. If somebidy can help me on how to upgrade/install GTK 3.4 along with the said libraries to run my firefox in AWS EC2 server it will be really helpful.
The Links i have used : http://ftp.gnome.org/pub/gnome/sources/gtk+/3.4/gtk+-3.4.0.tar.xz
ftp://fr2.rpmfind.net/linux/fedora/linux/development/rawhide/Everything/x86_64/os/Packages/g/gtk3-3.22.15-2.fc27.x86_64.rpm
to install the GTK3
Installed Firefox 46 using the Code https://gist.github.com/joekiller/4144838 from here.
Thanks.

WAMP 2.4 installation of joomla 2.5.14 stuck on step 4 (database)

I saw similar questions but any of them has not correct answer. The installation of Joomla on localhost does not proceed after step 4. Database Configuration.
WAMPSERVER version 2.4
Apache 2.4.4
PHP 5.4.12
MySQL 5.6.12
Joomla_2.5.14-Stable-Full_Package
The usual reason for this is simply that php runs out of execution time.
Check your php.ini file ( use the wampmanager menus so you edit the correct version of this )
left click wampmanager -> PHP -> php.ini
This will open notepad on the correct php.ini file, look for this directive
max_execution_time = 60
Change it to something larger like
max_execution_time = 240
Then retry your install.
Remember to set it back to 60 after the install completes
if you edit the SQL install file (Root/installation/SQL/mysql/joomla.sql) in something like notepad++ and replace all "ENGINE=InnoDB" with "ENGINE=MyIsam" the DB type is more responsive to the Joomla install conditions.

Installing two Joomla 2.5 and 3.0 on same webserver

Currently, I have Joomla 2.5 installed and I am trying to install Joomla 3.0 on the same web server.(allowed to run multiple sites)
Under www(root directory), I have installed Joomla 2.5 and working without any problem.
To install Joomla 3.0, unzipped and uploaded package files to e.g. www/joomla3 folder.
I have set the url e.g. www.joomla3.com to point joomla3 folder.
For joomla 3 configuration, I access url(e.g. www.joomla3.com) but I am getting Error 310 (net::ERR_TOO_MANY_REDIRECTS). If I remove index.php on joomla3 folder than I see web directories.
Why am I getting this and how can I fix this error.
I really appreciate your help.