PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds Installation & Upgrades (http://www.photopost.com/forum/classifieds-installation-upgrades/)
-   -   Classifieds Beata with VB4 suite (http://www.photopost.com/forum/classifieds-installation-upgrades/141560-classifieds-beata-vb4-suite.html)

junaid December 31st, 2009 02:42 PM

Classifieds Beata with VB4 suite
 
Dear Sir,

I am try to fresh install classifieds beta with integrated vbulletin 4 suite
the following error is created
what is the issue pls help

Warning: require_once(./includes/functions_showthread.php) [function.require-once]: failed to open stream: No such file or directory in [path]/classifieds/header-inc.php on line 131

Fatal error: require_once() [function.require]: Failed opening required './includes/functions_showthread.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxxxx/public_html/classifieds/header-inc.php on line 131

Chuck S December 31st, 2009 02:50 PM

Disable any vb plugins you have active you have a hack conflict

junaid December 31st, 2009 03:13 PM

Is vbseo 3.5 conflict?
Also I didn't see vb4 plugins any photopost classifieds products

Chuck S December 31st, 2009 03:19 PM

You might need to possibly make sure your not trying to rewrite our program with vbseo sure.

I beleive correct no one has written plugins for vb4 it is quite a new forum.

junaid December 31st, 2009 03:19 PM

Thanks ChuckS
Now it work vbseo is conflict
because of that my old classifieds data also get lost when upgrading
so any solutions for this issue?
I want run both

Chuck S December 31st, 2009 03:23 PM

why would you old classifieds data get lost if you simply did an upgrade?

did you by change reinstall into another database or tables?

Upgrading does not result in lost data ever.

junaid December 31st, 2009 03:30 PM

After upgrade this error, finally I try install so that lost all data
classifieds I have separate database

But with vb4 I can start new fresh classifieds

Now i checking my backup may work
issue is vbseo
So I send support ticket to them

Thanks
Junaid

Chuck S December 31st, 2009 03:37 PM

I already explained you need to in your vbseo options where you can place directory names not to touch with vbseo thats where you need to add your classifieds directory

As with the fresh install thats your issue. You must properly make sure your config file has the proper mysql info to find the old classifieds database info and do an upgrade ;)

junaid December 31st, 2009 03:51 PM

any .htaccess code that vbseo rule cannot access that directory
vbseo 3.3 and vb3.8.4 it work fine under this rule
RewriteEngine on
RewriteCond %{HTTP_HOST} ^classifieds.domain.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.classifieds.domain.com$
RewriteRule ^(.*)$ "http\:\/\/www\.domain\.com\/classifieds\/" [R=301,L]

but now this cannot work

Chuck S December 31st, 2009 04:02 PM

You need to contact them about there product but my understanding is they have an option in the vb admin under there settings to list directories not to touch with there product as previously stated

junaid December 31st, 2009 04:18 PM

ok problem solved
I want remove all currencies except US$
because currency conversions is not functions correctly
How i do that?

Chuck S December 31st, 2009 04:29 PM

Not sure what you mean by currency conversions we dont convert anything. The currency symbols are for display purposes not converting up to date market values ;)

anyway you would need to actually remove any entries in the currency table you do not want.

junaid December 31st, 2009 05:19 PM

Yes I want only keep US$
all other currencies I don't want members select

Chuck S January 1st, 2010 10:32 AM

Then as suggested you would have to go into the database and delete all the entires in your cp_currencies table except the one for the $. ;)

junaid January 6th, 2010 12:06 AM

Quote:

Originally Posted by Chuck S (Post 1258356)
Then as suggested you would have to go into the database and delete all the entires in your cp_currencies table except the one for the $. ;)

I try but i don't know how to delete
Is there any way i can do by editing php files?

junaid January 6th, 2010 12:06 AM

Also I try add SEO friendly url but not work

Chuck S January 6th, 2010 06:04 AM

no way to just edit a php file

well you need to answer what you mean by that as thats about as vague as someone saying I cant upload ;)


All times are GMT -5. The time now is 04:30 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97