logo
WSN Links PHP Directory Software
Features Showcase Reviews Demos Purchase Manual Support
 

4.2.0 pre-releases
about the development versions

Version:


Page: 1 2

4.2.0 pre-releases
ModemGuru
Member

Usergroup: Customer
Joined: Mar 22, 2006
Total Topics: 8
Total Posts: 49
Posted 05/07/08 - 07:46 AM:
quote post
#16
Sorry for all the Spam, but as this is in testing I hope that it helps. smiling face



Under member system integration there are two options of phpbb3:

phpbb3

phpbb3_users



I switched to phpbb3 and can no longer log-in. It shows two errors at the top:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/bliedel/public_html/ad_network_listings/databases/m ysql.php on line 27

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/bliedel/public_html/ad_network_listings/databases/m ysql.php on line 27



And the folowing four errors after trying to login:

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/bliedel/public_html/ad_network_listings/databases/m ysql.php on line 27

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/bliedel/public_html/ad_network_listings/databases/m ysql.php on line 27

Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/bliedel/public_html/ad_network_listings/databases/m ysql.php on line 30

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/bliedel/public_html/ad_network_listings/databases/m ysql.php on line 27

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/bliedel/public_html/ad_network_listings/databases/m ysql.php on line 27

Warning: strstr() [function.strstr]: Empty delimiter. in /home/bliedel/public_html/ad_network_listings/includes/ob jectfunctions.php on line 364
ModemGuru
Member

Usergroup: Customer
Joined: Mar 22, 2006
Total Topics: 8
Total Posts: 49
Posted 05/07/08 - 08:00 AM:
quote post
#17
Removed the integration switch in the mySQL DB manually. I then logged in and switched the integration to phpbb3_users. I did not receive any MySQL errors this time, however I did receive the error:

"The password you supplied does not match the one for that username."

with three different logins:

Bradford

test account

atest



Thanks,

Brad
Paul
Administrator
Avatar

Usergroup: Administrator
Joined: Dec 21, 2001
Location: Northern California
Total Topics: 49
Total Posts: 5539
Posted 05/08/08 - 09:07 AM:
quote post
#18
Under member system integration there are two options of phpbb3:

phpbb3_users doesn't exist in the distributed version.

Of course, as always, different table prefixes require editing.

MySQL warnings, as always, say nothing without the debug.

Below are two examples of how they appear in the category listing:

I gather you don't have the star image loaded, then? It's placed automatically on upgrade for me.

Also, I was wondering if you have considered at all using a non-AJAX, completely CSS rating system that LOOKS and works just like an AJAX star rating system.

It's logically impossible to transmit a rating selection to a backend server with CSS (that being why the example you linked doesn't actually do anything if you click it).


Will do a few upgrade tests today.
ModemGuru
Member

Usergroup: Customer
Joined: Mar 22, 2006
Total Topics: 8
Total Posts: 49
Posted 05/08/08 - 09:28 AM:
quote post
#19
I'll do some more testing later today or early tomorrow with phpbb3 and set the debug level to 'show queries as executed'.

The star rating system had to be added manually. It showed me where to add it, but did not do it automagically. I added it in place of the dropdown selector form, but it did what it showed in the images.
Paul
Administrator
Avatar

Usergroup: Administrator
Joined: Dec 21, 2001
Location: Northern California
Total Topics: 49
Total Posts: 5539
Posted 05/09/08 - 06:59 AM:
quote post
#20
I do get
Warning: substr_count() [function.substr-count]: Empty substring. in /var/www/testing/upgrades/01/upgrade.php on line 1157
on an upgrade from customized 4.1 templates, but it works.

The star rating system had to be added manually. It showed me where to add it, but did not do it automagically. I added it in place of the dropdown selector form, but it did what it showed in the images.

It won't give you instructions for uploading the image. It should be automatically placed at templates/images_stylename/ajaxstar.gif.
Paul
Administrator
Avatar

Usergroup: Administrator
Joined: Dec 21, 2001
Location: Northern California
Total Topics: 49
Total Posts: 5539
Posted 05/09/08 - 07:42 AM:
quote post
#21
ModemGuru wrote:
I also receive "We've iterated more than 2000 times and there's still a {LINKCHECKED[ in your template, so there must be a problem (malformed attempt at a template variable maybe?" when I click on "Submit Link".


For this one, since putting {LINKCHECKED[test <,> 1]} etc in my templates before upgrade doesn't cause anything, I'm going to have to go with the theory that it's correct in what it says -- that you have a malformed template variable. Check it over every instance of {LINKCHECKED[ very carefully to find one that's missing the closing brace or the like.
ModemGuru
Member

Usergroup: Customer
Joined: Mar 22, 2006
Total Topics: 8
Total Posts: 49
Posted 05/09/08 - 08:04 AM:
quote post
#22
It looks like I won't be able to get back to testing the alpha until Monday. I'll go over my options with a fine-toothed comb (several hundred of them), though at first glance I didn't see anything. One thing that I thought of that MIGHT be causing it (and I'll have to try it out on Monday) is the following option:





<IF {LINKCHECKED[testselection <,> This is a test option (with something in parenthesis)]}>This is a test option (with something in parenthesis)</IF>





If I can't find any missing brackets I'll try removing the options that have parenthesis to see if this is causing it.
Damir
Forum Regular
Avatar

Usergroup: Customer
Joined: Jan 25, 2005
Location: Croatia
Total Topics: 41
Total Posts: 127
Posted 05/17/08 - 07:50 AM:
quote post
#23
Paul i have problem with this
<input type="text" name="theurl" class="bait" />

I got an empty white space i know that this is new but its not working for me how can we turn this off...
or can you make it like this

<input type="hidden" name="theurl" />
Paul
Administrator
Avatar

Usergroup: Administrator
Joined: Dec 21, 2001
Location: Northern California
Total Topics: 49
Total Posts: 5539
Posted 05/17/08 - 10:17 AM:
quote post
#24
It's the spam prevention options at Admin -> Settings -> General, turn off invisible field bait.

I'm adding visibility: hidden; width: 0; height: 0;, which takes most of the horizontal width out of the invisible field, but oddly still leaves a small space at least in opera.

<input type="hidden"> would make the bots skip it, rendering it ineffective.
Damir
Forum Regular
Avatar

Usergroup: Customer
Joined: Jan 25, 2005
Location: Croatia
Total Topics: 41
Total Posts: 127
Posted 05/17/08 - 12:52 PM:
quote post
#25
I have found a bug in IE7 with ajax ratings can anyone confirm it the green star is not over the yelow like in the image below but in oprea and safari and firefox works great..

Attached Files:
1246.PNG
(6 KB, 3 downloads)
attachment
Search thread for
Download thread as

Page: 1 2



You don't have permission to post.

Please login or register.

Admin Control Panel

   
Home    |    Features    |    Showcase    |    Reviews    |    Demos    |    Purchase    |    Manual    |    Support
© 2008 Paul Knierim. All rights reserved.