-
AuthorPosts
-
gaygiorgia Friend
gaygiorgia
- Join date:
- June 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 15
- Thanked:
- 15 times in 1 posts
August 22, 2008 at 11:43 am #132500if i try to install com_rsgallery2 on my server online i get this error 🙁
<blockquote>Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1650673 bytes) in /web/htdocs/www.venetoinfo.it/home/1.5.6/libraries/joomla/filesystem/archive/zip.php on line 297</blockquote>i cannot modify my php.ini, my hoster don’t give me permissions.
how can i do?
lcristian Friendlcristian
- Join date:
- August 2008
- Posts:
- 174
- Downloads:
- 0
- Uploads:
- 3
- Thanked:
- 31 times in 26 posts
August 22, 2008 at 1:38 pm #266715You can try to unpack the component on your local drive, upload to a temp folder of your webserver and then installing from directory.
See Extensions -> Install / Uninstall -> Install from Directorygaygiorgia Friendgaygiorgia
- Join date:
- June 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 15
- Thanked:
- 15 times in 1 posts
August 22, 2008 at 2:18 pm #266726<em>@lcristian 75188 wrote:</em><blockquote>You can try to unpack the component on your local drive, upload to a temp folder of your webserver and then installing from directory.
See Extensions -> Install / Uninstall -> Install from Directory</blockquote>
if i try so i get similar fatal error:Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 46080 bytes) in /web/htdocs/www.venetoinfo.it/home/1.5.6/administrator/components/com_rsgallery2/language/italian.php on line 119
P.s.:
i tried installation from url too. same error.gaygiorgia Friendgaygiorgia
- Join date:
- June 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 15
- Thanked:
- 15 times in 1 posts
August 22, 2008 at 2:28 pm #266729i think a solution (partial) could be:
1) clone all online website to localhost.
2) set memory on localhost to 32M
3) install the component
4) copy online the components/com_rsgallery2 and the administrator/components/com_rsgallery2 folders with theirs files (and rsgallery folder in images folder).
5) import online the db of localhost db.what do you think?
lcristian Friendlcristian
- Join date:
- August 2008
- Posts:
- 174
- Downloads:
- 0
- Uploads:
- 3
- Thanked:
- 31 times in 26 posts
August 22, 2008 at 3:26 pm #266740Yes.This might be a way.
Don’t forget to modify your hosts file, so you can access the site as it were online. (WINDOWSsystem32driversetchosts)gaygiorgia Friendgaygiorgia
- Join date:
- June 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 15
- Thanked:
- 15 times in 1 posts
August 22, 2008 at 3:31 pm #266743what i should to modify? could u do an example?
gaygiorgia Friendgaygiorgia
- Join date:
- June 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 15
- Thanked:
- 15 times in 1 posts
August 22, 2008 at 4:53 pm #266772how to import an external db on localhost (and from local to external)?
if i do an export of my venetoinfo.it db and i import it on xampp on my pc i get an “impossible connect to db…”
why?lcristian Friendlcristian
- Join date:
- August 2008
- Posts:
- 174
- Downloads:
- 0
- Uploads:
- 3
- Thanked:
- 31 times in 26 posts
August 22, 2008 at 6:16 pm #266784It’s not a simple task but if you are not a beginner, you can do it.
Before moving around your live site, why don’t you try a fresh install on your local server, install what you need, export the db for that component then moving files to your live site?
It’s much easier than the first plan.
You only need phpMyAdmin for this task, wich it’s included in xampp.P.S. – If you can’t do it, report back and I’ll try to make this possible for you
gaygiorgia Friendgaygiorgia
- Join date:
- June 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 15
- Thanked:
- 15 times in 1 posts
August 23, 2008 at 10:53 am #266875pls explain me a thing if u can/want/have time 🙂
why if i have a online site with a db that we can call “DB1” and i want to obtain a working clone on my local pc,
i have to do so:
1) install a fresh joomla 1.5.6
2) install teline template with its extensions, creating so a db that we can call “DB2”
3) overwrite the images “folder” that stay on my pc with that which stay online
4) IMPORT by phpmyadmin (i use xampp1.6.6a) the “DB1” and so overwrite “DB2”.infact If i copy and past on my local pc all website online and then i import all “DB1” from 0, i get the following error:
<blockquote>Database Error: Unable to connect to the database:Could not connect to MySQL</blockquote>Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
August 23, 2008 at 1:19 pm #266897If you have a live site you wanna “clone” on localhost(XAMPP).
1.Make a new folder called “thenameyouwant” in the htdocs folder of XAMPP.
Open your FTP program and download all files from your live site into the folder with the name you gave the folder.
While waiting for the files to download, you can make a backup of the database on your live site. When thats done you can make a new database in XAMPP( i guess you know how to).
Import the database backup you made from your live site.
When all files is dowloaded you can open up the configuration.php file and change all needed things there to match what you use on localhost:
var $log_path = '';
var $tmp_path = '';
var $host = '';
var $user = '';
var $db = '';
var $password = '';gaygiorgia Friendgaygiorgia
- Join date:
- June 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 15
- Thanked:
- 15 times in 1 posts
August 23, 2008 at 1:24 pm #266898<em>@Menalto 75396 wrote:</em><blockquote>If you have a live site you wanna “clone” on localhost(XAMPP).
1.Make a new folder called “thenameyouwant” in the htdocs folder of XAMPP.
Open your FTP program and download all files from your live site into the folder with the name you gave the folder.
While waiting for the files to download, you can make a backup of the database on your live site. When thats done you can make a new database in XAMPP( i guess you know how to).
Import the database backup you made from your live site.
When all files is dowloaded you can open up the configuration.php file and change all needed things there to match what you use on localhost:var $log_path = '';
var $tmp_path = '';
var $host = '';
var $user = '';
var $db = '';
var $password = '';
</blockquote>thx for reply. i was able to do all but not the point about configuration.php.
thx. as soon as developers (i trust in hainn84) solve my last problem/(bug?) about seo error i’ll work around cloning my sites to develop them 😉Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 23, 2008 at 2:54 pm #266912Hi gaygiorgia !
i think that we can create new php.ini file and apply property of that file to your host by way : upload it to root folder in your host.
Please try to download new php.ini file what i have just created, extract it and upload to your host and try to install again1 user says Thank You to Sherlock for this useful post
gaygiorgia Friendgaygiorgia
- Join date:
- June 2008
- Posts:
- 218
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 15
- Thanked:
- 15 times in 1 posts
August 23, 2008 at 4:25 pm #266920ok, it works!
pls answer here too, that i have a major problem:
http://www.joomlart.com/forums/topic/seo-error-from-local-to-remote-quickstart-install/ -
AuthorPosts
This topic contains 13 replies, has 4 voices, and was last updated by gaygiorgia 16 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum