vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - Mary's Classifieds (https://vborg.vbsupport.ru/showthread.php?t=267194)

kfyonur 11-30-2011 11:06 AM

why it effect my forum ?

i uninstall it again but is normal now.

Christos Teriakis 11-30-2011 11:17 AM

Quote:

Originally Posted by kfyonur (Post 2273352)
why it effect my forum ?

i uninstall it again but is normal now.

It depends how you uninstall it. Worst way is to try it by phpMyAdmin. But even using vB's uninstall, you'll never be sure that everything has been removed, and this is not a probelm coming from any addon, but on the way that vB works. It removed only the database structure and phrases. So you need to manually remove all files from your webspace. In most cases letting them there is not a problem, unless the module (like Classifieds), has cron files and they're using phrases. In this case, letting the files in the the cron directory when the time comes to run this cronjob, vB tried to load the phrases, but as it can't find them, it produces database error.

Chris

Wild Bronco 11-30-2011 07:45 PM

Quote:

Originally Posted by judgeserg (Post 2273201)
You restart the web server?
I've seen exactly the same problem and gave her a solution.

As an option - do a search and replace <? to <?php

:up: :up:
That was it... in most of the php files about 60 instances



In php.ini option "short_open_tag" is still disabled end everything is working

Thank you

bigtree 12-01-2011 02:10 AM

Quote:

Originally Posted by bigtree (Post 2272528)
Okay, I messed up. I had with a conflict when upgrading vb 4.1.7 . I deactivated Mary's Classifieds to be safe and did something to the database where I cannot upgrade Mary's C now. The tables are already installed and will not let me uninstall or update it. Its basically broken. How do I fix this? How can I remove it all together and start over. I cannot uninstall it either.

Please if you can help. How do I remove this and start over?

bigtree 12-01-2011 02:14 AM

Mary's Classifieds is everywhere from templates to database. Is there something I can run that will remove it all?

karlm 12-01-2011 05:30 PM

Thanks for this.. it could be the all-in-one answer I'v been looking for...

Problem though, unfortunately.

It doesn't seem to allow loading of images.

My forum & CMS both allow image uploads/links but this plugin doesn't report any errors - yet when I submit a test-ad it asks me to create a thumbnail, but doesn't offer the image I've uploaded... so all ads appear without any images.

Ideas, please?

Attachment 1322765878

p.s. /microclassifieds/photos/thumbs/ is set to writable (777)

Christos Teriakis 12-01-2011 05:50 PM

Quote:

Originally Posted by karlm (Post 2273740)
Thanks for this.. it could be the all-in-one answer I'v been looking for...

Problem though, unfortunately.

It doesn't seem to allow loading of images.

My forum & CMS both allow image uploads/links but this plugin doesn't report any errors - yet when I submit a test-ad it asks me to create a thumbnail, but doesn't offer the image I've uploaded... so all ads appear without any images.

Ideas, please?


ps /microclassifieds/photos/thumbs/ is set to writable (777)

What about the other directories? 777 must be set all:
microclassifieds/photos/
microclassifieds/photos/tmp
microclassifieds/photos/thumbs/
microclassifieds/files/

Chris

karlm 12-01-2011 06:03 PM

Quote:

Originally Posted by ChrisTERiS (Post 2273747)
What about the other directories? 777 must be set all:
microclassifieds/photos/
microclassifieds/photos/tmp
microclassifieds/photos/thumbs/
microclassifieds/files/

Chris

Thank you Sir, that seems to have done it!

karlm 12-01-2011 06:14 PM

Next issue...

When I click 'buy it' I'm presented with a tickbox to confirm I understand the procedures. After I hit the submit button (once ticked) i get a DB error from this URL:
mysite.com/classifieds.php?do=buynow


Also, when I click a keyword - I am taken to a blank page from this URL:
mysite.com/classifieds.php?do=searchresults&keyword=banana

I am using the .htaccess file, as instructed and it seems to work so I'm not sure it is related to the whitepage for keywords.
I must be missing a setting somewhere. I have given registered users permissions to sell and use the addon - and indeed it works all the way through, allowing thumbnail creation and everything... in fact, it tells me it works fine. Then it shows me a list of my ads (under my fake standard member account) and there is nothing in the history bar at all.. not a bean!

Given this, I've checked the classified categories permissions and ensured they were set to 'all who can post'.. and still i can create ads as a registered user but cannot have them displayed.

Then I went to my admin account and looked for any that needed moderation - but none showed up. It seems as though registered members lose the ads the moment they are submitted.

claystation 12-01-2011 08:07 PM

Today I installed 6.6.1. Things are looking good but if I am logged in as the admin I am getting this error. When I click on the my profile link or my name in the header. I have vb 4.1.7 installed.
You don't seem to get this error if I disable the script or if I am logged in as just a registered user.

Quote:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/claystat/public_html/forum/includes/class_core.php(4580) : eval()'d code on line 129
Update: Just figured out it is probably VBSEO related. To bad I have not idea how to fix it.

Thanks,
Andy

judgeserg 12-02-2011 06:22 AM

Quote:

Originally Posted by claystation (Post 2273795)
Today I installed 6.6.1. Things are looking good but if I am logged in as the admin I am getting this error. When I click on the my profile link or my name in the header. I have vb 4.1.7 installed.
You don't seem to get this error if I disable the script or if I am logged in as just a registered user.



Update: Just figured out it is probably VBSEO related. To bad I have not idea how to fix it.

Thanks,
Andy

In "php.ini" set option "memory_limit" to 16M (or 32, 64, etc...) and restart httpd.

Jman423 12-02-2011 01:02 PM

I am getting this db error emailed to me every night, I assuming as a result of a cron job that is attempting to run.

Code:

Database error in vBulletin 4.1.8:

Invalid SQL:
SELECT * FROM microclassifieds_watch WHERE categoryid IN () GROUP BY userid;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') GROUP BY userid' at line 1
Error Number  : 1064
Request Date  : Friday, December 2nd 2011 @ 12:04:10 AM
Error Date    : Friday, December 2nd 2011 @ 12:04:11 AM
Script        : http://*********.com/cron.php?rand=1322802250
Referrer      : http://*********.com/
IP Address    : 24.93.110.18
Username      : Unregistered
Classname    : vB_Database
MySQL Version :

How I can I stop this from happening? I've already reinstalled the latest version of the MOD.

karlm 12-03-2011 12:56 AM

Chris, how much would you charge to make this work 100% on my site, given the above issues I've raised?

tylerjmorrison 12-03-2011 08:14 AM

Hey Chris.

I am receiving the following errors on the "What's New," "My Settings," "My Bookmarsks," and "Moderate Classifieds" sections:

Access denied for user 'tylerj6'@'localhost' (using password: NO) in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24

&

A link to the server could not be established in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24

Do you know what could be causing this? Also, is there a way that I could be quoted a price to skim my site and work out the small kinks?

Thanks in advance for all of your help!

Tyler

karlm 12-03-2011 10:55 PM

OK, so my search bar is consistantly empty of any data...

Kinda wondering why I bother posting on here now when even offering money fails to get any support.

Attachment 134821

GoHighVoltage 12-04-2011 05:54 AM

Can I have a full set of instructions to install this mod from scratch? The only instructions listed is for upgrades.

karlm 12-04-2011 03:24 PM

Quote:

Originally Posted by GoHighVoltage (Post 2274500)
Can I have a full set of instructions to install this mod from scratch? The only instructions listed is for upgrades.

upload all contents to your forum directory and then set permissions as described on last page.

CJD30 12-04-2011 11:13 PM

I'd like to be able to take the Classifieds sidebar block and make it into a horizontal header block that features the latest items on the forum home page, above the forum listings. Has anyone done anything similar to this?

I find that the majority of my users keep the sidebar collapsed and therefore pay no attention to the latest listings, resulting in the classifieds being barely used as many users don't even realize it's there. If I could make a block similar to where the shoutbox sits, it would bring the classifieds to the fore and I think would result it a much better awareness.

Can anyone provide any tips on how best to achieve this? Is it just a matter of copy/pasting the sidebar block code and tweaking it to fit?

tylerjmorrison 12-05-2011 03:37 AM

Karlem,

Do you know why I may be having the issues I'm having that I listed in Post #1574? It looks as if you are fairly active in this thread. Maybe we can bounce off of each other.

- Tyler

karlm 12-05-2011 08:23 AM

Quote:

Originally Posted by tylerjmorrison (Post 2274782)
Karlem,

Do you know why I may be having the issues I'm having that I listed in Post #1574? It looks as if you are fairly active in this thread. Maybe we can bounce off of each other.

- Tyler

I'm honestly as lost as you are. I looked at your post - but those errors are way over my head.. They look like they may be related to your config setup though.

tylerjmorrison 12-06-2011 02:00 AM

I noticed that there was an htaccess.txt file in the downloadable folder. Was I supposed to do something with that? I am pretty close to uninstalling this due to the little to no help. It's a shame, we could use a product like this (A classifieds product). Does anyone know of another mod? I am willing to pay.

tylerjmorrison 12-06-2011 03:33 AM

Uninstalled.

Christos Teriakis 12-06-2011 05:25 AM

Quote:

Originally Posted by tylerjmorrison (Post 2275045)
I noticed that there was an htaccess.txt file in the downloadable folder. Was I supposed to do something with that? I am pretty close to uninstalling this due to the little to no help. It's a shame, we could use a product like this (A classifieds product). Does anyone know of another mod? I am willing to pay.

You don't need to pay anything. The only that you need is to have a bit patience. The file htaccess.txt is in case that you want to have seo friendly URLs. If yes:
1.- If you already have a .htaccess file in your folder, then open htaccess.txt, copy the content and past them in your original .htaccess file.
2.- If you don't have a .htaccess file, then just rename this file to .htaccess (Pay attention to dot in front, and that there is no extention).

Please understand that I'm busy. I've post it here that any type of support that I can offer should be on Tuesday and Friday nights. It's not that I don't want to give support. It's that I don't have free time. Sorry.

Chris
PS- I'll be back tonight for the rest questions

lazytown 12-06-2011 06:55 AM

chill guys. Give the author some appreciation for what he has given for free. And as he said, have some patience. If you uninstall a mod you don't have to inform everyone like a dissatisfied customer (who didn't even pay). Just my 2 cents.

Thanks for your hard work Chris. I haven't installed this yet, but I have been following it for a long time.

ablaye 12-06-2011 01:59 PM

Does anyone have the french translation for this mod?

greenspan 12-06-2011 02:37 PM

I'm experiencing a big problem just by going to /forums/classifieds.php. Here's the error:

Internal server error- The server encountered an internal error or misconfiguration and was unable to complete your request

It's a new installation. I've uploaded the files, imported the XML and gave permission to the folders described in the previous page. Then going to the main page of Mary's Classifieds I got that error. Any help would be appreciated. Thanks!

DannyITR 12-06-2011 06:16 PM

Question: The release without the auction will only come later this month? It's not available yet? I'd like to change to it but don't want to install 6.6 for nothing.

maineGuy72 12-07-2011 12:58 AM

Quote:

Originally Posted by bigtree (Post 2272528)
Okay, I messed up. I had with a conflict when upgrading vb 4.1.7 . I deactivated Mary's Classifieds to be safe and did something to the database where I cannot upgrade Mary's C now. The tables are already installed and will not let me uninstall or update it. Its basically broken. How do I fix this? How can I remove it all together and start over. I cannot uninstall it either.

in the classifieds.xml file you need to remove some of the previous mentions of upgrades over time. i had the same issue

maineGuy72 12-07-2011 01:05 AM

Quote:

Originally Posted by greenspan (Post 2275181)
I'm experiencing a big problem just by going to /forums/classifieds.php. Here's the error:

Internal server error- The server encountered an internal error or misconfiguration and was unable to complete your request

It's a new installation. I've uploaded the files, imported the XML and gave permission to the folders described in the previous page. Then going to the main page of Mary's Classifieds I got that error. Any help would be appreciated. Thanks!

have you set the usergroup permissions?

maineGuy72 12-07-2011 01:14 AM

Quote:

Originally Posted by tylerjmorrison (Post 2274264)
Hey Chris.

I am receiving the following errors on the "What's New," "My Settings," "My Bookmarsks," and "Moderate Classifieds" sections:

Access denied for user 'tylerj6'@'localhost' (using password: NO) in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24

&

A link to the server could not be established in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24

Do you know what could be causing this? Also, is there a way that I could be quoted a price to skim my site and work out the small kinks?

Thanks in advance for all of your help!

Tyler

check that the user you are using has all rights to the new tables created by the mod
i have seen it before and it was a permission issue

maineGuy72 12-07-2011 01:17 AM

Quote:

Originally Posted by karlm (Post 2274173)
Chris, how much would you charge to make this work 100% on my site, given the above issues I've raised?

send me a PM or list all of your issues in one post and i will see what i can do

maineGuy72 12-07-2011 01:20 AM

Quote:

Originally Posted by fwulfers (Post 2272765)
There have been two more users with many spam ads. Almost seems like an automated script as I can't imagine they would enter all these manually. I guess the only option for now is to approve ads by Admins before they get posted.

i have always set it to have all ads moderate becuase of spammers and stop users from posting illegal items

another option is to prevent unregistered users from posting ads and beefing up your procedure for people registering. Spam-O-Matic mod works great

maineGuy72 12-07-2011 01:22 AM

Quote:

Originally Posted by stationar (Post 2269421)
Did both: put .htaccess file in forum root, and disabled friendly URLs - no difference.

did you ever get it to work?

customcolor 12-07-2011 01:57 AM

Quote:

Originally Posted by JimL (Post 2251189)
I have a problem.

"contact seller / send email / report" link in view item links to siteurl/#, but it seems like it just skips whichever javascript code it is supposed to run and redirects the user to the actual siteurl/# (ie: my front page).

did you ever find a solution to this...i found that a login popup that i was using was causing this to happen to me too...i would love to use both...but they both use jqt

tylerjmorrison 12-07-2011 05:34 AM

Quote:

Originally Posted by maineGuy72 (Post 2275378)
send me a PM or list all of your issues in one post and i will see what i can do

PM'ed!

greenspan 12-07-2011 02:57 PM

Quote:

Originally Posted by maineGuy72 (Post 2275375)
have you set the usergroup permissions?

I was able to resolve this by re-uploading all the files but I'm still having a problem...

After cropping a photo and submitting, I get the following error:

==========
Warning: mysql_query() [function.mysql-query]: Access denied for user 'someuser'@'localhost' (using password: NO) in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
==========

The products get posted and viewed but I the error above. Please help. Thanks!

maineGuy72 12-07-2011 03:29 PM

Quote:

Originally Posted by greenspan (Post 2275559)
I was able to resolve this by re-uploading all the files but I'm still having a problem...

After cropping a photo and submitting, I get the following error:

==========
Warning: mysql_query() [function.mysql-query]: Access denied for user 'someuser'@'localhost' (using password: NO) in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
==========

The products get posted and viewed but I the error above. Please help. Thanks!

do you know what permission on the mysql server that user has?
do you use phpmyadmin?

tylerjmorrison 12-07-2011 06:08 PM

I have the same problem. Where is the database info and all located, which file?

maineGuy72 12-07-2011 08:43 PM

Quote:

Originally Posted by greenspan (Post 2275559)
I was able to resolve this by re-uploading all the files but I'm still having a problem...

After cropping a photo and submitting, I get the following error:

==========
Warning: mysql_query() [function.mysql-query]: Access denied for user 'someuser'@'localhost' (using password: NO) in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/microclassifieds/datagrid/class/phpmydatagrid.class.php on line 24
==========

The products get posted and viewed but I the error above. Please help. Thanks!

edit your config.php file in the forums_root/includes folder

change mysqli to mysql
Code:

$config['Database']['dbtype'] = 'mysql';
save
upload
test

maineGuy72 12-07-2011 08:44 PM

Quote:

Originally Posted by tylerjmorrison (Post 2275636)
I have the same problem. Where is the database info and all located, which file?

check your email.


All times are GMT. The time now is 04:36 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02949 seconds
  • Memory Usage 1,857KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (22)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete