#1366 - Incorrect integer value: '*' for column 'page_cache_ttl' at row 1 Anytime I try to create a new page it gives me a device error, so I got what the code was trying to insert and inserted it manually, that's the error it gives ...
there is problem with Google +1 when i open any topic i got this problem (see attachment plz) , i know is not big problem but its annoying me ...
I'm not 100% on this one but the last thing i did before getting this error was deleting the text in the "Public Title" so it would not show on the public side. When i clicked save, a driver error was returned. I can no longer ...
When attempting to sync a profile from twitter, an error occurs setting the tc_last_sid_import field (due to the quotation around the scientific notation number being interpreted as a text string rather than a very big number). See ticket 734 ...
while converting yet another forum database (based on mssql) to ipb.... ...
In View New Content, clicking on the Members tab results in an error SELECT TOP 25 m.*,p.* FROM ibf_members m LEFT JOIN ibf_profile_portal p ON ( p.pp_member_id=m.member_id ) WHERE m.joined BETWEEN 1298891944 AND 1298 ...
Active advertisements in Nexus stop working after grading from 1.0.X to 1.1.1. They show up as enabled/active, but they won't become active until you open each one up and re-save them (no changes made). ...
The Nexus storefront "Featured Products" view includes products which are not, in fact, featured. ...
If a product is hidden (Show in Store set to "No"), it still appears in the Popular Products list. ...
In the ACP for Nexus 1.1, clicking the expand button for a package group does not expand the package list. An error relating to a SELECT list column not in the GROUP BY clause is logged. Date: Sun, 16 Jan 2011 05:02: ...
Trying to install IP.Board 3.1.4 using the latest MSSQL drivers gives the following PHP fatal error: URL:http://learnipb.com/community/admin/install/index.php?app=install§ ...
Encounter the error when selecting the "top rated images" in the gallery. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ ...
I Receive the following error when trying to perform moderation on a topic (in this case deleting a large number of topics). The action column on the moderator_logs table is only a varchar 128. In the mySQL version, its a text field. Seems like it shou ...
IP.Downloads 2.3 has an error on the portal page where a query has the MySQL function "LENGTH" hardcoded into it. On MSSQL this errors as the function is called DATALENGTH ...
Running board version 3.1.4. Upgrading from IP.Downloads 2.2.2 to 2.3.0 A fulltext index does exist on the DB, however it is named just ftcatalog, not ibf_ftcatalog. -------------------------------------------------------------- ...
See ticket 694794. Basically, the query to select the post IDs to rebuild actually blocks the query to update them. Because the select query isn't dependent on the update query, it doesn't cause a deadlock, meaning it will happily wait forev ...
Got this error below when the forum executed the query "SELECT * FROM ibf_members" from the SQL Toolbox: Fatal error: Uncaught exception 'com_exception' with message '<b>Source:</b> Microsoft Cursor Engine<br/ ...
If no criteria are passed to the delete function on the driver, a TRUNCATE TABLE is performed. TRUNCATE TABLE is fast because it does not bother logging, which can break some DR or other replication scenarios. We should ...
Error in mssql_updates.php - downloads_urls is added to $TABLE[] array, which is only defined for mssql_tables.php. Solution is to change to $SQL[] = ...
As per title - the classDbMssql->addField function is hardcoded to create all columns as NOT NULL but the default for the "default" parameter is NULL. This causes an error. ...