![]() |
Upgraded to 2.5 - now all styles and templates are gone! Just did the upgrade a few days ago, and our VB3 integration is completely gone. All it show is white page with black text, etc. The listing images are intact, but there are not other images or table borders, etc. The funny thing is that there is a basic table at the top of the page that says "PhotoPost Classifieds 1.0". :confused: http://web.camaross.com/classifieds/index.php What did we miss? |
Okay well if you upgraded from an earlier version did you go to admin => edit integration and fill out the new config file variables for the new integration settings in vb3? Looks to me like you overwrote config files header files the whole nine yards. |
If I got into admin->edit integration the default stuff is in there. However, if I look at my config-int.php file in my home directory of my classifieds, the correct settings are in it. If I try and update the default settings in the admin->edit integration it never takes. File attributes is 777 on the config-int.php. The classifieds connects up to my database no prob, it's the style integration that seems to have been lost in the upgrade. |
There is no config-int.php file in our Classifieds distribution it is config-intr.php and you must set the proper paths and turn on the integration. The upgrade docs have a note about this. |
I guess i'm a little confused then. In the admin -> edit integration it says config-int.php on the screen, not config-intr.php. Here is a screen capture: http://www.chrisfrezza.com/screencap.jpg I also read through the upgrade docs included with this version, and I don't see anything referencing config-intr.php in those as well. Here is the upgrade doc that came with 2.5: Quote:
|
Just place the proper settings in there and yout good to go. The filename changed in 2.41 to prevent conflicts when running the photo blocks from classifieds and our other products on the vbulletin forum |
I copied the file over and all is good now :) Thanks. :) |
I've unzipped the download onto my local drive and getting ready to do the upgrade from 2.0 -- but I only see upgrade.php and not any files for the jumps between 2.0 and 2.5. Roll me a bone here -- where do I find them? |
Upgrade instructions are located in the documentation folder of the download and should assist you. Basically upload all files except the config-inc.php file and run upgrade.php and select every upgrade from 2.0-2.5 |
I did read the Upgrade.txt -- and where I'm confused is in it it says: Quote:
Quote:
Quote:
Clearer instructions on what every upgrade means will help. |
OK -- after spending an hour searching the forums for more on this and finding nothing -- I looked at the code in the upgrade.php and it would appear that all of the scripts are in that -- and not individual files that one would upload as the upgrade document would leave you to believe -- is that true? Since I'm at 2.0 and need to get to 2.5 -- it would appear that I will see a screen asking what version I'm running -- and I'll select 2.0. It then looks like it will then instruct me that it will run upgrades to 2.3, then 2.4, then 2.5, and finally the zipcode upgrade. Is this correct -- do I upload all files but the config and Install to the server (will I need to change the CMOD of any files because of overwriting files?) and just run the upgrade.php as above -- or are there actually version scripts I need to find from somewhere? |
You upload all files except the config-inc.php and run upgrade.php and run the applicable upgrades and then delete upgrade.php |
alright -- I'm going in |
OK -- in the second step (2.3) I got the below errors. Preparing to update 2.3 database... Warning: unlink(./dcfp_auth_lib.php): Permission denied in /home/moparsty/public_html/classifiedads/upgrade.php on line 541 Warning: unlink(./login.php): Permission denied in /home/moparsty/public_html/classifiedads/upgrade.php on line 542 Warning: unlink(./logout.php): Permission denied in /home/moparsty/public_html/classifiedads/upgrade.php on line 543 Warning: unlink(./reportproduct.php): Permission denied in /home/moparsty/public_html/classifiedads/upgrade.php on line 544 Warning: unlink(./cookies.php): Permission denied in /home/moparsty/public_html/classifiedads/upgrade.php on line 545 Warning: unlink(./catopts.php): Permission denied in /home/moparsty/public_html/classifiedads/upgrade.php on line 546 Warning: unlink(./addfav.php): Permission denied in /home/moparsty/public_html/classifiedads/upgrade.php on line 547 Warning: unlink(./login-inc.php): No such file or directory in /home/moparsty/public_html/classifiedads/upgrade.php on line 548 Warning: unlink(./email-inc.php): Permission denied in /home/moparsty/public_html/classifiedads/upgrade.php on line 549 Warning: unlink(./adm-cinc.php): No such file or directory in /home/moparsty/public_html/classifiedads/upgrade.php on line 550 Warning: unlink(./adm-admlog.php): Permission denied in /home/moparsty/public_html/classifiedads/upgrade.php on line 551 Warning: unlink(./adm-backup.php): Permission denied in /home/moparsty/public_html/classifiedads/upgrade.php on line 552 Warning: unlink(./adm-editint.php): No such file or directory in /home/moparsty/public_html/classifiedads/upgrade.php on line 553 Warning: unlink(./adm-modcom.php): Permission denied in /home/moparsty/public_html/classifiedads/upgrade.php on line 554 Warning: unlink(./adm-move.php): Permission denied in /home/moparsty/public_html/classifiedads/upgrade.php on line 555 Warning: unlink(./adm-phpi.php): No such file or directory in /home/moparsty/public_html/classifiedads/upgrade.php on line 556 Warning: unlink(./adm-purge.php): No such file or directory in /home/moparsty/public_html/classifiedads/upgrade.php on line 557 Warning: unlink(./adm-templ.php): Permission denied in /home/moparsty/public_html/classifiedads/upgrade.php on line 558 Warning: unlink(./adm-cfgtpl.php): No such file or directory in /home/moparsty/public_html/classifiedads/upgrade.php on line 559 Warning: unlink(./adm-cfgedit.php): No such file or directory in /home/moparsty/public_html/classifiedads/upgrade.php on line 560 Warning: unlink(./adm-cfgint.php): No such file or directory in /home/moparsty/public_html/classifiedads/upgrade.php on line 561 Warning: unlink(./adm-editcfg.php): Permission denied in /home/moparsty/public_html/classifiedads/upgrade.php on line 562 Warning: unlink(./adm-intedit.php): No such file or directory in /home/moparsty/public_html/classifiedads/upgrade.php on line 563 Warning: unlink(./adm-options.php): Permission denied in /home/moparsty/public_html/classifiedads/upgrade.php on line 564 Warning: unlink(./adm-order.php): Permission denied in /home/moparsty/public_html/classifiedads/upgrade.php on line 565 Warning: unlink(./adm-style.php): Permission denied in /home/moparsty/public_html/classifiedads/upgrade.php on line 566 Done! You should continue to next step |
I continued through the other steps -- and it looks like it took except for no thumbnails. I guess I'll try to rebuild those now. On the impost zipData files -- when done I got the following message Quote:
Zip code data installed. You can DELETE the zipData.sql file from your server. |
On the index page -- I don't have any thumbnails, but I do on the category pages. When I go into admin to scan the database and tell it to "Check for and create thumbnails" I get the following message: Unable to read the format of file: /home/moparsty/public_html/classifiedads/data/4/90401968_CHRYSLER_For_sale.doc |
Ok -- when I go and rebuild all Thumbnails -- it put them on the Index page. |
We do not do non image files such as doc files in classifieds |
Valid point -- I wonder how it got there in the first place? What was that first group of errors about? |
I've gotta tell you this went pretty smooth compared to previous upgrades. I'm really happy about that -- as I'm too swamped to add to my problems. I'm looking around at the new options -- and Im impressed. In the back of my mind I wonder what if any problems I'll have from the errors that appeared in the 2.3 upgrade. |
| All times are GMT -5. The time now is 01:24 AM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0